#AA80BD

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

Shades of East Side #AA80BD

Tints of East Side #AA80BD

Color information

#AA80BD (or 0xAA80BD) is unknown color: approx East Side. HEX triplet: AA, 80 and BD. RGB value is (170,128,189). Sum of RGB (Red+Green+Blue) = 170+128+189=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 128 (50.39% from 255 or 26.28% from 487); Blue value is 189 (74.22% from 255 or 38.81% from 487); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA80BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA80BD is #557F42. Grayscale: #939393. Windows color (decimal): -5603139 or 12419242. OLE color: 12419242.

HSL color Cylindrical-coordinate representation of color #AA80BD: hue angle of 281.31º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA80BD is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB170128189-
CMYK0.100.3200.26
HSL281.31º31.61%62.16%-
HSV(B)281.31º32.28%74.12%-
XYZ33.4827.6651.72-
YUV147.51151.41144.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.91%
GREEN value IS 128 (50.39% from 255) = 26.28%
BLUE value IS 189 (74.22% from 255) = 38.81%
R=34.91%
G=26.28%
B=38.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701281890.100.3200.26281.3131.6162.16
HexAA80BDA2001A119203e
Octal25220027512400324314076
Binary1010101010000000101111011010100000011010100011001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA80BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA80BD; }

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

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

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

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

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

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

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

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