#AA80C8

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

Shades of East Side #AA80C8

Tints of East Side #AA80C8

Color information

#AA80C8 (or 0xAA80C8) is unknown color: approx East Side. HEX triplet: AA, 80 and C8. RGB value is (170,128,200). Sum of RGB (Red+Green+Blue) = 170+128+200=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 128 (50.39% from 255 or 25.70% from 498); Blue value is 200 (78.52% from 255 or 40.16% from 498); Max value from RGB is 200 - color contains mainly: blue. Hex color #AA80C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA80C8 is #557F37. Grayscale: #949494. Windows color (decimal): -5603128 or 13140138. OLE color: 13140138.

HSL color Cylindrical-coordinate representation of color #AA80C8: hue angle of 275º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA80C8 is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB170128200-
CMYK0.150.3600.22
HSL275º39.56%64.31%-
HSV(B)275º36%78.43%-
XYZ34.7228.1558.25-
YUV148.77156.91143.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.14%
GREEN value IS 128 (50.39% from 255) = 25.70%
BLUE value IS 200 (78.52% from 255) = 40.16%
R=34.14%
G=25.70%
B=40.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1701282000.150.3600.2227539.5664.31
HexAA80C8F240161132840
Octal252200310174402642350100
Binary10101010100000001100100011111001000101101000100111010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA80C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA80C8; }

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

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

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

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

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

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

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

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