Shades of Dark Violet #A517D9
Tints of Dark Violet #A517D9
RGB
CMYK
RGB Variations
Color information
#A517D9 (or 0xA517D9) is known color: Dark Violet. HEX triplet: A5, 17 and D9. RGB value is (165,23,217). Sum of RGB (Red+Green+Blue) = 165+23+217=405 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.74% from 405); Green value is 23 (9.38% from 255 or 5.68% from 405); Blue value is 217 (85.16% from 255 or 53.58% from 405); Max value from RGB is 217 - color contains mainly: blue. Hex color #A517D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A517D9 is #5AE826. Grayscale: #565656. Windows color (decimal): -5957671 or 14227365. OLE color: 14227365.
HSL color Cylindrical-coordinate representation of color #A517D9: hue angle of 283.92º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A517D9 is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 23 | 217 | - |
| CMYK | 0.24 | 0.89 | 0 | 0.15 |
| HSL | 283.92º | 0.81% | 0.47% | - |
| HSV(B) | 283.92º | 0.89% | 0.85% | - |
| XYZ | 28.35 | 13.62 | 66.78 | - |
| YUV | 87.57 | 201.04 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 23 | 217 | 0.24 | 0.89 | 0 | 0.15 | 283.92 | 0.81 | 0.47 |
| Hex | A5 | 17 | D9 | 18 | 59 | 0 | F | 11C | 51 | 2F |
| Octal | 245 | 27 | 331 | 30 | 131 | 0 | 17 | 434 | 121 | 57 |
| Binary | 10100101 | 10111 | 11011001 | 11000 | 1011001 | 0 | 1111 | 100011100 | 1010001 | 101111 |
Color Harmonies of #A517D9
Complementary color
Monochromatic Colors of #A517D9
Black with #A517D9
Text Example
Text Example
White with #A517D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A517D9; }
p { color: rgb(165,23,217); }
H1.HeaderClassName
{
color: #A517D9;
}
.AnyTagClassName
{
color: #A517D9;
}
</style>
background-color css
<style>
a { background-color: #A517D9; }
a { background-color: rgb(165,23,217); }
div.DivClassName
{
background-color: #A517D9;
}
.BgClassName
{
background-color: #A517D9;
}
</style>
border-color css
<style>
span { border-color: #A517D9; }
span { border-color: rgb(165,23,217); }
td.TdClassName
{
border-color: #A517D9;
}
.TagClassName
{
border-color: #A517D9;
}
</style>