#AA80BF

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

Shades of East Side #AA80BF

Tints of East Side #AA80BF

Color information

#AA80BF (or 0xAA80BF) is unknown color: approx East Side. HEX triplet: AA, 80 and BF. RGB value is (170,128,191). Sum of RGB (Red+Green+Blue) = 170+128+191=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 128 (50.39% from 255 or 26.18% from 489); Blue value is 191 (75% from 255 or 39.06% from 489); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA80BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA80BF is #557F40. Grayscale: #939393. Windows color (decimal): -5603137 or 12550314. OLE color: 12550314.

HSL color Cylindrical-coordinate representation of color #AA80BF: hue angle of 280º degrees, saturation: 0.33, 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 #AA80BF is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB170128191-
CMYK0.110.3300.25
HSL280º32.98%62.55%-
HSV(B)280º32.98%74.9%-
XYZ33.727.7552.87-
YUV147.74152.41143.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.76%
GREEN value IS 128 (50.39% from 255) = 26.18%
BLUE value IS 191 (75% from 255) = 39.06%
R=34.76%
G=26.18%
B=39.06%

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
Decimal1701281910.110.3300.2528032.9862.55
HexAA80BFB21019118213f
Octal25220027713410314304177
Binary1010101010000000101111111011100001011001100011000100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA80BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA80BF; }

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

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

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

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

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

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

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

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