Shades of Medium Purple #A580DD
Tints of Medium Purple #A580DD
RGB
CMYK
RGB Variations
Color information
#A580DD (or 0xA580DD) is known color: Medium Purple. HEX triplet: A5, 80 and DD. RGB value is (165,128,221). Sum of RGB (Red+Green+Blue) = 165+128+221=514 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.10% from 514); Green value is 128 (50.39% from 255 or 24.90% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #A580DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A580DD is #5A7F22. Grayscale: #959595. Windows color (decimal): -5930787 or 14516389. OLE color: 14516389.
HSL color Cylindrical-coordinate representation of color #A580DD: hue angle of 263.87º 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 #A580DD is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 128 | 221 | - |
| CMYK | 0.25 | 0.42 | 0 | 0.13 |
| HSL | 263.87º | 0.58% | 0.68% | - |
| HSV(B) | 263.87º | 0.42% | 0.87% | - |
| XYZ | 36.29 | 28.66 | 72.03 | - |
| YUV | 149.67 | 168.26 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 128 | 221 | 0.25 | 0.42 | 0 | 0.13 | 263.87 | 0.58 | 0.68 |
| Hex | A5 | 80 | DD | 19 | 2A | 0 | D | 108 | 3A | 44 |
| Octal | 245 | 200 | 335 | 31 | 52 | 0 | 15 | 410 | 72 | 104 |
| Binary | 10100101 | 10000000 | 11011101 | 11001 | 101010 | 0 | 1101 | 100001000 | 111010 | 1000100 |
Color Harmonies of #A580DD
Complementary color
Monochromatic Colors of #A580DD
Black with #A580DD
Text Example
Text Example
White with #A580DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A580DD; }
p { color: rgb(165,128,221); }
H1.HeaderClassName
{
color: #A580DD;
}
.AnyTagClassName
{
color: #A580DD;
}
</style>
background-color css
<style>
a { background-color: #A580DD; }
a { background-color: rgb(165,128,221); }
div.DivClassName
{
background-color: #A580DD;
}
.BgClassName
{
background-color: #A580DD;
}
</style>
border-color css
<style>
span { border-color: #A580DD; }
span { border-color: rgb(165,128,221); }
td.TdClassName
{
border-color: #A580DD;
}
.TagClassName
{
border-color: #A580DD;
}
</style>