Shades of East Side #AB8EBC
Tints of East Side #AB8EBC
RGB
CMYK
RGB Variations
Color information
#AB8EBC (or 0xAB8EBC) is known color: East Side. HEX triplet: AB, 8E and BC. RGB value is (171,142,188). Sum of RGB (Red+Green+Blue) = 171+142+188=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 142 (55.86% from 255 or 28.34% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB8EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8EBC is #547143. Grayscale: #9B9B9B. Windows color (decimal): -5534020 or 12357291. OLE color: 12357291.
HSL color Cylindrical-coordinate representation of color #AB8EBC: hue angle of 277.83º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AB8EBC is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 142 | 188 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.26 |
| HSL | 277.83º | 0.26% | 0.65% | - |
| HSV(B) | 277.83º | 0.24% | 0.74% | - |
| XYZ | 35.54 | 31.63 | 51.81 | - |
| YUV | 155.92 | 146.11 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 142 | 188 | 0.09 | 0.24 | 0 | 0.26 | 277.83 | 0.26 | 0.65 |
| Hex | AB | 8E | BC | 9 | 18 | 0 | 1A | 116 | 1A | 41 |
| Octal | 253 | 216 | 274 | 11 | 30 | 0 | 32 | 426 | 32 | 101 |
| Binary | 10101011 | 10001110 | 10111100 | 1001 | 11000 | 0 | 11010 | 100010110 | 11010 | 1000001 |
Color Harmonies of #AB8EBC
Complementary color
Monochromatic Colors of #AB8EBC
Black with #AB8EBC
Text Example
Text Example
White with #AB8EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8EBC; }
p { color: rgb(171,142,188); }
H1.HeaderClassName
{
color: #AB8EBC;
}
.AnyTagClassName
{
color: #AB8EBC;
}
</style>
background-color css
<style>
a { background-color: #AB8EBC; }
a { background-color: rgb(171,142,188); }
div.DivClassName
{
background-color: #AB8EBC;
}
.BgClassName
{
background-color: #AB8EBC;
}
</style>
border-color css
<style>
span { border-color: #AB8EBC; }
span { border-color: rgb(171,142,188); }
td.TdClassName
{
border-color: #AB8EBC;
}
.TagClassName
{
border-color: #AB8EBC;
}
</style>