Shades of East Side #AA85CA
Tints of East Side #AA85CA
RGB
CMYK
RGB Variations
Color information
#AA85CA (or 0xAA85CA) is known color: East Side. HEX triplet: AA, 85 and CA. RGB value is (170,133,202). Sum of RGB (Red+Green+Blue) = 170+133+202=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 133 (52.34% from 255 or 26.34% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA85CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA85CA is #557A35. Grayscale: #979797. Windows color (decimal): -5601846 or 13272490. OLE color: 13272490.
HSL color Cylindrical-coordinate representation of color #AA85CA: hue angle of 272.17º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA85CA is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 133 | 202 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.21 |
| HSL | 272.17º | 0.39% | 0.66% | - |
| HSV(B) | 272.17º | 0.34% | 0.79% | - |
| XYZ | 35.63 | 29.59 | 59.71 | - |
| YUV | 151.93 | 156.26 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 133 | 202 | 0.16 | 0.34 | 0 | 0.21 | 272.17 | 0.39 | 0.66 |
| Hex | AA | 85 | CA | 10 | 22 | 0 | 15 | 110 | 27 | 42 |
| Octal | 252 | 205 | 312 | 20 | 42 | 0 | 25 | 420 | 47 | 102 |
| Binary | 10101010 | 10000101 | 11001010 | 10000 | 100010 | 0 | 10101 | 100010000 | 100111 | 1000010 |
Color Harmonies of #AA85CA
Complementary color
Monochromatic Colors of #AA85CA
Black with #AA85CA
Text Example
Text Example
White with #AA85CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA85CA; }
p { color: rgb(170,133,202); }
H1.HeaderClassName
{
color: #AA85CA;
}
.AnyTagClassName
{
color: #AA85CA;
}
</style>
background-color css
<style>
a { background-color: #AA85CA; }
a { background-color: rgb(170,133,202); }
div.DivClassName
{
background-color: #AA85CA;
}
.BgClassName
{
background-color: #AA85CA;
}
</style>
border-color css
<style>
span { border-color: #AA85CA; }
span { border-color: rgb(170,133,202); }
td.TdClassName
{
border-color: #AA85CA;
}
.TagClassName
{
border-color: #AA85CA;
}
</style>