Shades of Medium Purple #AB74EC
Tints of Medium Purple #AB74EC
RGB
CMYK
RGB Variations
Color information
#AB74EC (or 0xAB74EC) is known color: Medium Purple. HEX triplet: AB, 74 and EC. RGB value is (171,116,236). Sum of RGB (Red+Green+Blue) = 171+116+236=523 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.70% from 523); Green value is 116 (45.70% from 255 or 22.18% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB74EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB74EC is #548B13. Grayscale: #919191. Windows color (decimal): -5540628 or 15496363. OLE color: 15496363.
HSL color Cylindrical-coordinate representation of color #AB74EC: hue angle of 267.5º 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 #AB74EC is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 116 | 236 | - |
| CMYK | 0.28 | 0.51 | 0 | 0.07 |
| HSL | 267.5º | 0.76% | 0.69% | - |
| HSV(B) | 267.5º | 0.51% | 0.93% | - |
| XYZ | 38.18 | 27.2 | 82.6 | - |
| YUV | 146.13 | 178.72 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 116 | 236 | 0.28 | 0.51 | 0 | 0.07 | 267.5 | 0.76 | 0.69 |
| Hex | AB | 74 | EC | 1C | 33 | 0 | 7 | 10C | 4C | 45 |
| Octal | 253 | 164 | 354 | 34 | 63 | 0 | 7 | 414 | 114 | 105 |
| Binary | 10101011 | 1110100 | 11101100 | 11100 | 110011 | 0 | 111 | 100001100 | 1001100 | 1000101 |
Color Harmonies of #AB74EC
Complementary color
Monochromatic Colors of #AB74EC
Black with #AB74EC
Text Example
Text Example
White with #AB74EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB74EC; }
p { color: rgb(171,116,236); }
H1.HeaderClassName
{
color: #AB74EC;
}
.AnyTagClassName
{
color: #AB74EC;
}
</style>
background-color css
<style>
a { background-color: #AB74EC; }
a { background-color: rgb(171,116,236); }
div.DivClassName
{
background-color: #AB74EC;
}
.BgClassName
{
background-color: #AB74EC;
}
</style>
border-color css
<style>
span { border-color: #AB74EC; }
span { border-color: rgb(171,116,236); }
td.TdClassName
{
border-color: #AB74EC;
}
.TagClassName
{
border-color: #AB74EC;
}
</style>