Shades of Dark Violet #AC17CF
Tints of Dark Violet #AC17CF
RGB
CMYK
RGB Variations
Color information
#AC17CF (or 0xAC17CF) is known color: Dark Violet. HEX triplet: AC, 17 and CF. RGB value is (172,23,207). Sum of RGB (Red+Green+Blue) = 172+23+207=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 23 (9.38% from 255 or 5.72% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC17CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC17CF is #53E830. Grayscale: #575757. Windows color (decimal): -5498929 or 13572012. OLE color: 13572012.
HSL color Cylindrical-coordinate representation of color #AC17CF: hue angle of 288.59º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC17CF is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 23 | 207 | - |
| CMYK | 0.17 | 0.89 | 0 | 0.19 |
| HSL | 288.59º | 0.8% | 0.45% | - |
| HSV(B) | 288.59º | 0.89% | 0.81% | - |
| XYZ | 28.58 | 13.89 | 60.21 | - |
| YUV | 88.53 | 194.86 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 23 | 207 | 0.17 | 0.89 | 0 | 0.19 | 288.59 | 0.8 | 0.45 |
| Hex | AC | 17 | CF | 11 | 59 | 0 | 13 | 121 | 50 | 2D |
| Octal | 254 | 27 | 317 | 21 | 131 | 0 | 23 | 441 | 120 | 55 |
| Binary | 10101100 | 10111 | 11001111 | 10001 | 1011001 | 0 | 10011 | 100100001 | 1010000 | 101101 |
Color Harmonies of #AC17CF
Complementary color
Monochromatic Colors of #AC17CF
Black with #AC17CF
Text Example
Text Example
White with #AC17CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC17CF; }
p { color: rgb(172,23,207); }
H1.HeaderClassName
{
color: #AC17CF;
}
.AnyTagClassName
{
color: #AC17CF;
}
</style>
background-color css
<style>
a { background-color: #AC17CF; }
a { background-color: rgb(172,23,207); }
div.DivClassName
{
background-color: #AC17CF;
}
.BgClassName
{
background-color: #AC17CF;
}
</style>
border-color css
<style>
span { border-color: #AC17CF; }
span { border-color: rgb(172,23,207); }
td.TdClassName
{
border-color: #AC17CF;
}
.TagClassName
{
border-color: #AC17CF;
}
</style>