Shades of Medium Purple #A07EDF
Tints of Medium Purple #A07EDF
RGB
CMYK
RGB Variations
Color information
#A07EDF (or 0xA07EDF) is known color: Medium Purple. HEX triplet: A0, 7E and DF. RGB value is (160,126,223). Sum of RGB (Red+Green+Blue) = 160+126+223=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 126 (49.61% from 255 or 24.75% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #A07EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07EDF is #5F8120. Grayscale: #929292. Windows color (decimal): -6258977 or 14646944. OLE color: 14646944.
HSL color Cylindrical-coordinate representation of color #A07EDF: hue angle of 261.03º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A07EDF is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 126 | 223 | - |
| CMYK | 0.28 | 0.43 | 0 | 0.13 |
| HSL | 261.03º | 0.6% | 0.68% | - |
| HSV(B) | 261.03º | 0.43% | 0.87% | - |
| XYZ | 35.28 | 27.72 | 73.3 | - |
| YUV | 147.22 | 170.76 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 126 | 223 | 0.28 | 0.43 | 0 | 0.13 | 261.03 | 0.6 | 0.68 |
| Hex | A0 | 7E | DF | 1C | 2B | 0 | D | 105 | 3C | 44 |
| Octal | 240 | 176 | 337 | 34 | 53 | 0 | 15 | 405 | 74 | 104 |
| Binary | 10100000 | 1111110 | 11011111 | 11100 | 101011 | 0 | 1101 | 100000101 | 111100 | 1000100 |
Color Harmonies of #A07EDF
Complementary color
Monochromatic Colors of #A07EDF
Black with #A07EDF
Text Example
Text Example
White with #A07EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07EDF; }
p { color: rgb(160,126,223); }
H1.HeaderClassName
{
color: #A07EDF;
}
.AnyTagClassName
{
color: #A07EDF;
}
</style>
background-color css
<style>
a { background-color: #A07EDF; }
a { background-color: rgb(160,126,223); }
div.DivClassName
{
background-color: #A07EDF;
}
.BgClassName
{
background-color: #A07EDF;
}
</style>
border-color css
<style>
span { border-color: #A07EDF; }
span { border-color: rgb(160,126,223); }
td.TdClassName
{
border-color: #A07EDF;
}
.TagClassName
{
border-color: #A07EDF;
}
</style>