Shades of Medium Purple #AB72EA
Tints of Medium Purple #AB72EA
RGB
CMYK
RGB Variations
Color information
#AB72EA (or 0xAB72EA) is known color: Medium Purple. HEX triplet: AB, 72 and EA. RGB value is (171,114,234). Sum of RGB (Red+Green+Blue) = 171+114+234=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 114 (44.92% from 255 or 21.97% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB72EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB72EA is #548D15. Grayscale: #909090. Windows color (decimal): -5541142 or 15364779. OLE color: 15364779.
HSL color Cylindrical-coordinate representation of color #AB72EA: hue angle of 268.5º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB72EA is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 114 | 234 | - |
| CMYK | 0.27 | 0.51 | 0 | 0.08 |
| HSL | 268.5º | 0.74% | 0.68% | - |
| HSV(B) | 268.5º | 0.51% | 0.92% | - |
| XYZ | 37.66 | 26.63 | 81 | - |
| YUV | 144.72 | 178.38 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 114 | 234 | 0.27 | 0.51 | 0 | 0.08 | 268.5 | 0.74 | 0.68 |
| Hex | AB | 72 | EA | 1B | 33 | 0 | 8 | 10C | 4A | 44 |
| Octal | 253 | 162 | 352 | 33 | 63 | 0 | 10 | 414 | 112 | 104 |
| Binary | 10101011 | 1110010 | 11101010 | 11011 | 110011 | 0 | 1000 | 100001100 | 1001010 | 1000100 |
Color Harmonies of #AB72EA
Complementary color
Monochromatic Colors of #AB72EA
Black with #AB72EA
Text Example
Text Example
White with #AB72EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB72EA; }
p { color: rgb(171,114,234); }
H1.HeaderClassName
{
color: #AB72EA;
}
.AnyTagClassName
{
color: #AB72EA;
}
</style>
background-color css
<style>
a { background-color: #AB72EA; }
a { background-color: rgb(171,114,234); }
div.DivClassName
{
background-color: #AB72EA;
}
.BgClassName
{
background-color: #AB72EA;
}
</style>
border-color css
<style>
span { border-color: #AB72EA; }
span { border-color: rgb(171,114,234); }
td.TdClassName
{
border-color: #AB72EA;
}
.TagClassName
{
border-color: #AB72EA;
}
</style>