#AD8AB5

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

Shades of East Side #AD8AB5

Tints of East Side #AD8AB5

Color information

#AD8AB5 (or 0xAD8AB5) is unknown color: approx East Side. HEX triplet: AD, 8A and B5. RGB value is (173,138,181). Sum of RGB (Red+Green+Blue) = 173+138+181=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 138 (54.30% from 255 or 28.05% from 492); Blue value is 181 (71.09% from 255 or 36.79% from 492); Max value from RGB is 181 - color contains mainly: blue. Hex color #AD8AB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8AB5 is #52754A. Grayscale: #999999. Windows color (decimal): -5403979 or 11897517. OLE color: 11897517.

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

Color convert

RGB173138181-
CMYK0.040.2400.29
HSL288.84º22.51%62.55%-
HSV(B)288.84º23.76%70.98%-
XYZ34.6630.447.76-
YUV153.37143.6142-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.16%
GREEN value IS 138 (54.30% from 255) = 28.05%
BLUE value IS 181 (71.09% from 255) = 36.79%
R=35.16%
G=28.05%
B=36.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731381810.040.2400.29288.8422.5162.55
HexAD8AB541801D121173f
Octal2552122654300354412777
Binary1010110110001010101101011001100001110110010000110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8AB5; }

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

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

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

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

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

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

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

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