Shades of Medium Purple #AB72EC
Tints of Medium Purple #AB72EC
RGB
CMYK
RGB Variations
Color information
#AB72EC (or 0xAB72EC) is known color: Medium Purple. HEX triplet: AB, 72 and EC. RGB value is (171,114,236). Sum of RGB (Red+Green+Blue) = 171+114+236=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 114 (44.92% from 255 or 21.88% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB72EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB72EC is #548D13. Grayscale: #909090. Windows color (decimal): -5541140 or 15495851. OLE color: 15495851.
HSL color Cylindrical-coordinate representation of color #AB72EC: hue angle of 268.03º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB72EC is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 114 | 236 | - |
| CMYK | 0.28 | 0.52 | 0 | 0.07 |
| HSL | 268.03º | 0.76% | 0.69% | - |
| HSV(B) | 268.03º | 0.52% | 0.93% | - |
| XYZ | 37.95 | 26.75 | 82.52 | - |
| YUV | 144.95 | 179.38 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 114 | 236 | 0.28 | 0.52 | 0 | 0.07 | 268.03 | 0.76 | 0.69 |
| Hex | AB | 72 | EC | 1C | 34 | 0 | 7 | 10C | 4C | 45 |
| Octal | 253 | 162 | 354 | 34 | 64 | 0 | 7 | 414 | 114 | 105 |
| Binary | 10101011 | 1110010 | 11101100 | 11100 | 110100 | 0 | 111 | 100001100 | 1001100 | 1000101 |
Color Harmonies of #AB72EC
Complementary color
Monochromatic Colors of #AB72EC
Black with #AB72EC
Text Example
Text Example
White with #AB72EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB72EC; }
p { color: rgb(171,114,236); }
H1.HeaderClassName
{
color: #AB72EC;
}
.AnyTagClassName
{
color: #AB72EC;
}
</style>
background-color css
<style>
a { background-color: #AB72EC; }
a { background-color: rgb(171,114,236); }
div.DivClassName
{
background-color: #AB72EC;
}
.BgClassName
{
background-color: #AB72EC;
}
</style>
border-color css
<style>
span { border-color: #AB72EC; }
span { border-color: rgb(171,114,236); }
td.TdClassName
{
border-color: #AB72EC;
}
.TagClassName
{
border-color: #AB72EC;
}
</style>