Shades of Medium Purple #A070EA
Tints of Medium Purple #A070EA
RGB
CMYK
RGB Variations
Color information
#A070EA (or 0xA070EA) is known color: Medium Purple. HEX triplet: A0, 70 and EA. RGB value is (160,112,234). Sum of RGB (Red+Green+Blue) = 160+112+234=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 112 (44.14% from 255 or 22.13% from 506); Blue value is 234 (91.80% from 255 or 46.25% from 506); Max value from RGB is 234 - color contains mainly: blue. Hex color #A070EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A070EA is #5F8F15. Grayscale: #8B8B8B. Windows color (decimal): -6262550 or 15364256. OLE color: 15364256.
HSL color Cylindrical-coordinate representation of color #A070EA: hue angle of 263.61º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A070EA is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 112 | 234 | - |
| CMYK | 0.32 | 0.52 | 0 | 0.08 |
| HSL | 263.61º | 0.74% | 0.68% | - |
| HSV(B) | 263.61º | 0.52% | 0.92% | - |
| XYZ | 35.14 | 25 | 80.82 | - |
| YUV | 140.26 | 180.9 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 112 | 234 | 0.32 | 0.52 | 0 | 0.08 | 263.61 | 0.74 | 0.68 |
| Hex | A0 | 70 | EA | 20 | 34 | 0 | 8 | 108 | 4A | 44 |
| Octal | 240 | 160 | 352 | 40 | 64 | 0 | 10 | 410 | 112 | 104 |
| Binary | 10100000 | 1110000 | 11101010 | 100000 | 110100 | 0 | 1000 | 100001000 | 1001010 | 1000100 |
Color Harmonies of #A070EA
Complementary color
Monochromatic Colors of #A070EA
Black with #A070EA
Text Example
Text Example
White with #A070EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A070EA; }
p { color: rgb(160,112,234); }
H1.HeaderClassName
{
color: #A070EA;
}
.AnyTagClassName
{
color: #A070EA;
}
</style>
background-color css
<style>
a { background-color: #A070EA; }
a { background-color: rgb(160,112,234); }
div.DivClassName
{
background-color: #A070EA;
}
.BgClassName
{
background-color: #A070EA;
}
</style>
border-color css
<style>
span { border-color: #A070EA; }
span { border-color: rgb(160,112,234); }
td.TdClassName
{
border-color: #A070EA;
}
.TagClassName
{
border-color: #A070EA;
}
</style>