#AF9FB6

Color #AF9FB6 Chatelle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chatelle #AF9FB6

Tints of Chatelle #AF9FB6

Color information

#AF9FB6 (or 0xAF9FB6) is unknown color: approx Chatelle. HEX triplet: AF, 9F and B6. RGB value is (175,159,182). Sum of RGB (Red+Green+Blue) = 175+159+182=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 159 (62.5% from 255 or 30.81% from 516); Blue value is 182 (71.48% from 255 or 35.27% from 516); Max value from RGB is 182 - color contains mainly: blue. Hex color #AF9FB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9FB6 is #506049. Grayscale: #A6A6A6. Windows color (decimal): -5267530 or 11968431. OLE color: 11968431.

HSL color Cylindrical-coordinate representation of color #AF9FB6: hue angle of 281.74º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AF9FB6 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB175159182-
CMYK0.040.1300.29
HSL281.74º13.61%66.86%-
HSV(B)281.74º12.64%71.37%-
XYZ38.5237.2949.42-
YUV166.41136.8134.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 33.91%
GREEN value IS 159 (62.5% from 255) = 30.81%
BLUE value IS 182 (71.48% from 255) = 35.27%
R=33.91%
G=30.81%
B=35.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751591820.040.1300.29281.7413.6166.86
HexAF9FB64D01D11ae43
Octal25723726641503543216103
Binary101011111001111110110110100110101110110001101011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9FB6; }

 p { color: rgb(175,159,182); }

 H1.HeaderClassName
 {
   color: #AF9FB6;
 }
 .AnyTagClassName
 {
   color: #AF9FB6;
 }
</style>
background-color css

<style>
 a { background-color: #AF9FB6; }

 a { background-color: rgb(175,159,182); }

 div.DivClassName
 {
   background-color: #AF9FB6;
 }
 .BgClassName
 {
   background-color: #AF9FB6;
 }
</style>
border-color css

<style>
 span { border-color: #AF9FB6; }

 span { border-color: rgb(175,159,182); }

 td.TdClassName
 {
   border-color: #AF9FB6;
 }
 .TagClassName
 {
   border-color: #AF9FB6;
 }
</style>