COLOR #AF6FEE

HEX: #AF6FEE RGB: (175,111,238)

Color info

#AF6FEE contains mainly blue color. Web safe color of #AF6FEE is #9966FF (or #96F).

RGB color model

#AF6FEE color RGB value is (175,111,238).

RGB: (175,111,238) (69%, 44%, 93%)

RGB channels and saturation

R 175 of 255 = 69%
G 111 of 255 = 44%
B 238 of 255 = 93%

175
111
238

R + G + B ~ 69%. #AF6FEE is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 111 + 238 = 524 (100%)
R 175 of 524 ~ 33.4%
G 111 of 524 ~ 21.18%
B 238 of 524 ~ 45.42'%

%33.4
%21.18
%45.42

CMYK color model

#AF6FEE color CMYK value is (26,53,0,7).

  • cyan value is 26.47%
  • magenta value is 53.36%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (26,53,0,7)
C26M53Y0K7 (26%, 53%, 0%, 7%)
(0.26 / 0.53 / 0.00 / 0.07)

CMYK percentages

%26.47
%53.36
%0
%6.67

Codes

Color #AF6FEE in popluar color models

AF 6F EE
RGB 175 111 238
HSL 270° 78.88% 68.43%
HSB/HSV 270° 53.36% 93.33%
CMYK 26.47% 53.36% 0.00%
6.67%

Color #AF6FEE in popluar number systems.

HEX AF 6F EE
Decimal 175 111 238
Binary 10101111 1101111 11101110
Octal 257 157 356

Shades and tints

Shades of #AF6FEE

#AF6FEE
(175,111,238)
#A065D9
(160,101,217)
#915BC4
(145,91,196)
#8251AF
(130,81,175)
#73479A
(115,71,154)
#643D85
(100,61,133)
#553370
(85,51,112)
#46295B
(70,41,91)
#371F46
(55,31,70)
#281531
(40,21,49)
#190B1C
(25,11,28)
#000000
(0,0,0)

Tints of #AF6FEE

#AF6FEE
(175,111,238)
#B67CEF
(182,124,239)
#BD89F0
(189,137,240)
#C496F1
(196,150,241)
#CBA3F2
(203,163,242)
#D2B0F3
(210,176,243)
#D9BDF4
(217,189,244)
#E0CAF5
(224,202,245)
#E7D7F6
(231,215,246)
#EEE4F7
(238,228,247)
#F5F1F8
(245,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF6FEE color. Also use rgb(175,111,238) instead hex code.

Text Font Color

.myTextColor { color: #AF6FEE; }

<p style="color:#AF6FEE">This sample text font color is #AF6FEE.</p>

This text font color is #AF6FEE.

Background Color

.myBgColor { background-color: #AF6FEE; }

<div style="background-color:#AF6FEE">Inner text</div>

This div background color is #AF6FEE.

Border color

.myBorderColor { border: 1px solid #AF6FEE; }

<div style="border:3px solid #AF6FEE">Div</div>

This div border color is #AF6FEE.

Opacity

.myOpacity80 { color: #AF6FEE; opacity: 0.8; }

<p style="color:#AF6FEE;opacity:0.8;">80%</p>

Text with #AF6FEE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AF6FEE;}

<p style="text-shadow: 3px 3px 1px #AF6FEE">Text here.</p>

This text has shadow with #AF6FEE color.


.textShadow {text-shadow: 3px 3px 1px #AF6FEE', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AF6FEE, 5px 5px 20px red">Text here.</p>

This text has shadow with #AF6FEE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AF6FEE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AF6FEE, Direction=45, Strength=4)">Text</p>

This text has shadow with #AF6FEE and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AF6FEE;
-webkit-box-shadow: 1px 1px 3px 2px #AF6FEE;
box-shadow: 1px 1px 3px 2px #AF6FEE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AF6FEE; -webkit-box-shadow: 1px 1px 3px 2px #AF6FEE; box-shadow:1px 1px 3px 2px #AF6FEE;">
Div content here
</div>

This div box has shadow with color #AF6FEE.

Preview

Color preview on black background

This text has color #AF6FEE on black background.


Color preview on white background

This text has color #AF6FEE on white background.


Black color preview on #AF6FEE background

This text has black color on #AF6FEE background.


White color preview on #AF6FEE background

This text has white color on #AF6FEE background.


Related colors

Complementary color

Complementary color for #hex is #509011.


I love getcolorcode.com

Triadic colors

1 #EEAF6F and #6FEEAF with #AF6FEE are triadic colors.

2 #EE6FAF and #6FAFEE with #AF6FEE are triadic colors.