#AA8CC9

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

Shades of East Side #AA8CC9

Tints of East Side #AA8CC9

Color information

#AA8CC9 (or 0xAA8CC9) is unknown color: approx East Side. HEX triplet: AA, 8C and C9. RGB value is (170,140,201). Sum of RGB (Red+Green+Blue) = 170+140+201=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 140 (55.08% from 255 or 27.40% from 511); Blue value is 201 (78.91% from 255 or 39.33% from 511); Max value from RGB is 201 - color contains mainly: blue. Hex color #AA8CC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8CC9 is #557336. Grayscale: #9B9B9B. Windows color (decimal): -5600055 or 13208746. OLE color: 13208746.

HSL color Cylindrical-coordinate representation of color #AA8CC9: hue angle of 269.51º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA8CC9 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB170140201-
CMYK0.150.3000.21
HSL269.51º36.09%66.86%-
HSV(B)269.51º30.35%78.82%-
XYZ36.531.5259.42-
YUV155.92153.44138.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.27%
GREEN value IS 140 (55.08% from 255) = 27.40%
BLUE value IS 201 (78.91% from 255) = 39.33%
R=33.27%
G=27.40%
B=39.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1701402010.150.3000.21269.5136.0966.86
HexAA8CC9F1E01510e2443
Octal252214311173602541644103
Binary1010101010001100110010011111111100101011000011101001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8CC9; }

 p { color: rgb(170,140,201); }

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

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

 a { background-color: rgb(170,140,201); }

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

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

 span { border-color: rgb(170,140,201); }

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