Shades of Medium Purple #A070F3
Tints of Medium Purple #A070F3
RGB
CMYK
RGB Variations
Color information
#A070F3 (or 0xA070F3) is known color: Medium Purple. HEX triplet: A0, 70 and F3. RGB value is (160,112,243). Sum of RGB (Red+Green+Blue) = 160+112+243=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 112 (44.14% from 255 or 21.75% from 515); Blue value is 243 (95.31% from 255 or 47.18% from 515); Max value from RGB is 243 - color contains mainly: blue. Hex color #A070F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A070F3 is #5F8F0C. Grayscale: #8C8C8C. Windows color (decimal): -6262541 or 15954080. OLE color: 15954080.
HSL color Cylindrical-coordinate representation of color #A070F3: hue angle of 261.98º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A070F3 is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 112 | 243 | - |
| CMYK | 0.34 | 0.54 | 0 | 0.05 |
| HSL | 261.98º | 0.85% | 0.7% | - |
| HSV(B) | 261.98º | 0.54% | 0.95% | - |
| XYZ | 36.47 | 25.53 | 87.8 | - |
| YUV | 141.29 | 185.4 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 112 | 243 | 0.34 | 0.54 | 0 | 0.05 | 261.98 | 0.85 | 0.7 |
| Hex | A0 | 70 | F3 | 22 | 36 | 0 | 5 | 106 | 55 | 46 |
| Octal | 240 | 160 | 363 | 42 | 66 | 0 | 5 | 406 | 125 | 106 |
| Binary | 10100000 | 1110000 | 11110011 | 100010 | 110110 | 0 | 101 | 100000110 | 1010101 | 1000110 |
Color Harmonies of #A070F3
Complementary color
Monochromatic Colors of #A070F3
Black with #A070F3
Text Example
Text Example
White with #A070F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A070F3; }
p { color: rgb(160,112,243); }
H1.HeaderClassName
{
color: #A070F3;
}
.AnyTagClassName
{
color: #A070F3;
}
</style>
background-color css
<style>
a { background-color: #A070F3; }
a { background-color: rgb(160,112,243); }
div.DivClassName
{
background-color: #A070F3;
}
.BgClassName
{
background-color: #A070F3;
}
</style>
border-color css
<style>
span { border-color: #A070F3; }
span { border-color: rgb(160,112,243); }
td.TdClassName
{
border-color: #A070F3;
}
.TagClassName
{
border-color: #A070F3;
}
</style>