#A89DB5

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

Shades of East Side #A89DB5

Tints of East Side #A89DB5

Color information

#A89DB5 (or 0xA89DB5) is unknown color: approx East Side. HEX triplet: A8, 9D and B5. RGB value is (168,157,181). Sum of RGB (Red+Green+Blue) = 168+157+181=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 157 (61.72% from 255 or 31.03% from 506); Blue value is 181 (71.09% from 255 or 35.77% from 506); Max value from RGB is 181 - color contains mainly: blue. Hex color #A89DB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89DB5 is #57624A. Grayscale: #A2A2A2. Windows color (decimal): -5726795 or 11902376. OLE color: 11902376.

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

Color convert

RGB168157181-
CMYK0.070.1300.29
HSL267.5º13.95%66.27%-
HSV(B)267.5º13.26%70.98%-
XYZ36.5535.7748.7-
YUV163.02138.14131.55-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.20%
GREEN value IS 157 (61.72% from 255) = 31.03%
BLUE value IS 181 (71.09% from 255) = 35.77%
R=33.20%
G=31.03%
B=35.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1681571810.070.1300.29267.513.9566.27
HexA89DB57D01D10ce42
Octal25023526571503541416102
Binary101010001001110110110101111110101110110000110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89DB5; }

 p { color: rgb(168,157,181); }

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

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

 a { background-color: rgb(168,157,181); }

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

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

 span { border-color: rgb(168,157,181); }

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