Shades of Medium Purple #A580DE
Tints of Medium Purple #A580DE
RGB
CMYK
RGB Variations
Color information
#A580DE (or 0xA580DE) is known color: Medium Purple. HEX triplet: A5, 80 and DE. RGB value is (165,128,222). Sum of RGB (Red+Green+Blue) = 165+128+222=515 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.04% from 515); Green value is 128 (50.39% from 255 or 24.85% from 515); Blue value is 222 (87.11% from 255 or 43.11% from 515); Max value from RGB is 222 - color contains mainly: blue. Hex color #A580DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A580DE is #5A7F21. Grayscale: #959595. Windows color (decimal): -5930786 or 14581925. OLE color: 14581925.
HSL color Cylindrical-coordinate representation of color #A580DE: hue angle of 263.62º 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 #A580DE is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 128 | 222 | - |
| CMYK | 0.26 | 0.42 | 0 | 0.13 |
| HSL | 263.62º | 0.59% | 0.69% | - |
| HSV(B) | 263.62º | 0.42% | 0.87% | - |
| XYZ | 36.42 | 28.71 | 72.73 | - |
| YUV | 149.78 | 168.76 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 128 | 222 | 0.26 | 0.42 | 0 | 0.13 | 263.62 | 0.59 | 0.69 |
| Hex | A5 | 80 | DE | 1A | 2A | 0 | D | 108 | 3B | 45 |
| Octal | 245 | 200 | 336 | 32 | 52 | 0 | 15 | 410 | 73 | 105 |
| Binary | 10100101 | 10000000 | 11011110 | 11010 | 101010 | 0 | 1101 | 100001000 | 111011 | 1000101 |
Color Harmonies of #A580DE
Complementary color
Monochromatic Colors of #A580DE
Black with #A580DE
Text Example
Text Example
White with #A580DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A580DE; }
p { color: rgb(165,128,222); }
H1.HeaderClassName
{
color: #A580DE;
}
.AnyTagClassName
{
color: #A580DE;
}
</style>
background-color css
<style>
a { background-color: #A580DE; }
a { background-color: rgb(165,128,222); }
div.DivClassName
{
background-color: #A580DE;
}
.BgClassName
{
background-color: #A580DE;
}
</style>
border-color css
<style>
span { border-color: #A580DE; }
span { border-color: rgb(165,128,222); }
td.TdClassName
{
border-color: #A580DE;
}
.TagClassName
{
border-color: #A580DE;
}
</style>