Shades of Dark Violet #AC17DA
Tints of Dark Violet #AC17DA
RGB
CMYK
RGB Variations
Color information
#AC17DA (or 0xAC17DA) is known color: Dark Violet. HEX triplet: AC, 17 and DA. RGB value is (172,23,218). Sum of RGB (Red+Green+Blue) = 172+23+218=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 23 (9.38% from 255 or 5.57% from 413); Blue value is 218 (85.55% from 255 or 52.78% from 413); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC17DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC17DA is #53E825. Grayscale: #595959. Windows color (decimal): -5498918 or 14292908. OLE color: 14292908.
HSL color Cylindrical-coordinate representation of color #AC17DA: hue angle of 285.85º 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 #AC17DA is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 23 | 218 | - |
| CMYK | 0.21 | 0.89 | 0 | 0.15 |
| HSL | 285.85º | 0.81% | 0.47% | - |
| HSV(B) | 285.85º | 0.89% | 0.85% | - |
| XYZ | 29.97 | 14.45 | 67.54 | - |
| YUV | 89.78 | 200.36 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 23 | 218 | 0.21 | 0.89 | 0 | 0.15 | 285.85 | 0.81 | 0.47 |
| Hex | AC | 17 | DA | 15 | 59 | 0 | F | 11E | 51 | 2F |
| Octal | 254 | 27 | 332 | 25 | 131 | 0 | 17 | 436 | 121 | 57 |
| Binary | 10101100 | 10111 | 11011010 | 10101 | 1011001 | 0 | 1111 | 100011110 | 1010001 | 101111 |
Color Harmonies of #AC17DA
Complementary color
Monochromatic Colors of #AC17DA
Black with #AC17DA
Text Example
Text Example
White with #AC17DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC17DA; }
p { color: rgb(172,23,218); }
H1.HeaderClassName
{
color: #AC17DA;
}
.AnyTagClassName
{
color: #AC17DA;
}
</style>
background-color css
<style>
a { background-color: #AC17DA; }
a { background-color: rgb(172,23,218); }
div.DivClassName
{
background-color: #AC17DA;
}
.BgClassName
{
background-color: #AC17DA;
}
</style>
border-color css
<style>
span { border-color: #AC17DA; }
span { border-color: rgb(172,23,218); }
td.TdClassName
{
border-color: #AC17DA;
}
.TagClassName
{
border-color: #AC17DA;
}
</style>