Shades of Medium Purple #A070DF
Tints of Medium Purple #A070DF
RGB
CMYK
RGB Variations
Color information
#A070DF (or 0xA070DF) is known color: Medium Purple. HEX triplet: A0, 70 and DF. RGB value is (160,112,223). Sum of RGB (Red+Green+Blue) = 160+112+223=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 112 (44.14% from 255 or 22.63% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #A070DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A070DF is #5F8F20. Grayscale: #8A8A8A. Windows color (decimal): -6262561 or 14643360. OLE color: 14643360.
HSL color Cylindrical-coordinate representation of color #A070DF: hue angle of 265.95º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A070DF is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 112 | 223 | - |
| CMYK | 0.28 | 0.50 | 0 | 0.13 |
| HSL | 265.95º | 0.63% | 0.66% | - |
| HSV(B) | 265.95º | 0.5% | 0.87% | - |
| XYZ | 33.61 | 24.39 | 72.75 | - |
| YUV | 139.01 | 175.4 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 112 | 223 | 0.28 | 0.50 | 0 | 0.13 | 265.95 | 0.63 | 0.66 |
| Hex | A0 | 70 | DF | 1C | 32 | 0 | D | 10A | 3F | 42 |
| Octal | 240 | 160 | 337 | 34 | 62 | 0 | 15 | 412 | 77 | 102 |
| Binary | 10100000 | 1110000 | 11011111 | 11100 | 110010 | 0 | 1101 | 100001010 | 111111 | 1000010 |
Color Harmonies of #A070DF
Complementary color
Monochromatic Colors of #A070DF
Black with #A070DF
Text Example
Text Example
White with #A070DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A070DF; }
p { color: rgb(160,112,223); }
H1.HeaderClassName
{
color: #A070DF;
}
.AnyTagClassName
{
color: #A070DF;
}
</style>
background-color css
<style>
a { background-color: #A070DF; }
a { background-color: rgb(160,112,223); }
div.DivClassName
{
background-color: #A070DF;
}
.BgClassName
{
background-color: #A070DF;
}
</style>
border-color css
<style>
span { border-color: #A070DF; }
span { border-color: rgb(160,112,223); }
td.TdClassName
{
border-color: #A070DF;
}
.TagClassName
{
border-color: #A070DF;
}
</style>