#AA89C4

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

Shades of East Side #AA89C4

Tints of East Side #AA89C4

Color information

#AA89C4 (or 0xAA89C4) is unknown color: approx East Side. HEX triplet: AA, 89 and C4. RGB value is (170,137,196). Sum of RGB (Red+Green+Blue) = 170+137+196=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 137 (53.91% from 255 or 27.24% from 503); Blue value is 196 (76.95% from 255 or 38.97% from 503); Max value from RGB is 196 - color contains mainly: blue. Hex color #AA89C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA89C4 is #55763B. Grayscale: #999999. Windows color (decimal): -5600828 or 12880298. OLE color: 12880298.

HSL color Cylindrical-coordinate representation of color #AA89C4: hue angle of 273.56º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA89C4 is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB170137196-
CMYK0.130.3000.23
HSL273.56º33.33%65.29%-
HSV(B)273.56º30.1%76.86%-
XYZ35.4930.4256.23-
YUV153.59151.93139.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.80%
GREEN value IS 137 (53.91% from 255) = 27.24%
BLUE value IS 196 (76.95% from 255) = 38.97%
R=33.80%
G=27.24%
B=38.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1701371960.130.3000.23273.5633.3365.29
HexAA89C4D1E0171122141
Octal252211304153602742241101
Binary1010101010001001110001001101111100101111000100101000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA89C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA89C4; }

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

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

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

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

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

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

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

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