Shades of Dark Violet #A517E1
Tints of Dark Violet #A517E1
RGB
CMYK
RGB Variations
Color information
#A517E1 (or 0xA517E1) is known color: Dark Violet. HEX triplet: A5, 17 and E1. RGB value is (165,23,225). Sum of RGB (Red+Green+Blue) = 165+23+225=413 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.95% from 413); Green value is 23 (9.38% from 255 or 5.57% from 413); Blue value is 225 (88.28% from 255 or 54.48% from 413); Max value from RGB is 225 - color contains mainly: blue. Hex color #A517E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A517E1 is #5AE81E. Grayscale: #575757. Windows color (decimal): -5957663 or 14751653. OLE color: 14751653.
HSL color Cylindrical-coordinate representation of color #A517E1: hue angle of 282.18º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A517E1 is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 23 | 225 | - |
| CMYK | 0.27 | 0.90 | 0 | 0.12 |
| HSL | 282.18º | 0.81% | 0.49% | - |
| HSV(B) | 282.18º | 0.9% | 0.88% | - |
| XYZ | 29.41 | 14.05 | 72.4 | - |
| YUV | 88.49 | 205.04 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 23 | 225 | 0.27 | 0.90 | 0 | 0.12 | 282.18 | 0.81 | 0.49 |
| Hex | A5 | 17 | E1 | 1B | 5A | 0 | C | 11A | 51 | 31 |
| Octal | 245 | 27 | 341 | 33 | 132 | 0 | 14 | 432 | 121 | 61 |
| Binary | 10100101 | 10111 | 11100001 | 11011 | 1011010 | 0 | 1100 | 100011010 | 1010001 | 110001 |
Color Harmonies of #A517E1
Complementary color
Monochromatic Colors of #A517E1
Black with #A517E1
Text Example
Text Example
White with #A517E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A517E1; }
p { color: rgb(165,23,225); }
H1.HeaderClassName
{
color: #A517E1;
}
.AnyTagClassName
{
color: #A517E1;
}
</style>
background-color css
<style>
a { background-color: #A517E1; }
a { background-color: rgb(165,23,225); }
div.DivClassName
{
background-color: #A517E1;
}
.BgClassName
{
background-color: #A517E1;
}
</style>
border-color css
<style>
span { border-color: #A517E1; }
span { border-color: rgb(165,23,225); }
td.TdClassName
{
border-color: #A517E1;
}
.TagClassName
{
border-color: #A517E1;
}
</style>