Shades of Medium Purple #A07EE9
Tints of Medium Purple #A07EE9
RGB
CMYK
RGB Variations
Color information
#A07EE9 (or 0xA07EE9) is known color: Medium Purple. HEX triplet: A0, 7E and E9. RGB value is (160,126,233). Sum of RGB (Red+Green+Blue) = 160+126+233=519 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.83% from 519); Green value is 126 (49.61% from 255 or 24.28% from 519); Blue value is 233 (91.41% from 255 or 44.89% from 519); Max value from RGB is 233 - color contains mainly: blue. Hex color #A07EE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07EE9 is #5F8116. Grayscale: #939393. Windows color (decimal): -6258967 or 15302304. OLE color: 15302304.
HSL color Cylindrical-coordinate representation of color #A07EE9: hue angle of 259.07º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A07EE9 is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 126 | 233 | - |
| CMYK | 0.31 | 0.46 | 0 | 0.09 |
| HSL | 259.07º | 0.71% | 0.7% | - |
| HSV(B) | 259.07º | 0.46% | 0.91% | - |
| XYZ | 36.67 | 28.28 | 80.62 | - |
| YUV | 148.36 | 175.76 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 126 | 233 | 0.31 | 0.46 | 0 | 0.09 | 259.07 | 0.71 | 0.7 |
| Hex | A0 | 7E | E9 | 1F | 2E | 0 | 9 | 103 | 47 | 46 |
| Octal | 240 | 176 | 351 | 37 | 56 | 0 | 11 | 403 | 107 | 106 |
| Binary | 10100000 | 1111110 | 11101001 | 11111 | 101110 | 0 | 1001 | 100000011 | 1000111 | 1000110 |
Color Harmonies of #A07EE9
Complementary color
Monochromatic Colors of #A07EE9
Black with #A07EE9
Text Example
Text Example
White with #A07EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07EE9; }
p { color: rgb(160,126,233); }
H1.HeaderClassName
{
color: #A07EE9;
}
.AnyTagClassName
{
color: #A07EE9;
}
</style>
background-color css
<style>
a { background-color: #A07EE9; }
a { background-color: rgb(160,126,233); }
div.DivClassName
{
background-color: #A07EE9;
}
.BgClassName
{
background-color: #A07EE9;
}
</style>
border-color css
<style>
span { border-color: #A07EE9; }
span { border-color: rgb(160,126,233); }
td.TdClassName
{
border-color: #A07EE9;
}
.TagClassName
{
border-color: #A07EE9;
}
</style>