Shades of East Side #AA85CF
Tints of East Side #AA85CF
RGB
CMYK
RGB Variations
Color information
#AA85CF (or 0xAA85CF) is known color: East Side. HEX triplet: AA, 85 and CF. RGB value is (170,133,207). Sum of RGB (Red+Green+Blue) = 170+133+207=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 133 (52.34% from 255 or 26.08% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA85CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA85CF is #557A30. Grayscale: #989898. Windows color (decimal): -5601841 or 13600170. OLE color: 13600170.
HSL color Cylindrical-coordinate representation of color #AA85CF: hue angle of 270º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA85CF is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 133 | 207 | - |
| CMYK | 0.18 | 0.36 | 0 | 0.19 |
| HSL | 270º | 0.44% | 0.67% | - |
| HSV(B) | 270º | 0.36% | 0.81% | - |
| XYZ | 36.23 | 29.83 | 62.88 | - |
| YUV | 152.5 | 158.76 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 133 | 207 | 0.18 | 0.36 | 0 | 0.19 | 270 | 0.44 | 0.67 |
| Hex | AA | 85 | CF | 12 | 24 | 0 | 13 | 10E | 2C | 43 |
| Octal | 252 | 205 | 317 | 22 | 44 | 0 | 23 | 416 | 54 | 103 |
| Binary | 10101010 | 10000101 | 11001111 | 10010 | 100100 | 0 | 10011 | 100001110 | 101100 | 1000011 |
Color Harmonies of #AA85CF
Complementary color
Monochromatic Colors of #AA85CF
Black with #AA85CF
Text Example
Text Example
White with #AA85CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA85CF; }
p { color: rgb(170,133,207); }
H1.HeaderClassName
{
color: #AA85CF;
}
.AnyTagClassName
{
color: #AA85CF;
}
</style>
background-color css
<style>
a { background-color: #AA85CF; }
a { background-color: rgb(170,133,207); }
div.DivClassName
{
background-color: #AA85CF;
}
.BgClassName
{
background-color: #AA85CF;
}
</style>
border-color css
<style>
span { border-color: #AA85CF; }
span { border-color: rgb(170,133,207); }
td.TdClassName
{
border-color: #AA85CF;
}
.TagClassName
{
border-color: #AA85CF;
}
</style>