Shades of Medium Purple #A070DC
Tints of Medium Purple #A070DC
RGB
CMYK
RGB Variations
Color information
#A070DC (or 0xA070DC) is known color: Medium Purple. HEX triplet: A0, 70 and DC. RGB value is (160,112,220). Sum of RGB (Red+Green+Blue) = 160+112+220=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 112 (44.14% from 255 or 22.76% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #A070DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A070DC is #5F8F23. Grayscale: #8A8A8A. Windows color (decimal): -6262564 or 14446752. OLE color: 14446752.
HSL color Cylindrical-coordinate representation of color #A070DC: hue angle of 266.67º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A070DC is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 112 | 220 | - |
| CMYK | 0.27 | 0.49 | 0 | 0.14 |
| HSL | 266.67º | 0.61% | 0.65% | - |
| HSV(B) | 266.67º | 0.49% | 0.86% | - |
| XYZ | 33.21 | 24.23 | 70.64 | - |
| YUV | 138.66 | 173.9 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 112 | 220 | 0.27 | 0.49 | 0 | 0.14 | 266.67 | 0.61 | 0.65 |
| Hex | A0 | 70 | DC | 1B | 31 | 0 | E | 10B | 3D | 41 |
| Octal | 240 | 160 | 334 | 33 | 61 | 0 | 16 | 413 | 75 | 101 |
| Binary | 10100000 | 1110000 | 11011100 | 11011 | 110001 | 0 | 1110 | 100001011 | 111101 | 1000001 |
Color Harmonies of #A070DC
Complementary color
Monochromatic Colors of #A070DC
Black with #A070DC
Text Example
Text Example
White with #A070DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A070DC; }
p { color: rgb(160,112,220); }
H1.HeaderClassName
{
color: #A070DC;
}
.AnyTagClassName
{
color: #A070DC;
}
</style>
background-color css
<style>
a { background-color: #A070DC; }
a { background-color: rgb(160,112,220); }
div.DivClassName
{
background-color: #A070DC;
}
.BgClassName
{
background-color: #A070DC;
}
</style>
border-color css
<style>
span { border-color: #A070DC; }
span { border-color: rgb(160,112,220); }
td.TdClassName
{
border-color: #A070DC;
}
.TagClassName
{
border-color: #A070DC;
}
</style>