Shades of East Side #AB8EBB
Tints of East Side #AB8EBB
RGB
CMYK
RGB Variations
Color information
#AB8EBB (or 0xAB8EBB) is known color: East Side. HEX triplet: AB, 8E and BB. RGB value is (171,142,187). Sum of RGB (Red+Green+Blue) = 171+142+187=500 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.2% from 500); Green value is 142 (55.86% from 255 or 28.4% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB8EBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8EBB is #547144. Grayscale: #9B9B9B. Windows color (decimal): -5534021 or 12291755. OLE color: 12291755.
HSL color Cylindrical-coordinate representation of color #AB8EBB: hue angle of 278.67º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AB8EBB is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 142 | 187 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.27 |
| HSL | 278.67º | 0.25% | 0.65% | - |
| HSV(B) | 278.67º | 0.24% | 0.73% | - |
| XYZ | 35.44 | 31.59 | 51.24 | - |
| YUV | 155.8 | 145.61 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 142 | 187 | 0.09 | 0.24 | 0 | 0.27 | 278.67 | 0.25 | 0.65 |
| Hex | AB | 8E | BB | 9 | 18 | 0 | 1B | 117 | 19 | 41 |
| Octal | 253 | 216 | 273 | 11 | 30 | 0 | 33 | 427 | 31 | 101 |
| Binary | 10101011 | 10001110 | 10111011 | 1001 | 11000 | 0 | 11011 | 100010111 | 11001 | 1000001 |
Color Harmonies of #AB8EBB
Complementary color
Monochromatic Colors of #AB8EBB
Black with #AB8EBB
Text Example
Text Example
White with #AB8EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8EBB; }
p { color: rgb(171,142,187); }
H1.HeaderClassName
{
color: #AB8EBB;
}
.AnyTagClassName
{
color: #AB8EBB;
}
</style>
background-color css
<style>
a { background-color: #AB8EBB; }
a { background-color: rgb(171,142,187); }
div.DivClassName
{
background-color: #AB8EBB;
}
.BgClassName
{
background-color: #AB8EBB;
}
</style>
border-color css
<style>
span { border-color: #AB8EBB; }
span { border-color: rgb(171,142,187); }
td.TdClassName
{
border-color: #AB8EBB;
}
.TagClassName
{
border-color: #AB8EBB;
}
</style>