#AA89B4

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

Shades of East Side #AA89B4

Tints of East Side #AA89B4

Color information

#AA89B4 (or 0xAA89B4) is unknown color: approx East Side. HEX triplet: AA, 89 and B4. RGB value is (170,137,180). Sum of RGB (Red+Green+Blue) = 170+137+180=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 137 (53.91% from 255 or 28.13% from 487); Blue value is 180 (70.70% from 255 or 36.96% from 487); Max value from RGB is 180 - color contains mainly: blue. Hex color #AA89B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA89B4 is #55764B. Grayscale: #979797. Windows color (decimal): -5600844 or 11831722. OLE color: 11831722.

HSL color Cylindrical-coordinate representation of color #AA89B4: hue angle of 286.05º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AA89B4 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB170137180-
CMYK0.060.2400.29
HSL286.05º22.28%62.16%-
HSV(B)286.05º23.89%70.59%-
XYZ33.7629.7347.14-
YUV151.77143.93141-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.91%
GREEN value IS 137 (53.91% from 255) = 28.13%
BLUE value IS 180 (70.70% from 255) = 36.96%
R=34.91%
G=28.13%
B=36.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701371800.060.2400.29286.0522.2862.16
HexAA89B461801D11e163e
Octal2522112646300354362676
Binary1010101010001001101101001101100001110110001111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA89B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA89B4; }

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

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

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

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

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

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

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

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