Shades of East Side #AB8EB8
Tints of East Side #AB8EB8
RGB
CMYK
RGB Variations
Color information
#AB8EB8 (or 0xAB8EB8) is known color: East Side. HEX triplet: AB, 8E and B8. RGB value is (171,142,184). Sum of RGB (Red+Green+Blue) = 171+142+184=497 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.41% from 497); Green value is 142 (55.86% from 255 or 28.57% from 497); Blue value is 184 (72.27% from 255 or 37.02% from 497); Max value from RGB is 184 - color contains mainly: blue. Hex color #AB8EB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8EB8 is #547147. Grayscale: #9B9B9B. Windows color (decimal): -5534024 or 12095147. OLE color: 12095147.
HSL color Cylindrical-coordinate representation of color #AB8EB8: hue angle of 281.43º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AB8EB8 is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 142 | 184 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.28 |
| HSL | 281.43º | 0.23% | 0.64% | - |
| HSV(B) | 281.43º | 0.23% | 0.72% | - |
| XYZ | 35.12 | 31.46 | 49.57 | - |
| YUV | 155.46 | 144.11 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 142 | 184 | 0.07 | 0.23 | 0 | 0.28 | 281.43 | 0.23 | 0.64 |
| Hex | AB | 8E | B8 | 7 | 17 | 0 | 1C | 119 | 17 | 40 |
| Octal | 253 | 216 | 270 | 7 | 27 | 0 | 34 | 431 | 27 | 100 |
| Binary | 10101011 | 10001110 | 10111000 | 111 | 10111 | 0 | 11100 | 100011001 | 10111 | 1000000 |
Color Harmonies of #AB8EB8
Complementary color
Monochromatic Colors of #AB8EB8
Black with #AB8EB8
Text Example
Text Example
White with #AB8EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8EB8; }
p { color: rgb(171,142,184); }
H1.HeaderClassName
{
color: #AB8EB8;
}
.AnyTagClassName
{
color: #AB8EB8;
}
</style>
background-color css
<style>
a { background-color: #AB8EB8; }
a { background-color: rgb(171,142,184); }
div.DivClassName
{
background-color: #AB8EB8;
}
.BgClassName
{
background-color: #AB8EB8;
}
</style>
border-color css
<style>
span { border-color: #AB8EB8; }
span { border-color: rgb(171,142,184); }
td.TdClassName
{
border-color: #AB8EB8;
}
.TagClassName
{
border-color: #AB8EB8;
}
</style>