Shades of Medium Purple #A080DD
Tints of Medium Purple #A080DD
RGB
CMYK
RGB Variations
Color information
#A080DD (or 0xA080DD) is known color: Medium Purple. HEX triplet: A0, 80 and DD. RGB value is (160,128,221). Sum of RGB (Red+Green+Blue) = 160+128+221=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 128 (50.39% from 255 or 25.15% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #A080DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A080DD is #5F7F22. Grayscale: #939393. Windows color (decimal): -6258467 or 14516384. OLE color: 14516384.
HSL color Cylindrical-coordinate representation of color #A080DD: hue angle of 260.65º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A080DD is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 128 | 221 | - |
| CMYK | 0.28 | 0.42 | 0 | 0.13 |
| HSL | 260.65º | 0.58% | 0.68% | - |
| HSV(B) | 260.65º | 0.42% | 0.87% | - |
| XYZ | 35.27 | 28.13 | 71.98 | - |
| YUV | 148.17 | 169.1 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 128 | 221 | 0.28 | 0.42 | 0 | 0.13 | 260.65 | 0.58 | 0.68 |
| Hex | A0 | 80 | DD | 1C | 2A | 0 | D | 105 | 3A | 44 |
| Octal | 240 | 200 | 335 | 34 | 52 | 0 | 15 | 405 | 72 | 104 |
| Binary | 10100000 | 10000000 | 11011101 | 11100 | 101010 | 0 | 1101 | 100000101 | 111010 | 1000100 |
Color Harmonies of #A080DD
Complementary color
Monochromatic Colors of #A080DD
Black with #A080DD
Text Example
Text Example
White with #A080DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A080DD; }
p { color: rgb(160,128,221); }
H1.HeaderClassName
{
color: #A080DD;
}
.AnyTagClassName
{
color: #A080DD;
}
</style>
background-color css
<style>
a { background-color: #A080DD; }
a { background-color: rgb(160,128,221); }
div.DivClassName
{
background-color: #A080DD;
}
.BgClassName
{
background-color: #A080DD;
}
</style>
border-color css
<style>
span { border-color: #A080DD; }
span { border-color: rgb(160,128,221); }
td.TdClassName
{
border-color: #A080DD;
}
.TagClassName
{
border-color: #A080DD;
}
</style>