Shades of Dark Violet #AC16C7
Tints of Dark Violet #AC16C7
RGB
CMYK
RGB Variations
Color information
#AC16C7 (or 0xAC16C7) is known color: Dark Violet. HEX triplet: AC, 16 and C7. RGB value is (172,22,199). Sum of RGB (Red+Green+Blue) = 172+22+199=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 22 (8.98% from 255 or 5.60% from 393); Blue value is 199 (78.12% from 255 or 50.64% from 393); Max value from RGB is 199 - color contains mainly: blue. Hex color #AC16C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC16C7 is #53E938. Grayscale: #565656. Windows color (decimal): -5499193 or 13047468. OLE color: 13047468.
HSL color Cylindrical-coordinate representation of color #AC16C7: hue angle of 290.85º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC16C7 is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 22 | 199 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.22 |
| HSL | 290.85º | 0.8% | 0.43% | - |
| HSV(B) | 290.85º | 0.89% | 0.78% | - |
| XYZ | 27.61 | 13.47 | 55.18 | - |
| YUV | 87.03 | 191.2 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 22 | 199 | 0.14 | 0.89 | 0 | 0.22 | 290.85 | 0.8 | 0.43 |
| Hex | AC | 16 | C7 | E | 59 | 0 | 16 | 123 | 50 | 2B |
| Octal | 254 | 26 | 307 | 16 | 131 | 0 | 26 | 443 | 120 | 53 |
| Binary | 10101100 | 10110 | 11000111 | 1110 | 1011001 | 0 | 10110 | 100100011 | 1010000 | 101011 |
Color Harmonies of #AC16C7
Complementary color
Monochromatic Colors of #AC16C7
Black with #AC16C7
Text Example
Text Example
White with #AC16C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC16C7; }
p { color: rgb(172,22,199); }
H1.HeaderClassName
{
color: #AC16C7;
}
.AnyTagClassName
{
color: #AC16C7;
}
</style>
background-color css
<style>
a { background-color: #AC16C7; }
a { background-color: rgb(172,22,199); }
div.DivClassName
{
background-color: #AC16C7;
}
.BgClassName
{
background-color: #AC16C7;
}
</style>
border-color css
<style>
span { border-color: #AC16C7; }
span { border-color: rgb(172,22,199); }
td.TdClassName
{
border-color: #AC16C7;
}
.TagClassName
{
border-color: #AC16C7;
}
</style>