Shades of Medium Purple #A070EE
Tints of Medium Purple #A070EE
RGB
CMYK
RGB Variations
Color information
#A070EE (or 0xA070EE) is known color: Medium Purple. HEX triplet: A0, 70 and EE. RGB value is (160,112,238). Sum of RGB (Red+Green+Blue) = 160+112+238=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 112 (44.14% from 255 or 21.96% from 510); Blue value is 238 (93.36% from 255 or 46.67% from 510); Max value from RGB is 238 - color contains mainly: blue. Hex color #A070EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A070EE is #5F8F11. Grayscale: #8C8C8C. Windows color (decimal): -6262546 or 15626400. OLE color: 15626400.
HSL color Cylindrical-coordinate representation of color #A070EE: hue angle of 262.86º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A070EE is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 112 | 238 | - |
| CMYK | 0.33 | 0.53 | 0 | 0.07 |
| HSL | 262.86º | 0.79% | 0.69% | - |
| HSV(B) | 262.86º | 0.53% | 0.93% | - |
| XYZ | 35.72 | 25.23 | 83.88 | - |
| YUV | 140.72 | 182.9 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 112 | 238 | 0.33 | 0.53 | 0 | 0.07 | 262.86 | 0.79 | 0.69 |
| Hex | A0 | 70 | EE | 21 | 35 | 0 | 7 | 107 | 4F | 45 |
| Octal | 240 | 160 | 356 | 41 | 65 | 0 | 7 | 407 | 117 | 105 |
| Binary | 10100000 | 1110000 | 11101110 | 100001 | 110101 | 0 | 111 | 100000111 | 1001111 | 1000101 |
Color Harmonies of #A070EE
Complementary color
Monochromatic Colors of #A070EE
Black with #A070EE
Text Example
Text Example
White with #A070EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A070EE; }
p { color: rgb(160,112,238); }
H1.HeaderClassName
{
color: #A070EE;
}
.AnyTagClassName
{
color: #A070EE;
}
</style>
background-color css
<style>
a { background-color: #A070EE; }
a { background-color: rgb(160,112,238); }
div.DivClassName
{
background-color: #A070EE;
}
.BgClassName
{
background-color: #A070EE;
}
</style>
border-color css
<style>
span { border-color: #A070EE; }
span { border-color: rgb(160,112,238); }
td.TdClassName
{
border-color: #A070EE;
}
.TagClassName
{
border-color: #A070EE;
}
</style>