Shades of Medium Purple #A071E8
Tints of Medium Purple #A071E8
RGB
CMYK
RGB Variations
Color information
#A071E8 (or 0xA071E8) is known color: Medium Purple. HEX triplet: A0, 71 and E8. RGB value is (160,113,232). Sum of RGB (Red+Green+Blue) = 160+113+232=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 113 (44.53% from 255 or 22.38% from 505); Blue value is 232 (91.02% from 255 or 45.94% from 505); Max value from RGB is 232 - color contains mainly: blue. Hex color #A071E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A071E8 is #5F8E17. Grayscale: #8C8C8C. Windows color (decimal): -6262296 or 15233440. OLE color: 15233440.
HSL color Cylindrical-coordinate representation of color #A071E8: hue angle of 263.7º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A071E8 is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 113 | 232 | - |
| CMYK | 0.31 | 0.51 | 0 | 0.09 |
| HSL | 263.7º | 0.72% | 0.68% | - |
| HSV(B) | 263.7º | 0.51% | 0.91% | - |
| XYZ | 34.97 | 25.11 | 79.35 | - |
| YUV | 140.62 | 179.57 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 113 | 232 | 0.31 | 0.51 | 0 | 0.09 | 263.7 | 0.72 | 0.68 |
| Hex | A0 | 71 | E8 | 1F | 33 | 0 | 9 | 108 | 48 | 44 |
| Octal | 240 | 161 | 350 | 37 | 63 | 0 | 11 | 410 | 110 | 104 |
| Binary | 10100000 | 1110001 | 11101000 | 11111 | 110011 | 0 | 1001 | 100001000 | 1001000 | 1000100 |
Color Harmonies of #A071E8
Complementary color
Monochromatic Colors of #A071E8
Black with #A071E8
Text Example
Text Example
White with #A071E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A071E8; }
p { color: rgb(160,113,232); }
H1.HeaderClassName
{
color: #A071E8;
}
.AnyTagClassName
{
color: #A071E8;
}
</style>
background-color css
<style>
a { background-color: #A071E8; }
a { background-color: rgb(160,113,232); }
div.DivClassName
{
background-color: #A071E8;
}
.BgClassName
{
background-color: #A071E8;
}
</style>
border-color css
<style>
span { border-color: #A071E8; }
span { border-color: rgb(160,113,232); }
td.TdClassName
{
border-color: #A071E8;
}
.TagClassName
{
border-color: #A071E8;
}
</style>