Shades of East Side #AB7EC1
Tints of East Side #AB7EC1
RGB
CMYK
RGB Variations
Color information
#AB7EC1 (or 0xAB7EC1) is known color: East Side. HEX triplet: AB, 7E and C1. RGB value is (171,126,193). Sum of RGB (Red+Green+Blue) = 171+126+193=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 126 (49.61% from 255 or 25.71% from 490); Blue value is 193 (75.78% from 255 or 39.39% from 490); Max value from RGB is 193 - color contains mainly: blue. Hex color #AB7EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7EC1 is #54813E. Grayscale: #929292. Windows color (decimal): -5538111 or 12680875. OLE color: 12680875.
HSL color Cylindrical-coordinate representation of color #AB7EC1: hue angle of 280.3º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB7EC1 is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 126 | 193 | - |
| CMYK | 0.11 | 0.35 | 0 | 0.24 |
| HSL | 280.3º | 0.35% | 0.63% | - |
| HSV(B) | 280.3º | 0.35% | 0.76% | - |
| XYZ | 33.88 | 27.43 | 53.96 | - |
| YUV | 147.09 | 153.91 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 126 | 193 | 0.11 | 0.35 | 0 | 0.24 | 280.3 | 0.35 | 0.63 |
| Hex | AB | 7E | C1 | B | 23 | 0 | 18 | 118 | 23 | 3F |
| Octal | 253 | 176 | 301 | 13 | 43 | 0 | 30 | 430 | 43 | 77 |
| Binary | 10101011 | 1111110 | 11000001 | 1011 | 100011 | 0 | 11000 | 100011000 | 100011 | 111111 |
Color Harmonies of #AB7EC1
Complementary color
Monochromatic Colors of #AB7EC1
Black with #AB7EC1
Text Example
Text Example
White with #AB7EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7EC1; }
p { color: rgb(171,126,193); }
H1.HeaderClassName
{
color: #AB7EC1;
}
.AnyTagClassName
{
color: #AB7EC1;
}
</style>
background-color css
<style>
a { background-color: #AB7EC1; }
a { background-color: rgb(171,126,193); }
div.DivClassName
{
background-color: #AB7EC1;
}
.BgClassName
{
background-color: #AB7EC1;
}
</style>
border-color css
<style>
span { border-color: #AB7EC1; }
span { border-color: rgb(171,126,193); }
td.TdClassName
{
border-color: #AB7EC1;
}
.TagClassName
{
border-color: #AB7EC1;
}
</style>