#AD8AB6

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

Shades of East Side #AD8AB6

Tints of East Side #AD8AB6

Color information

#AD8AB6 (or 0xAD8AB6) is unknown color: approx East Side. HEX triplet: AD, 8A and B6. RGB value is (173,138,182). Sum of RGB (Red+Green+Blue) = 173+138+182=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 138 (54.30% from 255 or 27.99% from 493); Blue value is 182 (71.48% from 255 or 36.92% from 493); Max value from RGB is 182 - color contains mainly: blue. Hex color #AD8AB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8AB6 is #527549. Grayscale: #999999. Windows color (decimal): -5403978 or 11963053. OLE color: 11963053.

HSL color Cylindrical-coordinate representation of color #AD8AB6: hue angle of 287.73º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AD8AB6 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB173138182-
CMYK0.050.2400.29
HSL287.73º23.16%62.75%-
HSV(B)287.73º24.18%71.37%-
XYZ34.7730.4448.3-
YUV153.48144.1141.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.09%
GREEN value IS 138 (54.30% from 255) = 27.99%
BLUE value IS 182 (71.48% from 255) = 36.92%
R=35.09%
G=27.99%
B=36.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731381820.050.2400.29287.7323.1662.75
HexAD8AB651801D120173f
Octal2552122665300354402777
Binary1010110110001010101101101011100001110110010000010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8AB6; }

 p { color: rgb(173,138,182); }

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

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

 a { background-color: rgb(173,138,182); }

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

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

 span { border-color: rgb(173,138,182); }

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