Shades of Medium Purple #A581DA
Tints of Medium Purple #A581DA
RGB
CMYK
RGB Variations
Color information
#A581DA (or 0xA581DA) is known color: Medium Purple. HEX triplet: A5, 81 and DA. RGB value is (165,129,218). Sum of RGB (Red+Green+Blue) = 165+129+218=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 129 (50.78% from 255 or 25.20% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #A581DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A581DA is #5A7E25. Grayscale: #959595. Windows color (decimal): -5930534 or 14320037. OLE color: 14320037.
HSL color Cylindrical-coordinate representation of color #A581DA: hue angle of 264.27º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A581DA is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 129 | 218 | - |
| CMYK | 0.24 | 0.41 | 0 | 0.15 |
| HSL | 264.27º | 0.55% | 0.68% | - |
| HSV(B) | 264.27º | 0.41% | 0.85% | - |
| XYZ | 36.02 | 28.76 | 69.98 | - |
| YUV | 149.91 | 166.43 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 129 | 218 | 0.24 | 0.41 | 0 | 0.15 | 264.27 | 0.55 | 0.68 |
| Hex | A5 | 81 | DA | 18 | 29 | 0 | F | 108 | 37 | 44 |
| Octal | 245 | 201 | 332 | 30 | 51 | 0 | 17 | 410 | 67 | 104 |
| Binary | 10100101 | 10000001 | 11011010 | 11000 | 101001 | 0 | 1111 | 100001000 | 110111 | 1000100 |
Color Harmonies of #A581DA
Complementary color
Monochromatic Colors of #A581DA
Black with #A581DA
Text Example
Text Example
White with #A581DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A581DA; }
p { color: rgb(165,129,218); }
H1.HeaderClassName
{
color: #A581DA;
}
.AnyTagClassName
{
color: #A581DA;
}
</style>
background-color css
<style>
a { background-color: #A581DA; }
a { background-color: rgb(165,129,218); }
div.DivClassName
{
background-color: #A581DA;
}
.BgClassName
{
background-color: #A581DA;
}
</style>
border-color css
<style>
span { border-color: #A581DA; }
span { border-color: rgb(165,129,218); }
td.TdClassName
{
border-color: #A581DA;
}
.TagClassName
{
border-color: #A581DA;
}
</style>