Shades of East Side #AB8EC2
Tints of East Side #AB8EC2
RGB
CMYK
RGB Variations
Color information
#AB8EC2 (or 0xAB8EC2) is known color: East Side. HEX triplet: AB, 8E and C2. RGB value is (171,142,194). Sum of RGB (Red+Green+Blue) = 171+142+194=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 142 (55.86% from 255 or 28.01% from 507); Blue value is 194 (76.17% from 255 or 38.26% from 507); Max value from RGB is 194 - color contains mainly: blue. Hex color #AB8EC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8EC2 is #54713D. Grayscale: #9C9C9C. Windows color (decimal): -5534014 or 12750507. OLE color: 12750507.
HSL color Cylindrical-coordinate representation of color #AB8EC2: hue angle of 273.46º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AB8EC2 is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 142 | 194 | - |
| CMYK | 0.12 | 0.27 | 0 | 0.24 |
| HSL | 273.46º | 0.3% | 0.66% | - |
| HSV(B) | 273.46º | 0.27% | 0.76% | - |
| XYZ | 36.21 | 31.9 | 55.29 | - |
| YUV | 156.6 | 149.11 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 142 | 194 | 0.12 | 0.27 | 0 | 0.24 | 273.46 | 0.3 | 0.66 |
| Hex | AB | 8E | C2 | C | 1B | 0 | 18 | 111 | 1E | 42 |
| Octal | 253 | 216 | 302 | 14 | 33 | 0 | 30 | 421 | 36 | 102 |
| Binary | 10101011 | 10001110 | 11000010 | 1100 | 11011 | 0 | 11000 | 100010001 | 11110 | 1000010 |
Color Harmonies of #AB8EC2
Complementary color
Monochromatic Colors of #AB8EC2
Black with #AB8EC2
Text Example
Text Example
White with #AB8EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8EC2; }
p { color: rgb(171,142,194); }
H1.HeaderClassName
{
color: #AB8EC2;
}
.AnyTagClassName
{
color: #AB8EC2;
}
</style>
background-color css
<style>
a { background-color: #AB8EC2; }
a { background-color: rgb(171,142,194); }
div.DivClassName
{
background-color: #AB8EC2;
}
.BgClassName
{
background-color: #AB8EC2;
}
</style>
border-color css
<style>
span { border-color: #AB8EC2; }
span { border-color: rgb(171,142,194); }
td.TdClassName
{
border-color: #AB8EC2;
}
.TagClassName
{
border-color: #AB8EC2;
}
</style>