Shades of Medium Purple #A073DD
Tints of Medium Purple #A073DD
RGB
CMYK
RGB Variations
Color information
#A073DD (or 0xA073DD) is known color: Medium Purple. HEX triplet: A0, 73 and DD. RGB value is (160,115,221). Sum of RGB (Red+Green+Blue) = 160+115+221=496 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.26% from 496); Green value is 115 (45.31% from 255 or 23.19% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #A073DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A073DD is #5F8C22. Grayscale: #8C8C8C. Windows color (decimal): -6261795 or 14513056. OLE color: 14513056.
HSL color Cylindrical-coordinate representation of color #A073DD: hue angle of 265.47º degrees, saturation: 0.61, 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 #A073DD is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 115 | 221 | - |
| CMYK | 0.28 | 0.48 | 0 | 0.13 |
| HSL | 265.47º | 0.61% | 0.66% | - |
| HSV(B) | 265.47º | 0.48% | 0.87% | - |
| XYZ | 33.68 | 24.96 | 71.45 | - |
| YUV | 140.54 | 173.41 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 115 | 221 | 0.28 | 0.48 | 0 | 0.13 | 265.47 | 0.61 | 0.66 |
| Hex | A0 | 73 | DD | 1C | 30 | 0 | D | 109 | 3D | 42 |
| Octal | 240 | 163 | 335 | 34 | 60 | 0 | 15 | 411 | 75 | 102 |
| Binary | 10100000 | 1110011 | 11011101 | 11100 | 110000 | 0 | 1101 | 100001001 | 111101 | 1000010 |
Color Harmonies of #A073DD
Complementary color
Monochromatic Colors of #A073DD
Black with #A073DD
Text Example
Text Example
White with #A073DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A073DD; }
p { color: rgb(160,115,221); }
H1.HeaderClassName
{
color: #A073DD;
}
.AnyTagClassName
{
color: #A073DD;
}
</style>
background-color css
<style>
a { background-color: #A073DD; }
a { background-color: rgb(160,115,221); }
div.DivClassName
{
background-color: #A073DD;
}
.BgClassName
{
background-color: #A073DD;
}
</style>
border-color css
<style>
span { border-color: #A073DD; }
span { border-color: rgb(160,115,221); }
td.TdClassName
{
border-color: #A073DD;
}
.TagClassName
{
border-color: #A073DD;
}
</style>