Shades of Medium Purple #A071E5
Tints of Medium Purple #A071E5
RGB
CMYK
RGB Variations
Color information
#A071E5 (or 0xA071E5) is known color: Medium Purple. HEX triplet: A0, 71 and E5. RGB value is (160,113,229). Sum of RGB (Red+Green+Blue) = 160+113+229=502 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.87% from 502); Green value is 113 (44.53% from 255 or 22.51% from 502); Blue value is 229 (89.84% from 255 or 45.62% from 502); Max value from RGB is 229 - color contains mainly: blue. Hex color #A071E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A071E5 is #5F8E1A. Grayscale: #8B8B8B. Windows color (decimal): -6262299 or 15036832. OLE color: 15036832.
HSL color Cylindrical-coordinate representation of color #A071E5: hue angle of 264.31º degrees, saturation: 0.69, 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 #A071E5 is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 113 | 229 | - |
| CMYK | 0.30 | 0.51 | 0 | 0.10 |
| HSL | 264.31º | 0.69% | 0.67% | - |
| HSV(B) | 264.31º | 0.51% | 0.9% | - |
| XYZ | 34.55 | 24.94 | 77.12 | - |
| YUV | 140.28 | 178.07 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 113 | 229 | 0.30 | 0.51 | 0 | 0.10 | 264.31 | 0.69 | 0.67 |
| Hex | A0 | 71 | E5 | 1E | 33 | 0 | A | 108 | 45 | 43 |
| Octal | 240 | 161 | 345 | 36 | 63 | 0 | 12 | 410 | 105 | 103 |
| Binary | 10100000 | 1110001 | 11100101 | 11110 | 110011 | 0 | 1010 | 100001000 | 1000101 | 1000011 |
Color Harmonies of #A071E5
Complementary color
Monochromatic Colors of #A071E5
Black with #A071E5
Text Example
Text Example
White with #A071E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A071E5; }
p { color: rgb(160,113,229); }
H1.HeaderClassName
{
color: #A071E5;
}
.AnyTagClassName
{
color: #A071E5;
}
</style>
background-color css
<style>
a { background-color: #A071E5; }
a { background-color: rgb(160,113,229); }
div.DivClassName
{
background-color: #A071E5;
}
.BgClassName
{
background-color: #A071E5;
}
</style>
border-color css
<style>
span { border-color: #A071E5; }
span { border-color: rgb(160,113,229); }
td.TdClassName
{
border-color: #A071E5;
}
.TagClassName
{
border-color: #A071E5;
}
</style>