#AD9AB5

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

Shades of East Side #AD9AB5

Tints of East Side #AD9AB5

Color information

#AD9AB5 (or 0xAD9AB5) is unknown color: approx East Side. HEX triplet: AD, 9A and B5. RGB value is (173,154,181). Sum of RGB (Red+Green+Blue) = 173+154+181=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 154 (60.55% from 255 or 30.31% from 508); Blue value is 181 (71.09% from 255 or 35.63% from 508); Max value from RGB is 181 - color contains mainly: blue. Hex color #AD9AB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9AB5 is #52654A. Grayscale: #A2A2A2. Windows color (decimal): -5399883 or 11901613. OLE color: 11901613.

HSL color Cylindrical-coordinate representation of color #AD9AB5: hue angle of 282.22º 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 #AD9AB5 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB173154181-
CMYK0.040.1500.29
HSL282.22º15.43%65.69%-
HSV(B)282.22º14.92%70.98%-
XYZ37.1335.3348.58-
YUV162.76138.29135.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.06%
GREEN value IS 154 (60.55% from 255) = 30.31%
BLUE value IS 181 (71.09% from 255) = 35.63%
R=34.06%
G=30.31%
B=35.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731541810.040.1500.29282.2215.4365.69
HexAD9AB54F01D11af42
Octal25523226541703543217102
Binary101011011001101010110101100111101110110001101011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9AB5; }

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

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

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

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

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

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

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

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