COLOR #AF9BE6

HEX: #AF9BE6 RGB: (175,155,230)

Color info

#AF9BE6 contains mainly red and blue colors. Web safe color of #AF9BE6 is #9999CC (or #99C).

RGB color model

#AF9BE6 color RGB value is (175,155,230).

RGB: (175,155,230) (69%, 61%, 90%)

RGB channels and saturation

R 175 of 255 = 69%
G 155 of 255 = 61%
B 230 of 255 = 90%

175
155
230

R + G + B ~ 73%. #AF9BE6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 155 + 230 = 560 (100%)
R 175 of 560 ~ 31.25%
G 155 of 560 ~ 27.68%
B 230 of 560 ~ 41.07'%

%31.25
%27.68
%41.07

CMYK color model

#AF9BE6 color CMYK value is (24,33,0,10).

  • cyan value is 23.91%
  • magenta value is 32.61%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (24,33,0,10)
C24M33Y0K10 (24%, 33%, 0%, 10%)
(0.24 / 0.33 / 0.00 / 0.10)

CMYK percentages

%23.91
%32.61
%0
%9.8

Codes

Color #AF9BE6 in popluar color models

AF 9B E6
RGB 175 155 230
HSL 256° 60.00% 75.49%
HSB/HSV 256° 32.61% 90.20%
CMYK 23.91% 32.61% 0.00%
9.80%

Color #AF9BE6 in popluar number systems.

HEX AF 9B E6
Decimal 175 155 230
Binary 10101111 10011011 11100110
Octal 257 233 346

Shades and tints

Shades of #AF9BE6

#AF9BE6
(175,155,230)
#A08DD2
(160,141,210)
#917FBE
(145,127,190)
#8271AA
(130,113,170)
#736396
(115,99,150)
#645582
(100,85,130)
#55476E
(85,71,110)
#46395A
(70,57,90)
#372B46
(55,43,70)
#281D32
(40,29,50)
#190F1E
(25,15,30)
#000000
(0,0,0)

Tints of #AF9BE6

#AF9BE6
(175,155,230)
#B6A4E8
(182,164,232)
#BDADEA
(189,173,234)
#C4B6EC
(196,182,236)
#CBBFEE
(203,191,238)
#D2C8F0
(210,200,240)
#D9D1F2
(217,209,242)
#E0DAF4
(224,218,244)
#E7E3F6
(231,227,246)
#EEECF8
(238,236,248)
#F5F5FA
(245,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF9BE6 color. Also use rgb(175,155,230) instead hex code.

Text Font Color

.myTextColor { color: #AF9BE6; }

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

This text font color is #AF9BE6.

Background Color

.myBgColor { background-color: #AF9BE6; }

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

This div background color is #AF9BE6.

Border color

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

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

This div border color is #AF9BE6.

Opacity

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

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

Text with #AF9BE6 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 #AF9BE6;}

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

This text has shadow with #AF9BE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF9BE6.

Preview

Color preview on black background

This text has color #AF9BE6 on black background.


Color preview on white background

This text has color #AF9BE6 on white background.


Black color preview on #AF9BE6 background

This text has black color on #AF9BE6 background.


White color preview on #AF9BE6 background

This text has white color on #AF9BE6 background.


Related colors

Complementary color

Complementary color for #hex is #506419.


I love getcolorcode.com

Triadic colors

1 #E6AF9B and #9BE6AF with #AF9BE6 are triadic colors.

2 #E69BAF and #9BAFE6 with #AF9BE6 are triadic colors.