Shades of Medium Purple #A07DE0
Tints of Medium Purple #A07DE0
RGB
CMYK
RGB Variations
Color information
#A07DE0 (or 0xA07DE0) is known color: Medium Purple. HEX triplet: A0, 7D and E0. RGB value is (160,125,224). Sum of RGB (Red+Green+Blue) = 160+125+224=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 125 (49.22% from 255 or 24.56% from 509); Blue value is 224 (87.89% from 255 or 44.01% from 509); Max value from RGB is 224 - color contains mainly: blue. Hex color #A07DE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07DE0 is #5F821F. Grayscale: #929292. Windows color (decimal): -6259232 or 14712224. OLE color: 14712224.
HSL color Cylindrical-coordinate representation of color #A07DE0: hue angle of 261.21º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A07DE0 is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 125 | 224 | - |
| CMYK | 0.29 | 0.44 | 0 | 0.12 |
| HSL | 261.21º | 0.61% | 0.68% | - |
| HSV(B) | 261.21º | 0.44% | 0.88% | - |
| XYZ | 35.29 | 27.52 | 73.97 | - |
| YUV | 146.75 | 171.6 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 125 | 224 | 0.29 | 0.44 | 0 | 0.12 | 261.21 | 0.61 | 0.68 |
| Hex | A0 | 7D | E0 | 1D | 2C | 0 | C | 105 | 3D | 44 |
| Octal | 240 | 175 | 340 | 35 | 54 | 0 | 14 | 405 | 75 | 104 |
| Binary | 10100000 | 1111101 | 11100000 | 11101 | 101100 | 0 | 1100 | 100000101 | 111101 | 1000100 |
Color Harmonies of #A07DE0
Complementary color
Monochromatic Colors of #A07DE0
Black with #A07DE0
Text Example
Text Example
White with #A07DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07DE0; }
p { color: rgb(160,125,224); }
H1.HeaderClassName
{
color: #A07DE0;
}
.AnyTagClassName
{
color: #A07DE0;
}
</style>
background-color css
<style>
a { background-color: #A07DE0; }
a { background-color: rgb(160,125,224); }
div.DivClassName
{
background-color: #A07DE0;
}
.BgClassName
{
background-color: #A07DE0;
}
</style>
border-color css
<style>
span { border-color: #A07DE0; }
span { border-color: rgb(160,125,224); }
td.TdClassName
{
border-color: #A07DE0;
}
.TagClassName
{
border-color: #A07DE0;
}
</style>