#AA8CCA

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

Shades of East Side #AA8CCA

Tints of East Side #AA8CCA

Color information

#AA8CCA (or 0xAA8CCA) is unknown color: approx East Side. HEX triplet: AA, 8C and CA. RGB value is (170,140,202). Sum of RGB (Red+Green+Blue) = 170+140+202=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 140 (55.08% from 255 or 27.34% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA8CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8CCA is #557335. Grayscale: #9B9B9B. Windows color (decimal): -5600054 or 13274282. OLE color: 13274282.

HSL color Cylindrical-coordinate representation of color #AA8CCA: hue angle of 269.03º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA8CCA is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB170140202-
CMYK0.160.3100.21
HSL269.03º36.9%67.06%-
HSV(B)269.03º30.69%79.22%-
XYZ36.6231.5760.04-
YUV156.04153.94137.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.20%
GREEN value IS 140 (55.08% from 255) = 27.34%
BLUE value IS 202 (79.30% from 255) = 39.45%
R=33.20%
G=27.34%
B=39.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1701402020.160.3100.21269.0336.967.06
HexAA8CCA101F01510d2543
Octal252214312203702541545103
Binary10101010100011001100101010000111110101011000011011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8CCA; }

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

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

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

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

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

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

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

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