#A89DB6

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

Shades of East Side #A89DB6

Tints of East Side #A89DB6

Color information

#A89DB6 (or 0xA89DB6) is unknown color: approx East Side. HEX triplet: A8, 9D and B6. RGB value is (168,157,182). Sum of RGB (Red+Green+Blue) = 168+157+182=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 157 (61.72% from 255 or 30.97% from 507); Blue value is 182 (71.48% from 255 or 35.90% from 507); Max value from RGB is 182 - color contains mainly: blue. Hex color #A89DB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89DB6 is #576249. Grayscale: #A3A3A3. Windows color (decimal): -5726794 or 11967912. OLE color: 11967912.

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

Color convert

RGB168157182-
CMYK0.080.1400.29
HSL266.4º14.62%66.47%-
HSV(B)266.4º13.74%71.37%-
XYZ36.6535.8249.24-
YUV163.14138.64131.47-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.14%
GREEN value IS 157 (61.72% from 255) = 30.97%
BLUE value IS 182 (71.48% from 255) = 35.90%
R=33.14%
G=30.97%
B=35.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1681571820.080.1400.29266.414.6266.47
HexA89DB68E01D10af42
Octal250235266101603541217102
Binary1010100010011101101101101000111001110110000101011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89DB6; }

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

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

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

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

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

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

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

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