#AA80CE

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

Shades of East Side #AA80CE

Tints of East Side #AA80CE

Color information

#AA80CE (or 0xAA80CE) is unknown color: approx East Side. HEX triplet: AA, 80 and CE. RGB value is (170,128,206). Sum of RGB (Red+Green+Blue) = 170+128+206=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 128 (50.39% from 255 or 25.40% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA80CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA80CE is #557F31. Grayscale: #959595. Windows color (decimal): -5603122 or 13533354. OLE color: 13533354.

HSL color Cylindrical-coordinate representation of color #AA80CE: hue angle of 272.31º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA80CE is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB170128206-
CMYK0.170.3800.19
HSL272.31º44.32%65.49%-
HSV(B)272.31º37.86%80.78%-
XYZ35.4428.4462.01-
YUV149.45159.91142.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.73%
GREEN value IS 128 (50.39% from 255) = 25.40%
BLUE value IS 206 (80.86% from 255) = 40.87%
R=33.73%
G=25.40%
B=40.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1701282060.170.3800.19272.3144.3265.49
HexAA80CE11260131102c41
Octal252200316214602342054101
Binary101010101000000011001110100011001100100111000100001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA80CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA80CE; }

 p { color: rgb(170,128,206); }

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

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

 a { background-color: rgb(170,128,206); }

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

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

 span { border-color: rgb(170,128,206); }

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