#AD9ABD

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

Shades of East Side #AD9ABD

Tints of East Side #AD9ABD

Color information

#AD9ABD (or 0xAD9ABD) is unknown color: approx East Side. HEX triplet: AD, 9A and BD. RGB value is (173,154,189). Sum of RGB (Red+Green+Blue) = 173+154+189=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 154 (60.55% from 255 or 29.84% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD9ABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9ABD is #526542. Grayscale: #A3A3A3. Windows color (decimal): -5399875 or 12425901. OLE color: 12425901.

HSL color Cylindrical-coordinate representation of color #AD9ABD: hue angle of 272.57º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AD9ABD is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB173154189-
CMYK0.080.1900.26
HSL272.57º20.96%67.25%-
HSV(B)272.57º18.52%74.12%-
XYZ37.9735.6753.03-
YUV163.67142.29134.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.53%
GREEN value IS 154 (60.55% from 255) = 29.84%
BLUE value IS 189 (74.22% from 255) = 36.63%
R=33.53%
G=29.84%
B=36.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1731541890.080.1900.26272.5720.9667.25
HexAD9ABD81301A1111543
Octal255232275102303242125103
Binary101011011001101010111101100010011011010100010001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9ABD; }

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

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

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

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

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

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

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

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