Shades of East Side #AB7DD4
Tints of East Side #AB7DD4
RGB
CMYK
RGB Variations
Color information
#AB7DD4 (or 0xAB7DD4) is known color: East Side. HEX triplet: AB, 7D and D4. RGB value is (171,125,212). Sum of RGB (Red+Green+Blue) = 171+125+212=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 125 (49.22% from 255 or 24.61% from 508); Blue value is 212 (83.20% from 255 or 41.73% from 508); Max value from RGB is 212 - color contains mainly: blue. Hex color #AB7DD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7DD4 is #54822B. Grayscale: #949494. Windows color (decimal): -5538348 or 13925803. OLE color: 13925803.
HSL color Cylindrical-coordinate representation of color #AB7DD4: hue angle of 271.72º 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 #AB7DD4 is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 171 | 125 | 212 | - |
| CMYK | 0.19 | 0.41 | 0 | 0.17 |
| HSL | 271.72º | 0.5% | 0.66% | - |
| HSV(B) | 271.72º | 0.41% | 0.83% | - |
| XYZ | 36.01 | 28.08 | 65.81 | - |
| YUV | 148.67 | 163.74 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 125 | 212 | 0.19 | 0.41 | 0 | 0.17 | 271.72 | 0.5 | 0.66 |
| Hex | AB | 7D | D4 | 13 | 29 | 0 | 11 | 110 | 32 | 42 |
| Octal | 253 | 175 | 324 | 23 | 51 | 0 | 21 | 420 | 62 | 102 |
| Binary | 10101011 | 1111101 | 11010100 | 10011 | 101001 | 0 | 10001 | 100010000 | 110010 | 1000010 |
Color Harmonies of #AB7DD4
Complementary color
Monochromatic Colors of #AB7DD4
Black with #AB7DD4
Text Example
Text Example
White with #AB7DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7DD4; }
p { color: rgb(171,125,212); }
H1.HeaderClassName
{
color: #AB7DD4;
}
.AnyTagClassName
{
color: #AB7DD4;
}
</style>
background-color css
<style>
a { background-color: #AB7DD4; }
a { background-color: rgb(171,125,212); }
div.DivClassName
{
background-color: #AB7DD4;
}
.BgClassName
{
background-color: #AB7DD4;
}
</style>
border-color css
<style>
span { border-color: #AB7DD4; }
span { border-color: rgb(171,125,212); }
td.TdClassName
{
border-color: #AB7DD4;
}
.TagClassName
{
border-color: #AB7DD4;
}
</style>