Shades of East Side #AB7ED3
Tints of East Side #AB7ED3
RGB
CMYK
RGB Variations
Color information
#AB7ED3 (or 0xAB7ED3) is known color: East Side. HEX triplet: AB, 7E and D3. RGB value is (171,126,211). Sum of RGB (Red+Green+Blue) = 171+126+211=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 126 (49.61% from 255 or 24.80% from 508); Blue value is 211 (82.81% from 255 or 41.54% from 508); Max value from RGB is 211 - color contains mainly: blue. Hex color #AB7ED3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7ED3 is #54812C. Grayscale: #949494. Windows color (decimal): -5538093 or 13860523. OLE color: 13860523.
HSL color Cylindrical-coordinate representation of color #AB7ED3: hue angle of 271.76º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB7ED3 is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 171 | 126 | 211 | - |
| CMYK | 0.19 | 0.40 | 0 | 0.17 |
| HSL | 271.76º | 0.49% | 0.66% | - |
| HSV(B) | 271.76º | 0.4% | 0.83% | - |
| XYZ | 36.01 | 28.28 | 65.19 | - |
| YUV | 149.15 | 162.91 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 126 | 211 | 0.19 | 0.40 | 0 | 0.17 | 271.76 | 0.49 | 0.66 |
| Hex | AB | 7E | D3 | 13 | 28 | 0 | 11 | 110 | 31 | 42 |
| Octal | 253 | 176 | 323 | 23 | 50 | 0 | 21 | 420 | 61 | 102 |
| Binary | 10101011 | 1111110 | 11010011 | 10011 | 101000 | 0 | 10001 | 100010000 | 110001 | 1000010 |
Color Harmonies of #AB7ED3
Complementary color
Monochromatic Colors of #AB7ED3
Black with #AB7ED3
Text Example
Text Example
White with #AB7ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7ED3; }
p { color: rgb(171,126,211); }
H1.HeaderClassName
{
color: #AB7ED3;
}
.AnyTagClassName
{
color: #AB7ED3;
}
</style>
background-color css
<style>
a { background-color: #AB7ED3; }
a { background-color: rgb(171,126,211); }
div.DivClassName
{
background-color: #AB7ED3;
}
.BgClassName
{
background-color: #AB7ED3;
}
</style>
border-color css
<style>
span { border-color: #AB7ED3; }
span { border-color: rgb(171,126,211); }
td.TdClassName
{
border-color: #AB7ED3;
}
.TagClassName
{
border-color: #AB7ED3;
}
</style>