Shades of East Side #AA80D3
Tints of East Side #AA80D3
RGB
CMYK
RGB Variations
Color information
#AA80D3 (or 0xAA80D3) is known color: East Side. HEX triplet: AA, 80 and D3. RGB value is (170,128,211). Sum of RGB (Red+Green+Blue) = 170+128+211=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 128 (50.39% from 255 or 25.15% from 509); Blue value is 211 (82.81% from 255 or 41.45% from 509); Max value from RGB is 211 - color contains mainly: blue. Hex color #AA80D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA80D3 is #557F2C. Grayscale: #959595. Windows color (decimal): -5603117 or 13861034. OLE color: 13861034.
HSL color Cylindrical-coordinate representation of color #AA80D3: hue angle of 270.36º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA80D3 is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 128 | 211 | - |
| CMYK | 0.19 | 0.39 | 0 | 0.17 |
| HSL | 270.36º | 0.49% | 0.66% | - |
| HSV(B) | 270.36º | 0.39% | 0.83% | - |
| XYZ | 36.05 | 28.69 | 65.26 | - |
| YUV | 150.02 | 162.41 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 128 | 211 | 0.19 | 0.39 | 0 | 0.17 | 270.36 | 0.49 | 0.66 |
| Hex | AA | 80 | D3 | 13 | 27 | 0 | 11 | 10E | 31 | 42 |
| Octal | 252 | 200 | 323 | 23 | 47 | 0 | 21 | 416 | 61 | 102 |
| Binary | 10101010 | 10000000 | 11010011 | 10011 | 100111 | 0 | 10001 | 100001110 | 110001 | 1000010 |
Color Harmonies of #AA80D3
Complementary color
Monochromatic Colors of #AA80D3
Black with #AA80D3
Text Example
Text Example
White with #AA80D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA80D3; }
p { color: rgb(170,128,211); }
H1.HeaderClassName
{
color: #AA80D3;
}
.AnyTagClassName
{
color: #AA80D3;
}
</style>
background-color css
<style>
a { background-color: #AA80D3; }
a { background-color: rgb(170,128,211); }
div.DivClassName
{
background-color: #AA80D3;
}
.BgClassName
{
background-color: #AA80D3;
}
</style>
border-color css
<style>
span { border-color: #AA80D3; }
span { border-color: rgb(170,128,211); }
td.TdClassName
{
border-color: #AA80D3;
}
.TagClassName
{
border-color: #AA80D3;
}
</style>