Shades of Medium Purple #A580DB
Tints of Medium Purple #A580DB
RGB
CMYK
RGB Variations
Color information
#A580DB (or 0xA580DB) is known color: Medium Purple. HEX triplet: A5, 80 and DB. RGB value is (165,128,219). Sum of RGB (Red+Green+Blue) = 165+128+219=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 128 (50.39% from 255 or 25% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #A580DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A580DB is #5A7F24. Grayscale: #959595. Windows color (decimal): -5930789 or 14385317. OLE color: 14385317.
HSL color Cylindrical-coordinate representation of color #A580DB: hue angle of 264.4º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A580DB is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 128 | 219 | - |
| CMYK | 0.25 | 0.42 | 0 | 0.14 |
| HSL | 264.4º | 0.56% | 0.68% | - |
| HSV(B) | 264.4º | 0.42% | 0.86% | - |
| XYZ | 36.02 | 28.55 | 70.63 | - |
| YUV | 149.44 | 167.26 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 128 | 219 | 0.25 | 0.42 | 0 | 0.14 | 264.4 | 0.56 | 0.68 |
| Hex | A5 | 80 | DB | 19 | 2A | 0 | E | 108 | 38 | 44 |
| Octal | 245 | 200 | 333 | 31 | 52 | 0 | 16 | 410 | 70 | 104 |
| Binary | 10100101 | 10000000 | 11011011 | 11001 | 101010 | 0 | 1110 | 100001000 | 111000 | 1000100 |
Color Harmonies of #A580DB
Complementary color
Monochromatic Colors of #A580DB
Black with #A580DB
Text Example
Text Example
White with #A580DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A580DB; }
p { color: rgb(165,128,219); }
H1.HeaderClassName
{
color: #A580DB;
}
.AnyTagClassName
{
color: #A580DB;
}
</style>
background-color css
<style>
a { background-color: #A580DB; }
a { background-color: rgb(165,128,219); }
div.DivClassName
{
background-color: #A580DB;
}
.BgClassName
{
background-color: #A580DB;
}
</style>
border-color css
<style>
span { border-color: #A580DB; }
span { border-color: rgb(165,128,219); }
td.TdClassName
{
border-color: #A580DB;
}
.TagClassName
{
border-color: #A580DB;
}
</style>