#AA8BCA

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

Shades of East Side #AA8BCA

Tints of East Side #AA8BCA

Color information

#AA8BCA (or 0xAA8BCA) is unknown color: approx East Side. HEX triplet: AA, 8B and CA. RGB value is (170,139,202). Sum of RGB (Red+Green+Blue) = 170+139+202=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 139 (54.69% from 255 or 27.20% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA8BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8BCA is #557435. Grayscale: #9B9B9B. Windows color (decimal): -5600310 or 13274026. OLE color: 13274026.

HSL color Cylindrical-coordinate representation of color #AA8BCA: hue angle of 269.52º 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 #AA8BCA is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB170139202-
CMYK0.160.3100.21
HSL269.52º37.28%66.86%-
HSV(B)269.52º31.19%79.22%-
XYZ36.4731.2859.99-
YUV155.45154.27138.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.27%
GREEN value IS 139 (54.69% from 255) = 27.20%
BLUE value IS 202 (79.30% from 255) = 39.53%
R=33.27%
G=27.20%
B=39.53%

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
Decimal1701392020.160.3100.21269.5237.2866.86
HexAA8BCA101F01510e2543
Octal252213312203702541645103
Binary10101010100010111100101010000111110101011000011101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8BCA; }

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

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

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

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

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

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

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

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