Shades of Medium Purple #A07AED
Tints of Medium Purple #A07AED
RGB
CMYK
RGB Variations
Color information
#A07AED (or 0xA07AED) is known color: Medium Purple. HEX triplet: A0, 7A and ED. RGB value is (160,122,237). Sum of RGB (Red+Green+Blue) = 160+122+237=519 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.83% from 519); Green value is 122 (48.05% from 255 or 23.51% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #A07AED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07AED is #5F8512. Grayscale: #929292. Windows color (decimal): -6259987 or 15563424. OLE color: 15563424.
HSL color Cylindrical-coordinate representation of color #A07AED: hue angle of 259.83º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A07AED is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 122 | 237 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.07 |
| HSL | 259.83º | 0.76% | 0.7% | - |
| HSV(B) | 259.83º | 0.49% | 0.93% | - |
| XYZ | 36.74 | 27.51 | 83.49 | - |
| YUV | 146.47 | 179.09 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 122 | 237 | 0.32 | 0.49 | 0 | 0.07 | 259.83 | 0.76 | 0.7 |
| Hex | A0 | 7A | ED | 20 | 31 | 0 | 7 | 104 | 4C | 46 |
| Octal | 240 | 172 | 355 | 40 | 61 | 0 | 7 | 404 | 114 | 106 |
| Binary | 10100000 | 1111010 | 11101101 | 100000 | 110001 | 0 | 111 | 100000100 | 1001100 | 1000110 |
Color Harmonies of #A07AED
Complementary color
Monochromatic Colors of #A07AED
Black with #A07AED
Text Example
Text Example
White with #A07AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07AED; }
p { color: rgb(160,122,237); }
H1.HeaderClassName
{
color: #A07AED;
}
.AnyTagClassName
{
color: #A07AED;
}
</style>
background-color css
<style>
a { background-color: #A07AED; }
a { background-color: rgb(160,122,237); }
div.DivClassName
{
background-color: #A07AED;
}
.BgClassName
{
background-color: #A07AED;
}
</style>
border-color css
<style>
span { border-color: #A07AED; }
span { border-color: rgb(160,122,237); }
td.TdClassName
{
border-color: #A07AED;
}
.TagClassName
{
border-color: #A07AED;
}
</style>