#AF9DB2

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

Shades of Chatelle #AF9DB2

Tints of Chatelle #AF9DB2

Color information

#AF9DB2 (or 0xAF9DB2) is unknown color: approx Chatelle. HEX triplet: AF, 9D and B2. RGB value is (175,157,178). Sum of RGB (Red+Green+Blue) = 175+157+178=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 157 (61.72% from 255 or 30.78% from 510); Blue value is 178 (69.92% from 255 or 34.90% from 510); Max value from RGB is 178 - color contains mainly: blue. Hex color #AF9DB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9DB2 is #50624D. Grayscale: #A4A4A4. Windows color (decimal): -5268046 or 11705775. OLE color: 11705775.

HSL color Cylindrical-coordinate representation of color #AF9DB2: hue angle of 291.43º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AF9DB2 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB175157178-
CMYK0.020.1200.30
HSL291.43º12%65.69%-
HSV(B)291.43º11.8%69.8%-
XYZ37.7736.4447.16-
YUV164.78135.46135.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.31%
GREEN value IS 157 (61.72% from 255) = 30.78%
BLUE value IS 178 (69.92% from 255) = 34.90%
R=34.31%
G=30.78%
B=34.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1751571780.020.1200.30291.431265.69
HexAF9DB22C01E123c42
Octal25723526221403644314102
Binary10101111100111011011001010110001111010010001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9DB2; }

 p { color: rgb(175,157,178); }

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

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

 a { background-color: rgb(175,157,178); }

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

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

 span { border-color: rgb(175,157,178); }

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