Shades of Medium Purple #A07EE0
Tints of Medium Purple #A07EE0
RGB
CMYK
RGB Variations
Color information
#A07EE0 (or 0xA07EE0) is known color: Medium Purple. HEX triplet: A0, 7E and E0. RGB value is (160,126,224). Sum of RGB (Red+Green+Blue) = 160+126+224=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 126 (49.61% from 255 or 24.71% from 510); Blue value is 224 (87.89% from 255 or 43.92% from 510); Max value from RGB is 224 - color contains mainly: blue. Hex color #A07EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07EE0 is #5F811F. Grayscale: #929292. Windows color (decimal): -6258976 or 14712480. OLE color: 14712480.
HSL color Cylindrical-coordinate representation of color #A07EE0: hue angle of 260.82º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A07EE0 is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 126 | 224 | - |
| CMYK | 0.29 | 0.44 | 0 | 0.12 |
| HSL | 260.82º | 0.61% | 0.69% | - |
| HSV(B) | 260.82º | 0.44% | 0.88% | - |
| XYZ | 35.41 | 27.78 | 74.02 | - |
| YUV | 147.34 | 171.26 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 126 | 224 | 0.29 | 0.44 | 0 | 0.12 | 260.82 | 0.61 | 0.69 |
| Hex | A0 | 7E | E0 | 1D | 2C | 0 | C | 105 | 3D | 45 |
| Octal | 240 | 176 | 340 | 35 | 54 | 0 | 14 | 405 | 75 | 105 |
| Binary | 10100000 | 1111110 | 11100000 | 11101 | 101100 | 0 | 1100 | 100000101 | 111101 | 1000101 |
Color Harmonies of #A07EE0
Complementary color
Monochromatic Colors of #A07EE0
Black with #A07EE0
Text Example
Text Example
White with #A07EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07EE0; }
p { color: rgb(160,126,224); }
H1.HeaderClassName
{
color: #A07EE0;
}
.AnyTagClassName
{
color: #A07EE0;
}
</style>
background-color css
<style>
a { background-color: #A07EE0; }
a { background-color: rgb(160,126,224); }
div.DivClassName
{
background-color: #A07EE0;
}
.BgClassName
{
background-color: #A07EE0;
}
</style>
border-color css
<style>
span { border-color: #A07EE0; }
span { border-color: rgb(160,126,224); }
td.TdClassName
{
border-color: #A07EE0;
}
.TagClassName
{
border-color: #A07EE0;
}
</style>