#AA89BB

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

Shades of East Side #AA89BB

Tints of East Side #AA89BB

Color information

#AA89BB (or 0xAA89BB) is unknown color: approx East Side. HEX triplet: AA, 89 and BB. RGB value is (170,137,187). Sum of RGB (Red+Green+Blue) = 170+137+187=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 137 (53.91% from 255 or 27.73% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA89BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA89BB is #557644. Grayscale: #989898. Windows color (decimal): -5600837 or 12290474. OLE color: 12290474.

HSL color Cylindrical-coordinate representation of color #AA89BB: hue angle of 279.6º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AA89BB is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB170137187-
CMYK0.090.2700.27
HSL279.6º26.88%63.53%-
HSV(B)279.6º26.74%73.33%-
XYZ34.4930.0350.99-
YUV152.57147.43140.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.41%
GREEN value IS 137 (53.91% from 255) = 27.73%
BLUE value IS 187 (73.44% from 255) = 37.85%
R=34.41%
G=27.73%
B=37.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701371870.090.2700.27279.626.8863.53
HexAA89BB91B01B1181b40
Octal252211273113303343033100
Binary101010101000100110111011100111011011011100011000110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA89BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA89BB; }

 p { color: rgb(170,137,187); }

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

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

 a { background-color: rgb(170,137,187); }

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

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

 span { border-color: rgb(170,137,187); }

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