Shades of Medium Purple #AB71E9
Tints of Medium Purple #AB71E9
RGB
CMYK
RGB Variations
Color information
#AB71E9 (or 0xAB71E9) is known color: Medium Purple. HEX triplet: AB, 71 and E9. RGB value is (171,113,233). Sum of RGB (Red+Green+Blue) = 171+113+233=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 113 (44.53% from 255 or 21.86% from 517); Blue value is 233 (91.41% from 255 or 45.07% from 517); Max value from RGB is 233 - color contains mainly: blue. Hex color #AB71E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB71E9 is #548E16. Grayscale: #8F8F8F. Windows color (decimal): -5541399 or 15298987. OLE color: 15298987.
HSL color Cylindrical-coordinate representation of color #AB71E9: hue angle of 269º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB71E9 is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 113 | 233 | - |
| CMYK | 0.27 | 0.52 | 0 | 0.09 |
| HSL | 269º | 0.73% | 0.68% | - |
| HSV(B) | 269º | 0.52% | 0.91% | - |
| XYZ | 37.41 | 26.35 | 80.21 | - |
| YUV | 144.02 | 178.22 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 113 | 233 | 0.27 | 0.52 | 0 | 0.09 | 269 | 0.73 | 0.68 |
| Hex | AB | 71 | E9 | 1B | 34 | 0 | 9 | 10D | 49 | 44 |
| Octal | 253 | 161 | 351 | 33 | 64 | 0 | 11 | 415 | 111 | 104 |
| Binary | 10101011 | 1110001 | 11101001 | 11011 | 110100 | 0 | 1001 | 100001101 | 1001001 | 1000100 |
Color Harmonies of #AB71E9
Complementary color
Monochromatic Colors of #AB71E9
Black with #AB71E9
Text Example
Text Example
White with #AB71E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB71E9; }
p { color: rgb(171,113,233); }
H1.HeaderClassName
{
color: #AB71E9;
}
.AnyTagClassName
{
color: #AB71E9;
}
</style>
background-color css
<style>
a { background-color: #AB71E9; }
a { background-color: rgb(171,113,233); }
div.DivClassName
{
background-color: #AB71E9;
}
.BgClassName
{
background-color: #AB71E9;
}
</style>
border-color css
<style>
span { border-color: #AB71E9; }
span { border-color: rgb(171,113,233); }
td.TdClassName
{
border-color: #AB71E9;
}
.TagClassName
{
border-color: #AB71E9;
}
</style>