Shades of Dark Violet #AC16D9
Tints of Dark Violet #AC16D9
RGB
CMYK
RGB Variations
Color information
#AC16D9 (or 0xAC16D9) is known color: Dark Violet. HEX triplet: AC, 16 and D9. RGB value is (172,22,217). Sum of RGB (Red+Green+Blue) = 172+22+217=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 22 (8.98% from 255 or 5.35% from 411); Blue value is 217 (85.16% from 255 or 52.80% from 411); Max value from RGB is 217 - color contains mainly: blue. Hex color #AC16D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC16D9 is #53E926. Grayscale: #585858. Windows color (decimal): -5499175 or 14227116. OLE color: 14227116.
HSL color Cylindrical-coordinate representation of color #AC16D9: hue angle of 286.15º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC16D9 is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 22 | 217 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.15 |
| HSL | 286.15º | 0.82% | 0.47% | - |
| HSV(B) | 286.15º | 0.9% | 0.85% | - |
| XYZ | 29.82 | 14.35 | 66.84 | - |
| YUV | 89.08 | 200.2 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 22 | 217 | 0.21 | 0.90 | 0 | 0.15 | 286.15 | 0.82 | 0.47 |
| Hex | AC | 16 | D9 | 15 | 5A | 0 | F | 11E | 52 | 2F |
| Octal | 254 | 26 | 331 | 25 | 132 | 0 | 17 | 436 | 122 | 57 |
| Binary | 10101100 | 10110 | 11011001 | 10101 | 1011010 | 0 | 1111 | 100011110 | 1010010 | 101111 |
Color Harmonies of #AC16D9
Complementary color
Monochromatic Colors of #AC16D9
Black with #AC16D9
Text Example
Text Example
White with #AC16D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC16D9; }
p { color: rgb(172,22,217); }
H1.HeaderClassName
{
color: #AC16D9;
}
.AnyTagClassName
{
color: #AC16D9;
}
</style>
background-color css
<style>
a { background-color: #AC16D9; }
a { background-color: rgb(172,22,217); }
div.DivClassName
{
background-color: #AC16D9;
}
.BgClassName
{
background-color: #AC16D9;
}
</style>
border-color css
<style>
span { border-color: #AC16D9; }
span { border-color: rgb(172,22,217); }
td.TdClassName
{
border-color: #AC16D9;
}
.TagClassName
{
border-color: #AC16D9;
}
</style>