Shades of East Side #AB7ED4
Tints of East Side #AB7ED4
RGB
CMYK
RGB Variations
Color information
#AB7ED4 (or 0xAB7ED4) is known color: East Side. HEX triplet: AB, 7E and D4. RGB value is (171,126,212). Sum of RGB (Red+Green+Blue) = 171+126+212=509 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.60% from 509); Green value is 126 (49.61% from 255 or 24.75% from 509); Blue value is 212 (83.20% from 255 or 41.65% from 509); Max value from RGB is 212 - color contains mainly: blue. Hex color #AB7ED4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7ED4 is #54812B. Grayscale: #949494. Windows color (decimal): -5538092 or 13926059. OLE color: 13926059.
HSL color Cylindrical-coordinate representation of color #AB7ED4: hue angle of 271.4º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB7ED4 is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 171 | 126 | 212 | - |
| CMYK | 0.19 | 0.41 | 0 | 0.17 |
| HSL | 271.4º | 0.5% | 0.66% | - |
| HSV(B) | 271.4º | 0.41% | 0.83% | - |
| XYZ | 36.14 | 28.33 | 65.85 | - |
| YUV | 149.26 | 163.41 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 126 | 212 | 0.19 | 0.41 | 0 | 0.17 | 271.4 | 0.5 | 0.66 |
| Hex | AB | 7E | D4 | 13 | 29 | 0 | 11 | 10F | 32 | 42 |
| Octal | 253 | 176 | 324 | 23 | 51 | 0 | 21 | 417 | 62 | 102 |
| Binary | 10101011 | 1111110 | 11010100 | 10011 | 101001 | 0 | 10001 | 100001111 | 110010 | 1000010 |
Color Harmonies of #AB7ED4
Complementary color
Monochromatic Colors of #AB7ED4
Black with #AB7ED4
Text Example
Text Example
White with #AB7ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7ED4; }
p { color: rgb(171,126,212); }
H1.HeaderClassName
{
color: #AB7ED4;
}
.AnyTagClassName
{
color: #AB7ED4;
}
</style>
background-color css
<style>
a { background-color: #AB7ED4; }
a { background-color: rgb(171,126,212); }
div.DivClassName
{
background-color: #AB7ED4;
}
.BgClassName
{
background-color: #AB7ED4;
}
</style>
border-color css
<style>
span { border-color: #AB7ED4; }
span { border-color: rgb(171,126,212); }
td.TdClassName
{
border-color: #AB7ED4;
}
.TagClassName
{
border-color: #AB7ED4;
}
</style>