Shades of East Side #AA85CE
Tints of East Side #AA85CE
RGB
CMYK
RGB Variations
Color information
#AA85CE (or 0xAA85CE) is known color: East Side. HEX triplet: AA, 85 and CE. RGB value is (170,133,206). Sum of RGB (Red+Green+Blue) = 170+133+206=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 133 (52.34% from 255 or 26.13% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA85CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA85CE is #557A31. Grayscale: #989898. Windows color (decimal): -5601842 or 13534634. OLE color: 13534634.
HSL color Cylindrical-coordinate representation of color #AA85CE: hue angle of 270.41º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA85CE is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 133 | 206 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.19 |
| HSL | 270.41º | 0.43% | 0.66% | - |
| HSV(B) | 270.41º | 0.35% | 0.81% | - |
| XYZ | 36.11 | 29.78 | 62.24 | - |
| YUV | 152.39 | 158.26 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 133 | 206 | 0.17 | 0.35 | 0 | 0.19 | 270.41 | 0.43 | 0.66 |
| Hex | AA | 85 | CE | 11 | 23 | 0 | 13 | 10E | 2B | 42 |
| Octal | 252 | 205 | 316 | 21 | 43 | 0 | 23 | 416 | 53 | 102 |
| Binary | 10101010 | 10000101 | 11001110 | 10001 | 100011 | 0 | 10011 | 100001110 | 101011 | 1000010 |
Color Harmonies of #AA85CE
Complementary color
Monochromatic Colors of #AA85CE
Black with #AA85CE
Text Example
Text Example
White with #AA85CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA85CE; }
p { color: rgb(170,133,206); }
H1.HeaderClassName
{
color: #AA85CE;
}
.AnyTagClassName
{
color: #AA85CE;
}
</style>
background-color css
<style>
a { background-color: #AA85CE; }
a { background-color: rgb(170,133,206); }
div.DivClassName
{
background-color: #AA85CE;
}
.BgClassName
{
background-color: #AA85CE;
}
</style>
border-color css
<style>
span { border-color: #AA85CE; }
span { border-color: rgb(170,133,206); }
td.TdClassName
{
border-color: #AA85CE;
}
.TagClassName
{
border-color: #AA85CE;
}
</style>