Shades of East Side #AA80BD
Tints of East Side #AA80BD
RGB
CMYK
RGB Variations
Color information
#AA80BD (or 0xAA80BD) is known color: 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
| RGB | 170 | 128 | 189 | - |
| CMYK | 0.10 | 0.32 | 0 | 0.26 |
| HSL | 281.31º | 0.32% | 0.62% | - |
| HSV(B) | 281.31º | 0.32% | 0.74% | - |
| XYZ | 33.48 | 27.66 | 51.72 | - |
| YUV | 147.51 | 151.41 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 128 | 189 | 0.10 | 0.32 | 0 | 0.26 | 281.31 | 0.32 | 0.62 |
| Hex | AA | 80 | BD | A | 20 | 0 | 1A | 119 | 20 | 3E |
| Octal | 252 | 200 | 275 | 12 | 40 | 0 | 32 | 431 | 40 | 76 |
| Binary | 10101010 | 10000000 | 10111101 | 1010 | 100000 | 0 | 11010 | 100011001 | 100000 | 111110 |
Color Harmonies of #AA80BD
Complementary color
Monochromatic Colors of #AA80BD
Black with #AA80BD
Text Example
Text Example
White with #AA80BD
Text Example
Text Example
HTML Codes & Css Web 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>