Shades of Medium Purple #A07DE2
Tints of Medium Purple #A07DE2
RGB
CMYK
RGB Variations
Color information
#A07DE2 (or 0xA07DE2) is known color: Medium Purple. HEX triplet: A0, 7D and E2. RGB value is (160,125,226). Sum of RGB (Red+Green+Blue) = 160+125+226=511 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.31% from 511); Green value is 125 (49.22% from 255 or 24.46% from 511); Blue value is 226 (88.67% from 255 or 44.23% from 511); Max value from RGB is 226 - color contains mainly: blue. Hex color #A07DE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07DE2 is #5F821D. Grayscale: #929292. Windows color (decimal): -6259230 or 14843296. OLE color: 14843296.
HSL color Cylindrical-coordinate representation of color #A07DE2: hue angle of 260.79º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A07DE2 is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 125 | 226 | - |
| CMYK | 0.29 | 0.45 | 0 | 0.11 |
| HSL | 260.79º | 0.64% | 0.69% | - |
| HSV(B) | 260.79º | 0.45% | 0.89% | - |
| XYZ | 35.56 | 27.63 | 75.41 | - |
| YUV | 146.98 | 172.6 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 125 | 226 | 0.29 | 0.45 | 0 | 0.11 | 260.79 | 0.64 | 0.69 |
| Hex | A0 | 7D | E2 | 1D | 2D | 0 | B | 105 | 40 | 45 |
| Octal | 240 | 175 | 342 | 35 | 55 | 0 | 13 | 405 | 100 | 105 |
| Binary | 10100000 | 1111101 | 11100010 | 11101 | 101101 | 0 | 1011 | 100000101 | 1000000 | 1000101 |
Color Harmonies of #A07DE2
Complementary color
Monochromatic Colors of #A07DE2
Black with #A07DE2
Text Example
Text Example
White with #A07DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07DE2; }
p { color: rgb(160,125,226); }
H1.HeaderClassName
{
color: #A07DE2;
}
.AnyTagClassName
{
color: #A07DE2;
}
</style>
background-color css
<style>
a { background-color: #A07DE2; }
a { background-color: rgb(160,125,226); }
div.DivClassName
{
background-color: #A07DE2;
}
.BgClassName
{
background-color: #A07DE2;
}
</style>
border-color css
<style>
span { border-color: #A07DE2; }
span { border-color: rgb(160,125,226); }
td.TdClassName
{
border-color: #A07DE2;
}
.TagClassName
{
border-color: #A07DE2;
}
</style>