Shades of East Side #AA80B2
Tints of East Side #AA80B2
RGB
CMYK
RGB Variations
Color information
#AA80B2 (or 0xAA80B2) is known color: East Side. HEX triplet: AA, 80 and B2. RGB value is (170,128,178). Sum of RGB (Red+Green+Blue) = 170+128+178=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 178 (69.92% from 255 or 37.39% from 476); Max value from RGB is 178 - color contains mainly: blue. Hex color #AA80B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA80B2 is #557F4D. Grayscale: #929292. Windows color (decimal): -5603150 or 11698346. OLE color: 11698346.
HSL color Cylindrical-coordinate representation of color #AA80B2: hue angle of 290.4º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA80B2 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 128 | 178 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.30 |
| HSL | 290.4º | 0.25% | 0.6% | - |
| HSV(B) | 290.4º | 0.28% | 0.7% | - |
| XYZ | 32.33 | 27.2 | 45.67 | - |
| YUV | 146.26 | 145.91 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 128 | 178 | 0.04 | 0.28 | 0 | 0.30 | 290.4 | 0.25 | 0.6 |
| Hex | AA | 80 | B2 | 4 | 1C | 0 | 1E | 122 | 19 | 3C |
| Octal | 252 | 200 | 262 | 4 | 34 | 0 | 36 | 442 | 31 | 74 |
| Binary | 10101010 | 10000000 | 10110010 | 100 | 11100 | 0 | 11110 | 100100010 | 11001 | 111100 |
Color Harmonies of #AA80B2
Complementary color
Monochromatic Colors of #AA80B2
Black with #AA80B2
Text Example
Text Example
White with #AA80B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA80B2; }
p { color: rgb(170,128,178); }
H1.HeaderClassName
{
color: #AA80B2;
}
.AnyTagClassName
{
color: #AA80B2;
}
</style>
background-color css
<style>
a { background-color: #AA80B2; }
a { background-color: rgb(170,128,178); }
div.DivClassName
{
background-color: #AA80B2;
}
.BgClassName
{
background-color: #AA80B2;
}
</style>
border-color css
<style>
span { border-color: #AA80B2; }
span { border-color: rgb(170,128,178); }
td.TdClassName
{
border-color: #AA80B2;
}
.TagClassName
{
border-color: #AA80B2;
}
</style>