Shades of East Side #AA78CA
Tints of East Side #AA78CA
RGB
CMYK
RGB Variations
Color information
#AA78CA (or 0xAA78CA) is known color: East Side. HEX triplet: AA, 78 and CA. RGB value is (170,120,202). Sum of RGB (Red+Green+Blue) = 170+120+202=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 120 (47.27% from 255 or 24.39% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA78CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA78CA is #558735. Grayscale: #909090. Windows color (decimal): -5605174 or 13269162. OLE color: 13269162.
HSL color Cylindrical-coordinate representation of color #AA78CA: hue angle of 276.59º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA78CA is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 120 | 202 | - |
| CMYK | 0.16 | 0.41 | 0 | 0.21 |
| HSL | 276.59º | 0.44% | 0.63% | - |
| HSV(B) | 276.59º | 0.41% | 0.79% | - |
| XYZ | 33.95 | 26.24 | 59.15 | - |
| YUV | 144.3 | 160.57 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 120 | 202 | 0.16 | 0.41 | 0 | 0.21 | 276.59 | 0.44 | 0.63 |
| Hex | AA | 78 | CA | 10 | 29 | 0 | 15 | 115 | 2C | 3F |
| Octal | 252 | 170 | 312 | 20 | 51 | 0 | 25 | 425 | 54 | 77 |
| Binary | 10101010 | 1111000 | 11001010 | 10000 | 101001 | 0 | 10101 | 100010101 | 101100 | 111111 |
Color Harmonies of #AA78CA
Complementary color
Monochromatic Colors of #AA78CA
Black with #AA78CA
Text Example
Text Example
White with #AA78CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA78CA; }
p { color: rgb(170,120,202); }
H1.HeaderClassName
{
color: #AA78CA;
}
.AnyTagClassName
{
color: #AA78CA;
}
</style>
background-color css
<style>
a { background-color: #AA78CA; }
a { background-color: rgb(170,120,202); }
div.DivClassName
{
background-color: #AA78CA;
}
.BgClassName
{
background-color: #AA78CA;
}
</style>
border-color css
<style>
span { border-color: #AA78CA; }
span { border-color: rgb(170,120,202); }
td.TdClassName
{
border-color: #AA78CA;
}
.TagClassName
{
border-color: #AA78CA;
}
</style>