Shades of Medium Purple #AB73EC
Tints of Medium Purple #AB73EC
RGB
CMYK
RGB Variations
Color information
#AB73EC (or 0xAB73EC) is known color: Medium Purple. HEX triplet: AB, 73 and EC. RGB value is (171,115,236). Sum of RGB (Red+Green+Blue) = 171+115+236=522 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.76% from 522); Green value is 115 (45.31% from 255 or 22.03% from 522); Blue value is 236 (92.58% from 255 or 45.21% from 522); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB73EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB73EC is #548C13. Grayscale: #919191. Windows color (decimal): -5540884 or 15496107. OLE color: 15496107.
HSL color Cylindrical-coordinate representation of color #AB73EC: hue angle of 267.77º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB73EC is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 115 | 236 | - |
| CMYK | 0.28 | 0.51 | 0 | 0.07 |
| HSL | 267.77º | 0.76% | 0.69% | - |
| HSV(B) | 267.77º | 0.51% | 0.93% | - |
| XYZ | 38.07 | 26.98 | 82.56 | - |
| YUV | 145.54 | 179.05 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 115 | 236 | 0.28 | 0.51 | 0 | 0.07 | 267.77 | 0.76 | 0.69 |
| Hex | AB | 73 | EC | 1C | 33 | 0 | 7 | 10C | 4C | 45 |
| Octal | 253 | 163 | 354 | 34 | 63 | 0 | 7 | 414 | 114 | 105 |
| Binary | 10101011 | 1110011 | 11101100 | 11100 | 110011 | 0 | 111 | 100001100 | 1001100 | 1000101 |
Color Harmonies of #AB73EC
Complementary color
Monochromatic Colors of #AB73EC
Black with #AB73EC
Text Example
Text Example
White with #AB73EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB73EC; }
p { color: rgb(171,115,236); }
H1.HeaderClassName
{
color: #AB73EC;
}
.AnyTagClassName
{
color: #AB73EC;
}
</style>
background-color css
<style>
a { background-color: #AB73EC; }
a { background-color: rgb(171,115,236); }
div.DivClassName
{
background-color: #AB73EC;
}
.BgClassName
{
background-color: #AB73EC;
}
</style>
border-color css
<style>
span { border-color: #AB73EC; }
span { border-color: rgb(171,115,236); }
td.TdClassName
{
border-color: #AB73EC;
}
.TagClassName
{
border-color: #AB73EC;
}
</style>