Shades of East Side #AB87C0
Tints of East Side #AB87C0
RGB
CMYK
RGB Variations
Color information
#AB87C0 (or 0xAB87C0) is known color: East Side. HEX triplet: AB, 87 and C0. RGB value is (171,135,192). Sum of RGB (Red+Green+Blue) = 171+135+192=498 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.34% from 498); Green value is 135 (53.12% from 255 or 27.11% from 498); Blue value is 192 (75.39% from 255 or 38.55% from 498); Max value from RGB is 192 - color contains mainly: blue. Hex color #AB87C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB87C0 is #54783F. Grayscale: #989898. Windows color (decimal): -5535808 or 12617643. OLE color: 12617643.
HSL color Cylindrical-coordinate representation of color #AB87C0: hue angle of 277.89º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB87C0 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 135 | 192 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.25 |
| HSL | 277.89º | 0.31% | 0.64% | - |
| HSV(B) | 277.89º | 0.3% | 0.75% | - |
| XYZ | 34.97 | 29.79 | 53.78 | - |
| YUV | 152.26 | 150.43 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 135 | 192 | 0.11 | 0.30 | 0 | 0.25 | 277.89 | 0.31 | 0.64 |
| Hex | AB | 87 | C0 | B | 1E | 0 | 19 | 116 | 1F | 40 |
| Octal | 253 | 207 | 300 | 13 | 36 | 0 | 31 | 426 | 37 | 100 |
| Binary | 10101011 | 10000111 | 11000000 | 1011 | 11110 | 0 | 11001 | 100010110 | 11111 | 1000000 |
Color Harmonies of #AB87C0
Complementary color
Monochromatic Colors of #AB87C0
Black with #AB87C0
Text Example
Text Example
White with #AB87C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB87C0; }
p { color: rgb(171,135,192); }
H1.HeaderClassName
{
color: #AB87C0;
}
.AnyTagClassName
{
color: #AB87C0;
}
</style>
background-color css
<style>
a { background-color: #AB87C0; }
a { background-color: rgb(171,135,192); }
div.DivClassName
{
background-color: #AB87C0;
}
.BgClassName
{
background-color: #AB87C0;
}
</style>
border-color css
<style>
span { border-color: #AB87C0; }
span { border-color: rgb(171,135,192); }
td.TdClassName
{
border-color: #AB87C0;
}
.TagClassName
{
border-color: #AB87C0;
}
</style>