Shades of East Side #AB8EC8
Tints of East Side #AB8EC8
RGB
CMYK
RGB Variations
Color information
#AB8EC8 (or 0xAB8EC8) is known color: East Side. HEX triplet: AB, 8E and C8. RGB value is (171,142,200). Sum of RGB (Red+Green+Blue) = 171+142+200=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 142 (55.86% from 255 or 27.68% from 513); Blue value is 200 (78.52% from 255 or 38.99% from 513); Max value from RGB is 200 - color contains mainly: blue. Hex color #AB8EC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8EC8 is #547137. Grayscale: #9D9D9D. Windows color (decimal): -5534008 or 13143723. OLE color: 13143723.
HSL color Cylindrical-coordinate representation of color #AB8EC8: hue angle of 270º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB8EC8 is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 142 | 200 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.22 |
| HSL | 270º | 0.35% | 0.67% | - |
| HSV(B) | 270º | 0.29% | 0.78% | - |
| XYZ | 36.89 | 32.17 | 58.91 | - |
| YUV | 157.28 | 152.11 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 142 | 200 | 0.14 | 0.29 | 0 | 0.22 | 270 | 0.35 | 0.67 |
| Hex | AB | 8E | C8 | E | 1D | 0 | 16 | 10E | 23 | 43 |
| Octal | 253 | 216 | 310 | 16 | 35 | 0 | 26 | 416 | 43 | 103 |
| Binary | 10101011 | 10001110 | 11001000 | 1110 | 11101 | 0 | 10110 | 100001110 | 100011 | 1000011 |
Color Harmonies of #AB8EC8
Complementary color
Monochromatic Colors of #AB8EC8
Black with #AB8EC8
Text Example
Text Example
White with #AB8EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8EC8; }
p { color: rgb(171,142,200); }
H1.HeaderClassName
{
color: #AB8EC8;
}
.AnyTagClassName
{
color: #AB8EC8;
}
</style>
background-color css
<style>
a { background-color: #AB8EC8; }
a { background-color: rgb(171,142,200); }
div.DivClassName
{
background-color: #AB8EC8;
}
.BgClassName
{
background-color: #AB8EC8;
}
</style>
border-color css
<style>
span { border-color: #AB8EC8; }
span { border-color: rgb(171,142,200); }
td.TdClassName
{
border-color: #AB8EC8;
}
.TagClassName
{
border-color: #AB8EC8;
}
</style>