Shades of Dark Violet #A017DA
Tints of Dark Violet #A017DA
RGB
CMYK
RGB Variations
Color information
#A017DA (or 0xA017DA) is known color: Dark Violet. HEX triplet: A0, 17 and DA. RGB value is (160,23,218). Sum of RGB (Red+Green+Blue) = 160+23+218=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 23 (9.38% from 255 or 5.74% from 401); Blue value is 218 (85.55% from 255 or 54.36% from 401); Max value from RGB is 218 - color contains mainly: blue. Hex color #A017DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A017DA is #5FE825. Grayscale: #555555. Windows color (decimal): -6285350 or 14292896. OLE color: 14292896.
HSL color Cylindrical-coordinate representation of color #A017DA: hue angle of 282.15º 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 #A017DA is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 23 | 218 | - |
| CMYK | 0.27 | 0.89 | 0 | 0.15 |
| HSL | 282.15º | 0.81% | 0.47% | - |
| HSV(B) | 282.15º | 0.89% | 0.85% | - |
| XYZ | 27.46 | 13.15 | 67.42 | - |
| YUV | 86.19 | 202.39 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 23 | 218 | 0.27 | 0.89 | 0 | 0.15 | 282.15 | 0.81 | 0.47 |
| Hex | A0 | 17 | DA | 1B | 59 | 0 | F | 11A | 51 | 2F |
| Octal | 240 | 27 | 332 | 33 | 131 | 0 | 17 | 432 | 121 | 57 |
| Binary | 10100000 | 10111 | 11011010 | 11011 | 1011001 | 0 | 1111 | 100011010 | 1010001 | 101111 |
Color Harmonies of #A017DA
Complementary color
Monochromatic Colors of #A017DA
Black with #A017DA
Text Example
Text Example
White with #A017DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A017DA; }
p { color: rgb(160,23,218); }
H1.HeaderClassName
{
color: #A017DA;
}
.AnyTagClassName
{
color: #A017DA;
}
</style>
background-color css
<style>
a { background-color: #A017DA; }
a { background-color: rgb(160,23,218); }
div.DivClassName
{
background-color: #A017DA;
}
.BgClassName
{
background-color: #A017DA;
}
</style>
border-color css
<style>
span { border-color: #A017DA; }
span { border-color: rgb(160,23,218); }
td.TdClassName
{
border-color: #A017DA;
}
.TagClassName
{
border-color: #A017DA;
}
</style>