Shades of Medium Purple #A071EF
Tints of Medium Purple #A071EF
RGB
CMYK
RGB Variations
Color information
#A071EF (or 0xA071EF) is known color: Medium Purple. HEX triplet: A0, 71 and EF. RGB value is (160,113,239). Sum of RGB (Red+Green+Blue) = 160+113+239=512 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.25% from 512); Green value is 113 (44.53% from 255 or 22.07% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #A071EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A071EF is #5F8E10. Grayscale: #8C8C8C. Windows color (decimal): -6262289 or 15692192. OLE color: 15692192.
HSL color Cylindrical-coordinate representation of color #A071EF: hue angle of 262.38º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A071EF is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 113 | 239 | - |
| CMYK | 0.33 | 0.53 | 0 | 0.06 |
| HSL | 262.38º | 0.8% | 0.69% | - |
| HSV(B) | 262.38º | 0.53% | 0.94% | - |
| XYZ | 35.98 | 25.52 | 84.69 | - |
| YUV | 141.42 | 183.07 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 113 | 239 | 0.33 | 0.53 | 0 | 0.06 | 262.38 | 0.8 | 0.69 |
| Hex | A0 | 71 | EF | 21 | 35 | 0 | 6 | 106 | 50 | 45 |
| Octal | 240 | 161 | 357 | 41 | 65 | 0 | 6 | 406 | 120 | 105 |
| Binary | 10100000 | 1110001 | 11101111 | 100001 | 110101 | 0 | 110 | 100000110 | 1010000 | 1000101 |
Color Harmonies of #A071EF
Complementary color
Monochromatic Colors of #A071EF
Black with #A071EF
Text Example
Text Example
White with #A071EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A071EF; }
p { color: rgb(160,113,239); }
H1.HeaderClassName
{
color: #A071EF;
}
.AnyTagClassName
{
color: #A071EF;
}
</style>
background-color css
<style>
a { background-color: #A071EF; }
a { background-color: rgb(160,113,239); }
div.DivClassName
{
background-color: #A071EF;
}
.BgClassName
{
background-color: #A071EF;
}
</style>
border-color css
<style>
span { border-color: #A071EF; }
span { border-color: rgb(160,113,239); }
td.TdClassName
{
border-color: #A071EF;
}
.TagClassName
{
border-color: #A071EF;
}
</style>