Shades of East Side #AB8EC1
Tints of East Side #AB8EC1
RGB
CMYK
RGB Variations
Color information
#AB8EC1 (or 0xAB8EC1) is known color: East Side. HEX triplet: AB, 8E and C1. RGB value is (171,142,193). Sum of RGB (Red+Green+Blue) = 171+142+193=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 142 (55.86% from 255 or 28.06% from 506); Blue value is 193 (75.78% from 255 or 38.14% from 506); Max value from RGB is 193 - color contains mainly: blue. Hex color #AB8EC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8EC1 is #54713E. Grayscale: #9C9C9C. Windows color (decimal): -5534015 or 12684971. OLE color: 12684971.
HSL color Cylindrical-coordinate representation of color #AB8EC1: hue angle of 274.12º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AB8EC1 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 142 | 193 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.24 |
| HSL | 274.12º | 0.29% | 0.66% | - |
| HSV(B) | 274.12º | 0.26% | 0.76% | - |
| XYZ | 36.09 | 31.85 | 54.7 | - |
| YUV | 156.49 | 148.61 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 142 | 193 | 0.11 | 0.26 | 0 | 0.24 | 274.12 | 0.29 | 0.66 |
| Hex | AB | 8E | C1 | B | 1A | 0 | 18 | 112 | 1D | 42 |
| Octal | 253 | 216 | 301 | 13 | 32 | 0 | 30 | 422 | 35 | 102 |
| Binary | 10101011 | 10001110 | 11000001 | 1011 | 11010 | 0 | 11000 | 100010010 | 11101 | 1000010 |
Color Harmonies of #AB8EC1
Complementary color
Monochromatic Colors of #AB8EC1
Black with #AB8EC1
Text Example
Text Example
White with #AB8EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8EC1; }
p { color: rgb(171,142,193); }
H1.HeaderClassName
{
color: #AB8EC1;
}
.AnyTagClassName
{
color: #AB8EC1;
}
</style>
background-color css
<style>
a { background-color: #AB8EC1; }
a { background-color: rgb(171,142,193); }
div.DivClassName
{
background-color: #AB8EC1;
}
.BgClassName
{
background-color: #AB8EC1;
}
</style>
border-color css
<style>
span { border-color: #AB8EC1; }
span { border-color: rgb(171,142,193); }
td.TdClassName
{
border-color: #AB8EC1;
}
.TagClassName
{
border-color: #AB8EC1;
}
</style>