#A89AB6

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

Shades of East Side #A89AB6

Tints of East Side #A89AB6

Color information

#A89AB6 (or 0xA89AB6) is unknown color: approx East Side. HEX triplet: A8, 9A and B6. RGB value is (168,154,182). Sum of RGB (Red+Green+Blue) = 168+154+182=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 154 (60.55% from 255 or 30.56% from 504); Blue value is 182 (71.48% from 255 or 36.11% from 504); Max value from RGB is 182 - color contains mainly: blue. Hex color #A89AB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89AB6 is #576549. Grayscale: #A1A1A1. Windows color (decimal): -5727562 or 11967144. OLE color: 11967144.

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

Color convert

RGB168154182-
CMYK0.080.1500.29
HSL270º16.09%65.88%-
HSV(B)270º15.38%71.37%-
XYZ36.1534.8149.07-
YUV161.38139.64132.72-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.33%
GREEN value IS 154 (60.55% from 255) = 30.56%
BLUE value IS 182 (71.48% from 255) = 36.11%
R=33.33%
G=30.56%
B=36.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1681541820.080.1500.2927016.0965.88
HexA89AB68F01D10e1042
Octal250232266101703541620102
Binary10101000100110101011011010001111011101100001110100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89AB6; }

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

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

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

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

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

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

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

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