Shades of Dark Violet #A517D2
Tints of Dark Violet #A517D2
RGB
CMYK
RGB Variations
Color information
#A517D2 (or 0xA517D2) is known color: Dark Violet. HEX triplet: A5, 17 and D2. RGB value is (165,23,210). Sum of RGB (Red+Green+Blue) = 165+23+210=398 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.46% from 398); Green value is 23 (9.38% from 255 or 5.78% from 398); Blue value is 210 (82.42% from 255 or 52.76% from 398); Max value from RGB is 210 - color contains mainly: blue. Hex color #A517D2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A517D2 is #5AE82D. Grayscale: #565656. Windows color (decimal): -5957678 or 13768613. OLE color: 13768613.
HSL color Cylindrical-coordinate representation of color #A517D2: hue angle of 285.56º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A517D2 is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 23 | 210 | - |
| CMYK | 0.21 | 0.89 | 0 | 0.18 |
| HSL | 285.56º | 0.8% | 0.46% | - |
| HSV(B) | 285.56º | 0.89% | 0.82% | - |
| XYZ | 27.46 | 13.27 | 62.09 | - |
| YUV | 86.78 | 197.54 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 23 | 210 | 0.21 | 0.89 | 0 | 0.18 | 285.56 | 0.8 | 0.46 |
| Hex | A5 | 17 | D2 | 15 | 59 | 0 | 12 | 11E | 50 | 2E |
| Octal | 245 | 27 | 322 | 25 | 131 | 0 | 22 | 436 | 120 | 56 |
| Binary | 10100101 | 10111 | 11010010 | 10101 | 1011001 | 0 | 10010 | 100011110 | 1010000 | 101110 |
Color Harmonies of #A517D2
Complementary color
Monochromatic Colors of #A517D2
Black with #A517D2
Text Example
Text Example
White with #A517D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A517D2; }
p { color: rgb(165,23,210); }
H1.HeaderClassName
{
color: #A517D2;
}
.AnyTagClassName
{
color: #A517D2;
}
</style>
background-color css
<style>
a { background-color: #A517D2; }
a { background-color: rgb(165,23,210); }
div.DivClassName
{
background-color: #A517D2;
}
.BgClassName
{
background-color: #A517D2;
}
</style>
border-color css
<style>
span { border-color: #A517D2; }
span { border-color: rgb(165,23,210); }
td.TdClassName
{
border-color: #A517D2;
}
.TagClassName
{
border-color: #A517D2;
}
</style>