#AA80CA

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

Shades of East Side #AA80CA

Tints of East Side #AA80CA

Color information

#AA80CA (or 0xAA80CA) is unknown color: approx East Side. HEX triplet: AA, 80 and CA. RGB value is (170,128,202). Sum of RGB (Red+Green+Blue) = 170+128+202=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 128 (50.39% from 255 or 25.6% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA80CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA80CA is #557F35. Grayscale: #949494. Windows color (decimal): -5603126 or 13271210. OLE color: 13271210.

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

Color convert

RGB170128202-
CMYK0.160.3700.21
HSL274.05º41.11%64.71%-
HSV(B)274.05º36.63%79.22%-
XYZ34.9628.2559.49-
YUV148.99157.91142.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34%
GREEN value IS 128 (50.39% from 255) = 25.6%
BLUE value IS 202 (79.30% from 255) = 40.4%
R=34%
G=25.6%
B=40.4%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1701282020.160.3700.21274.0541.1164.71
HexAA80CA10250151122941
Octal252200312204502542251101
Binary101010101000000011001010100001001010101011000100101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA80CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA80CA; }

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

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

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

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

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

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

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

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