Shades of Medium Purple #A080DE
Tints of Medium Purple #A080DE
RGB
CMYK
RGB Variations
Color information
#A080DE (or 0xA080DE) is known color: Medium Purple. HEX triplet: A0, 80 and DE. RGB value is (160,128,222). Sum of RGB (Red+Green+Blue) = 160+128+222=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 128 (50.39% from 255 or 25.10% from 510); Blue value is 222 (87.11% from 255 or 43.53% from 510); Max value from RGB is 222 - color contains mainly: blue. Hex color #A080DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A080DE is #5F7F21. Grayscale: #939393. Windows color (decimal): -6258466 or 14581920. OLE color: 14581920.
HSL color Cylindrical-coordinate representation of color #A080DE: hue angle of 260.43º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A080DE is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 128 | 222 | - |
| CMYK | 0.28 | 0.42 | 0 | 0.13 |
| HSL | 260.43º | 0.59% | 0.69% | - |
| HSV(B) | 260.43º | 0.42% | 0.87% | - |
| XYZ | 35.4 | 28.19 | 72.68 | - |
| YUV | 148.28 | 169.6 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 128 | 222 | 0.28 | 0.42 | 0 | 0.13 | 260.43 | 0.59 | 0.69 |
| Hex | A0 | 80 | DE | 1C | 2A | 0 | D | 104 | 3B | 45 |
| Octal | 240 | 200 | 336 | 34 | 52 | 0 | 15 | 404 | 73 | 105 |
| Binary | 10100000 | 10000000 | 11011110 | 11100 | 101010 | 0 | 1101 | 100000100 | 111011 | 1000101 |
Color Harmonies of #A080DE
Complementary color
Monochromatic Colors of #A080DE
Black with #A080DE
Text Example
Text Example
White with #A080DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A080DE; }
p { color: rgb(160,128,222); }
H1.HeaderClassName
{
color: #A080DE;
}
.AnyTagClassName
{
color: #A080DE;
}
</style>
background-color css
<style>
a { background-color: #A080DE; }
a { background-color: rgb(160,128,222); }
div.DivClassName
{
background-color: #A080DE;
}
.BgClassName
{
background-color: #A080DE;
}
</style>
border-color css
<style>
span { border-color: #A080DE; }
span { border-color: rgb(160,128,222); }
td.TdClassName
{
border-color: #A080DE;
}
.TagClassName
{
border-color: #A080DE;
}
</style>