Shades of East Side #AA85CB
Tints of East Side #AA85CB
RGB
CMYK
RGB Variations
Color information
#AA85CB (or 0xAA85CB) is known color: East Side. HEX triplet: AA, 85 and CB. RGB value is (170,133,203). Sum of RGB (Red+Green+Blue) = 170+133+203=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 133 (52.34% from 255 or 26.28% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA85CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA85CB is #557A34. Grayscale: #979797. Windows color (decimal): -5601845 or 13338026. OLE color: 13338026.
HSL color Cylindrical-coordinate representation of color #AA85CB: hue angle of 271.71º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA85CB is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 133 | 203 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.20 |
| HSL | 271.71º | 0.4% | 0.66% | - |
| HSV(B) | 271.71º | 0.34% | 0.8% | - |
| XYZ | 35.74 | 29.63 | 60.34 | - |
| YUV | 152.04 | 156.76 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 133 | 203 | 0.16 | 0.34 | 0 | 0.20 | 271.71 | 0.4 | 0.66 |
| Hex | AA | 85 | CB | 10 | 22 | 0 | 14 | 110 | 28 | 42 |
| Octal | 252 | 205 | 313 | 20 | 42 | 0 | 24 | 420 | 50 | 102 |
| Binary | 10101010 | 10000101 | 11001011 | 10000 | 100010 | 0 | 10100 | 100010000 | 101000 | 1000010 |
Color Harmonies of #AA85CB
Complementary color
Monochromatic Colors of #AA85CB
Black with #AA85CB
Text Example
Text Example
White with #AA85CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA85CB; }
p { color: rgb(170,133,203); }
H1.HeaderClassName
{
color: #AA85CB;
}
.AnyTagClassName
{
color: #AA85CB;
}
</style>
background-color css
<style>
a { background-color: #AA85CB; }
a { background-color: rgb(170,133,203); }
div.DivClassName
{
background-color: #AA85CB;
}
.BgClassName
{
background-color: #AA85CB;
}
</style>
border-color css
<style>
span { border-color: #AA85CB; }
span { border-color: rgb(170,133,203); }
td.TdClassName
{
border-color: #AA85CB;
}
.TagClassName
{
border-color: #AA85CB;
}
</style>