#AA80BB

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

Shades of East Side #AA80BB

Tints of East Side #AA80BB

Color information

#AA80BB (or 0xAA80BB) is unknown color: approx East Side. HEX triplet: AA, 80 and BB. RGB value is (170,128,187). Sum of RGB (Red+Green+Blue) = 170+128+187=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 128 (50.39% from 255 or 26.39% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA80BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA80BB is #557F44. Grayscale: #939393. Windows color (decimal): -5603141 or 12288170. OLE color: 12288170.

HSL color Cylindrical-coordinate representation of color #AA80BB: hue angle of 282.71º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA80BB is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB170128187-
CMYK0.090.3200.27
HSL282.71º30.26%61.76%-
HSV(B)282.71º31.55%73.33%-
XYZ33.2727.5750.58-
YUV147.28150.41144.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.05%
GREEN value IS 128 (50.39% from 255) = 26.39%
BLUE value IS 187 (73.44% from 255) = 38.56%
R=35.05%
G=26.39%
B=38.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701281870.090.3200.27282.7130.2661.76
HexAA80BB92001B11b1e3e
Octal25220027311400334333676
Binary101010101000000010111011100110000001101110001101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA80BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA80BB; }

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

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

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

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

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

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

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

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