Shades of Dark Violet #AC17DC
Tints of Dark Violet #AC17DC
RGB
CMYK
RGB Variations
Color information
#AC17DC (or 0xAC17DC) is known color: Dark Violet. HEX triplet: AC, 17 and DC. RGB value is (172,23,220). Sum of RGB (Red+Green+Blue) = 172+23+220=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 23 (9.38% from 255 or 5.54% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC17DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC17DC is #53E823. Grayscale: #595959. Windows color (decimal): -5498916 or 14423980. OLE color: 14423980.
HSL color Cylindrical-coordinate representation of color #AC17DC: hue angle of 285.38º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC17DC is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 23 | 220 | - |
| CMYK | 0.22 | 0.90 | 0 | 0.14 |
| HSL | 285.38º | 0.81% | 0.48% | - |
| HSV(B) | 285.38º | 0.9% | 0.86% | - |
| XYZ | 30.24 | 14.55 | 68.93 | - |
| YUV | 90.01 | 201.36 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 23 | 220 | 0.22 | 0.90 | 0 | 0.14 | 285.38 | 0.81 | 0.48 |
| Hex | AC | 17 | DC | 16 | 5A | 0 | E | 11D | 51 | 30 |
| Octal | 254 | 27 | 334 | 26 | 132 | 0 | 16 | 435 | 121 | 60 |
| Binary | 10101100 | 10111 | 11011100 | 10110 | 1011010 | 0 | 1110 | 100011101 | 1010001 | 110000 |
Color Harmonies of #AC17DC
Complementary color
Monochromatic Colors of #AC17DC
Black with #AC17DC
Text Example
Text Example
White with #AC17DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC17DC; }
p { color: rgb(172,23,220); }
H1.HeaderClassName
{
color: #AC17DC;
}
.AnyTagClassName
{
color: #AC17DC;
}
</style>
background-color css
<style>
a { background-color: #AC17DC; }
a { background-color: rgb(172,23,220); }
div.DivClassName
{
background-color: #AC17DC;
}
.BgClassName
{
background-color: #AC17DC;
}
</style>
border-color css
<style>
span { border-color: #AC17DC; }
span { border-color: rgb(172,23,220); }
td.TdClassName
{
border-color: #AC17DC;
}
.TagClassName
{
border-color: #AC17DC;
}
</style>