Shades of Medium Purple #A073DF
Tints of Medium Purple #A073DF
RGB
CMYK
RGB Variations
Color information
#A073DF (or 0xA073DF) is known color: Medium Purple. HEX triplet: A0, 73 and DF. RGB value is (160,115,223). Sum of RGB (Red+Green+Blue) = 160+115+223=498 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.13% from 498); Green value is 115 (45.31% from 255 or 23.09% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #A073DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A073DF is #5F8C20. Grayscale: #8C8C8C. Windows color (decimal): -6261793 or 14644128. OLE color: 14644128.
HSL color Cylindrical-coordinate representation of color #A073DF: hue angle of 265º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A073DF is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 115 | 223 | - |
| CMYK | 0.28 | 0.48 | 0 | 0.13 |
| HSL | 265º | 0.63% | 0.66% | - |
| HSV(B) | 265º | 0.48% | 0.87% | - |
| XYZ | 33.95 | 25.06 | 72.86 | - |
| YUV | 140.77 | 174.41 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 115 | 223 | 0.28 | 0.48 | 0 | 0.13 | 265 | 0.63 | 0.66 |
| Hex | A0 | 73 | DF | 1C | 30 | 0 | D | 109 | 3F | 42 |
| Octal | 240 | 163 | 337 | 34 | 60 | 0 | 15 | 411 | 77 | 102 |
| Binary | 10100000 | 1110011 | 11011111 | 11100 | 110000 | 0 | 1101 | 100001001 | 111111 | 1000010 |
Color Harmonies of #A073DF
Complementary color
Monochromatic Colors of #A073DF
Black with #A073DF
Text Example
Text Example
White with #A073DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A073DF; }
p { color: rgb(160,115,223); }
H1.HeaderClassName
{
color: #A073DF;
}
.AnyTagClassName
{
color: #A073DF;
}
</style>
background-color css
<style>
a { background-color: #A073DF; }
a { background-color: rgb(160,115,223); }
div.DivClassName
{
background-color: #A073DF;
}
.BgClassName
{
background-color: #A073DF;
}
</style>
border-color css
<style>
span { border-color: #A073DF; }
span { border-color: rgb(160,115,223); }
td.TdClassName
{
border-color: #A073DF;
}
.TagClassName
{
border-color: #A073DF;
}
</style>