Shades of East Side #AA86CB
Tints of East Side #AA86CB
RGB
CMYK
RGB Variations
Color information
#AA86CB (or 0xAA86CB) is known color: East Side. HEX triplet: AA, 86 and CB. RGB value is (170,134,203). Sum of RGB (Red+Green+Blue) = 170+134+203=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 134 (52.73% from 255 or 26.43% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA86CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA86CB is #557934. Grayscale: #989898. Windows color (decimal): -5601589 or 13338282. OLE color: 13338282.
HSL color Cylindrical-coordinate representation of color #AA86CB: hue angle of 271.3º 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 #AA86CB is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 134 | 203 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.20 |
| HSL | 271.3º | 0.4% | 0.66% | - |
| HSV(B) | 271.3º | 0.34% | 0.8% | - |
| XYZ | 35.88 | 29.91 | 60.38 | - |
| YUV | 152.63 | 156.43 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 134 | 203 | 0.16 | 0.34 | 0 | 0.20 | 271.3 | 0.4 | 0.66 |
| Hex | AA | 86 | CB | 10 | 22 | 0 | 14 | 10F | 28 | 42 |
| Octal | 252 | 206 | 313 | 20 | 42 | 0 | 24 | 417 | 50 | 102 |
| Binary | 10101010 | 10000110 | 11001011 | 10000 | 100010 | 0 | 10100 | 100001111 | 101000 | 1000010 |
Color Harmonies of #AA86CB
Complementary color
Monochromatic Colors of #AA86CB
Black with #AA86CB
Text Example
Text Example
White with #AA86CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA86CB; }
p { color: rgb(170,134,203); }
H1.HeaderClassName
{
color: #AA86CB;
}
.AnyTagClassName
{
color: #AA86CB;
}
</style>
background-color css
<style>
a { background-color: #AA86CB; }
a { background-color: rgb(170,134,203); }
div.DivClassName
{
background-color: #AA86CB;
}
.BgClassName
{
background-color: #AA86CB;
}
</style>
border-color css
<style>
span { border-color: #AA86CB; }
span { border-color: rgb(170,134,203); }
td.TdClassName
{
border-color: #AA86CB;
}
.TagClassName
{
border-color: #AA86CB;
}
</style>