Shades of East Side #AB8EC6
Tints of East Side #AB8EC6
RGB
CMYK
RGB Variations
Color information
#AB8EC6 (or 0xAB8EC6) is known color: East Side. HEX triplet: AB, 8E and C6. RGB value is (171,142,198). Sum of RGB (Red+Green+Blue) = 171+142+198=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 142 (55.86% from 255 or 27.79% from 511); Blue value is 198 (77.73% from 255 or 38.75% from 511); Max value from RGB is 198 - color contains mainly: blue. Hex color #AB8EC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8EC6 is #547139. Grayscale: #9C9C9C. Windows color (decimal): -5534010 or 13012651. OLE color: 13012651.
HSL color Cylindrical-coordinate representation of color #AB8EC6: hue angle of 271.07º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AB8EC6 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 142 | 198 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.22 |
| HSL | 271.07º | 0.33% | 0.67% | - |
| HSV(B) | 271.07º | 0.28% | 0.78% | - |
| XYZ | 36.66 | 32.08 | 57.69 | - |
| YUV | 157.06 | 151.11 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 142 | 198 | 0.14 | 0.28 | 0 | 0.22 | 271.07 | 0.33 | 0.67 |
| Hex | AB | 8E | C6 | E | 1C | 0 | 16 | 10F | 21 | 43 |
| Octal | 253 | 216 | 306 | 16 | 34 | 0 | 26 | 417 | 41 | 103 |
| Binary | 10101011 | 10001110 | 11000110 | 1110 | 11100 | 0 | 10110 | 100001111 | 100001 | 1000011 |
Color Harmonies of #AB8EC6
Complementary color
Monochromatic Colors of #AB8EC6
Black with #AB8EC6
Text Example
Text Example
White with #AB8EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8EC6; }
p { color: rgb(171,142,198); }
H1.HeaderClassName
{
color: #AB8EC6;
}
.AnyTagClassName
{
color: #AB8EC6;
}
</style>
background-color css
<style>
a { background-color: #AB8EC6; }
a { background-color: rgb(171,142,198); }
div.DivClassName
{
background-color: #AB8EC6;
}
.BgClassName
{
background-color: #AB8EC6;
}
</style>
border-color css
<style>
span { border-color: #AB8EC6; }
span { border-color: rgb(171,142,198); }
td.TdClassName
{
border-color: #AB8EC6;
}
.TagClassName
{
border-color: #AB8EC6;
}
</style>