#AF9AB5

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

Shades of Chatelle #AF9AB5

Tints of Chatelle #AF9AB5

Color information

#AF9AB5 (or 0xAF9AB5) is unknown color: approx Chatelle. HEX triplet: AF, 9A and B5. RGB value is (175,154,181). Sum of RGB (Red+Green+Blue) = 175+154+181=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 154 (60.55% from 255 or 30.20% from 510); Blue value is 181 (71.09% from 255 or 35.49% from 510); Max value from RGB is 181 - color contains mainly: blue. Hex color #AF9AB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9AB5 is #50654A. Grayscale: #A3A3A3. Windows color (decimal): -5268811 or 11901615. OLE color: 11901615.

HSL color Cylindrical-coordinate representation of color #AF9AB5: hue angle of 286.67º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AF9AB5 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB175154181-
CMYK0.030.1500.29
HSL286.67º15.43%65.69%-
HSV(B)286.67º14.92%70.98%-
XYZ37.5835.5648.6-
YUV163.36137.96136.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.31%
GREEN value IS 154 (60.55% from 255) = 30.20%
BLUE value IS 181 (71.09% from 255) = 35.49%
R=34.31%
G=30.20%
B=35.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751541810.030.1500.29286.6715.4365.69
HexAF9AB53F01D11ff42
Octal25723226531703543717102
Binary10101111100110101011010111111101110110001111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9AB5; }

 p { color: rgb(175,154,181); }

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

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

 a { background-color: rgb(175,154,181); }

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

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

 span { border-color: rgb(175,154,181); }

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