Shades of East Side #AA80CA
Tints of East Side #AA80CA
RGB
CMYK
RGB Variations
Color information
#AA80CA (or 0xAA80CA) is known color: East Side. HEX triplet: AA, 80 and CA. RGB value is (170,128,202). Sum of RGB (Red+Green+Blue) = 170+128+202=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 128 (50.39% from 255 or 25.6% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA80CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA80CA is #557F35. Grayscale: #949494. Windows color (decimal): -5603126 or 13271210. OLE color: 13271210.
HSL color Cylindrical-coordinate representation of color #AA80CA: hue angle of 274.05º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA80CA is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 128 | 202 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.21 |
| HSL | 274.05º | 0.41% | 0.65% | - |
| HSV(B) | 274.05º | 0.37% | 0.79% | - |
| XYZ | 34.96 | 28.25 | 59.49 | - |
| YUV | 148.99 | 157.91 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 128 | 202 | 0.16 | 0.37 | 0 | 0.21 | 274.05 | 0.41 | 0.65 |
| Hex | AA | 80 | CA | 10 | 25 | 0 | 15 | 112 | 29 | 41 |
| Octal | 252 | 200 | 312 | 20 | 45 | 0 | 25 | 422 | 51 | 101 |
| Binary | 10101010 | 10000000 | 11001010 | 10000 | 100101 | 0 | 10101 | 100010010 | 101001 | 1000001 |
Color Harmonies of #AA80CA
Complementary color
Monochromatic Colors of #AA80CA
Black with #AA80CA
Text Example
Text Example
White with #AA80CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA80CA; }
p { color: rgb(170,128,202); }
H1.HeaderClassName
{
color: #AA80CA;
}
.AnyTagClassName
{
color: #AA80CA;
}
</style>
background-color css
<style>
a { background-color: #AA80CA; }
a { background-color: rgb(170,128,202); }
div.DivClassName
{
background-color: #AA80CA;
}
.BgClassName
{
background-color: #AA80CA;
}
</style>
border-color css
<style>
span { border-color: #AA80CA; }
span { border-color: rgb(170,128,202); }
td.TdClassName
{
border-color: #AA80CA;
}
.TagClassName
{
border-color: #AA80CA;
}
</style>