Shades of Medium Purple #A070ED
Tints of Medium Purple #A070ED
RGB
CMYK
RGB Variations
Color information
#A070ED (or 0xA070ED) is known color: Medium Purple. HEX triplet: A0, 70 and ED. RGB value is (160,112,237). Sum of RGB (Red+Green+Blue) = 160+112+237=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 112 (44.14% from 255 or 22.00% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 237 - color contains mainly: blue. Hex color #A070ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A070ED is #5F8F12. Grayscale: #8C8C8C. Windows color (decimal): -6262547 or 15560864. OLE color: 15560864.
HSL color Cylindrical-coordinate representation of color #A070ED: hue angle of 263.04º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A070ED is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 112 | 237 | - |
| CMYK | 0.32 | 0.53 | 0 | 0.07 |
| HSL | 263.04º | 0.78% | 0.68% | - |
| HSV(B) | 263.04º | 0.53% | 0.93% | - |
| XYZ | 35.58 | 25.18 | 83.11 | - |
| YUV | 140.6 | 182.4 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 112 | 237 | 0.32 | 0.53 | 0 | 0.07 | 263.04 | 0.78 | 0.68 |
| Hex | A0 | 70 | ED | 20 | 35 | 0 | 7 | 107 | 4E | 44 |
| Octal | 240 | 160 | 355 | 40 | 65 | 0 | 7 | 407 | 116 | 104 |
| Binary | 10100000 | 1110000 | 11101101 | 100000 | 110101 | 0 | 111 | 100000111 | 1001110 | 1000100 |
Color Harmonies of #A070ED
Complementary color
Monochromatic Colors of #A070ED
Black with #A070ED
Text Example
Text Example
White with #A070ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A070ED; }
p { color: rgb(160,112,237); }
H1.HeaderClassName
{
color: #A070ED;
}
.AnyTagClassName
{
color: #A070ED;
}
</style>
background-color css
<style>
a { background-color: #A070ED; }
a { background-color: rgb(160,112,237); }
div.DivClassName
{
background-color: #A070ED;
}
.BgClassName
{
background-color: #A070ED;
}
</style>
border-color css
<style>
span { border-color: #A070ED; }
span { border-color: rgb(160,112,237); }
td.TdClassName
{
border-color: #A070ED;
}
.TagClassName
{
border-color: #A070ED;
}
</style>