#AD9FB5

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

Shades of Chatelle #AD9FB5

Tints of Chatelle #AD9FB5

Color information

#AD9FB5 (or 0xAD9FB5) is unknown color: approx Chatelle. HEX triplet: AD, 9F and B5. RGB value is (173,159,181). Sum of RGB (Red+Green+Blue) = 173+159+181=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 181 (71.09% from 255 or 35.28% from 513); Max value from RGB is 181 - color contains mainly: blue. Hex color #AD9FB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9FB5 is #52604A. Grayscale: #A5A5A5. Windows color (decimal): -5398603 or 11902893. OLE color: 11902893.

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

Color convert

RGB173159181-
CMYK0.040.1200.29
HSL278.18º12.94%66.67%-
HSV(B)278.18º12.15%70.98%-
XYZ37.9737.0248.86-
YUV165.69136.64133.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.72%
GREEN value IS 159 (62.5% from 255) = 30.99%
BLUE value IS 181 (71.09% from 255) = 35.28%
R=33.72%
G=30.99%
B=35.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731591810.040.1200.29278.1812.9466.67
HexAD9FB54C01D116d43
Octal25523726541403542615103
Binary101011011001111110110101100110001110110001011011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9FB5; }

 p { color: rgb(173,159,181); }

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

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

 a { background-color: rgb(173,159,181); }

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

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

 span { border-color: rgb(173,159,181); }

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