Shades of Medium Purple #A071E6
Tints of Medium Purple #A071E6
RGB
CMYK
RGB Variations
Color information
#A071E6 (or 0xA071E6) is known color: Medium Purple. HEX triplet: A0, 71 and E6. RGB value is (160,113,230). Sum of RGB (Red+Green+Blue) = 160+113+230=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 113 (44.53% from 255 or 22.47% from 503); Blue value is 230 (90.23% from 255 or 45.73% from 503); Max value from RGB is 230 - color contains mainly: blue. Hex color #A071E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A071E6 is #5F8E19. Grayscale: #8B8B8B. Windows color (decimal): -6262298 or 15102368. OLE color: 15102368.
HSL color Cylindrical-coordinate representation of color #A071E6: hue angle of 264.1º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A071E6 is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 113 | 230 | - |
| CMYK | 0.30 | 0.51 | 0 | 0.10 |
| HSL | 264.1º | 0.7% | 0.67% | - |
| HSV(B) | 264.1º | 0.51% | 0.9% | - |
| XYZ | 34.69 | 25 | 77.86 | - |
| YUV | 140.39 | 178.57 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 113 | 230 | 0.30 | 0.51 | 0 | 0.10 | 264.1 | 0.7 | 0.67 |
| Hex | A0 | 71 | E6 | 1E | 33 | 0 | A | 108 | 46 | 43 |
| Octal | 240 | 161 | 346 | 36 | 63 | 0 | 12 | 410 | 106 | 103 |
| Binary | 10100000 | 1110001 | 11100110 | 11110 | 110011 | 0 | 1010 | 100001000 | 1000110 | 1000011 |
Color Harmonies of #A071E6
Complementary color
Monochromatic Colors of #A071E6
Black with #A071E6
Text Example
Text Example
White with #A071E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A071E6; }
p { color: rgb(160,113,230); }
H1.HeaderClassName
{
color: #A071E6;
}
.AnyTagClassName
{
color: #A071E6;
}
</style>
background-color css
<style>
a { background-color: #A071E6; }
a { background-color: rgb(160,113,230); }
div.DivClassName
{
background-color: #A071E6;
}
.BgClassName
{
background-color: #A071E6;
}
</style>
border-color css
<style>
span { border-color: #A071E6; }
span { border-color: rgb(160,113,230); }
td.TdClassName
{
border-color: #A071E6;
}
.TagClassName
{
border-color: #A071E6;
}
</style>