#AA80C0

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

Shades of East Side #AA80C0

Tints of East Side #AA80C0

Color information

#AA80C0 (or 0xAA80C0) is unknown color: approx East Side. HEX triplet: AA, 80 and C0. RGB value is (170,128,192). Sum of RGB (Red+Green+Blue) = 170+128+192=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 128 (50.39% from 255 or 26.12% from 490); Blue value is 192 (75.39% from 255 or 39.18% from 490); Max value from RGB is 192 - color contains mainly: blue. Hex color #AA80C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA80C0 is #557F3F. Grayscale: #939393. Windows color (decimal): -5603136 or 12615850. OLE color: 12615850.

HSL color Cylindrical-coordinate representation of color #AA80C0: hue angle of 279.38º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AA80C0 is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB170128192-
CMYK0.110.3300.25
HSL279.38º33.68%62.75%-
HSV(B)279.38º33.33%75.29%-
XYZ33.8127.7953.45-
YUV147.85152.91143.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.69%
GREEN value IS 128 (50.39% from 255) = 26.12%
BLUE value IS 192 (75.39% from 255) = 39.18%
R=34.69%
G=26.12%
B=39.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701281920.110.3300.25279.3833.6862.75
HexAA80C0B21019117223f
Octal25220030013410314274277
Binary1010101010000000110000001011100001011001100010111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA80C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA80C0; }

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

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

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

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

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

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

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

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