#AF9FB8

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

Shades of Chatelle #AF9FB8

Tints of Chatelle #AF9FB8

Color information

#AF9FB8 (or 0xAF9FB8) is unknown color: approx Chatelle. HEX triplet: AF, 9F and B8. RGB value is (175,159,184). Sum of RGB (Red+Green+Blue) = 175+159+184=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 184 (72.27% from 255 or 35.52% from 518); Max value from RGB is 184 - color contains mainly: blue. Hex color #AF9FB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9FB8 is #506047. Grayscale: #A6A6A6. Windows color (decimal): -5267528 or 12099503. OLE color: 12099503.

HSL color Cylindrical-coordinate representation of color #AF9FB8: hue angle of 278.4º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AF9FB8 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB175159184-
CMYK0.050.1400.28
HSL278.4º14.97%67.25%-
HSV(B)278.4º13.59%72.16%-
XYZ38.7337.3750.52-
YUV166.63137.8133.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.78%
GREEN value IS 159 (62.5% from 255) = 30.69%
BLUE value IS 184 (72.27% from 255) = 35.52%
R=33.78%
G=30.69%
B=35.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1751591840.050.1400.28278.414.9767.25
HexAF9FB85E01C116f43
Octal25723727051603442617103
Binary101011111001111110111000101111001110010001011011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9FB8; }

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

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

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

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

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

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

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

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