#AA8ACA

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

Shades of East Side #AA8ACA

Tints of East Side #AA8ACA

Color information

#AA8ACA (or 0xAA8ACA) is unknown color: approx East Side. HEX triplet: AA, 8A and CA. RGB value is (170,138,202). Sum of RGB (Red+Green+Blue) = 170+138+202=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 138 (54.30% from 255 or 27.06% from 510); Blue value is 202 (79.30% from 255 or 39.61% from 510); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA8ACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8ACA is #557535. Grayscale: #9A9A9A. Windows color (decimal): -5600566 or 13273770. OLE color: 13273770.

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

Color convert

RGB170138202-
CMYK0.160.3200.21
HSL270º37.65%66.67%-
HSV(B)270º31.68%79.22%-
XYZ36.3330.9959.94-
YUV154.86154.6138.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.33%
GREEN value IS 138 (54.30% from 255) = 27.06%
BLUE value IS 202 (79.30% from 255) = 39.61%
R=33.33%
G=27.06%
B=39.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1701382020.160.3200.2127037.6566.67
HexAA8ACA102001510e2643
Octal252212312204002541646103
Binary101010101000101011001010100001000000101011000011101001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8ACA; }

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

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

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

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

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

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

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

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