Shades of Medium Purple #AB70E9
Tints of Medium Purple #AB70E9
RGB
CMYK
RGB Variations
Color information
#AB70E9 (or 0xAB70E9) is known color: Medium Purple. HEX triplet: AB, 70 and E9. RGB value is (171,112,233). Sum of RGB (Red+Green+Blue) = 171+112+233=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 112 (44.14% from 255 or 21.71% from 516); Blue value is 233 (91.41% from 255 or 45.16% from 516); Max value from RGB is 233 - color contains mainly: blue. Hex color #AB70E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB70E9 is #548F16. Grayscale: #8F8F8F. Windows color (decimal): -5541655 or 15298731. OLE color: 15298731.
HSL color Cylindrical-coordinate representation of color #AB70E9: hue angle of 269.26º 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 #AB70E9 is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 112 | 233 | - |
| CMYK | 0.27 | 0.52 | 0 | 0.09 |
| HSL | 269.26º | 0.73% | 0.68% | - |
| HSV(B) | 269.26º | 0.52% | 0.91% | - |
| XYZ | 37.3 | 26.13 | 80.17 | - |
| YUV | 143.44 | 178.55 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 112 | 233 | 0.27 | 0.52 | 0 | 0.09 | 269.26 | 0.73 | 0.68 |
| Hex | AB | 70 | E9 | 1B | 34 | 0 | 9 | 10D | 49 | 44 |
| Octal | 253 | 160 | 351 | 33 | 64 | 0 | 11 | 415 | 111 | 104 |
| Binary | 10101011 | 1110000 | 11101001 | 11011 | 110100 | 0 | 1001 | 100001101 | 1001001 | 1000100 |
Color Harmonies of #AB70E9
Complementary color
Monochromatic Colors of #AB70E9
Black with #AB70E9
Text Example
Text Example
White with #AB70E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB70E9; }
p { color: rgb(171,112,233); }
H1.HeaderClassName
{
color: #AB70E9;
}
.AnyTagClassName
{
color: #AB70E9;
}
</style>
background-color css
<style>
a { background-color: #AB70E9; }
a { background-color: rgb(171,112,233); }
div.DivClassName
{
background-color: #AB70E9;
}
.BgClassName
{
background-color: #AB70E9;
}
</style>
border-color css
<style>
span { border-color: #AB70E9; }
span { border-color: rgb(171,112,233); }
td.TdClassName
{
border-color: #AB70E9;
}
.TagClassName
{
border-color: #AB70E9;
}
</style>