Shades of Dark Violet #AC16CC
Tints of Dark Violet #AC16CC
RGB
CMYK
RGB Variations
Color information
#AC16CC (or 0xAC16CC) is known color: Dark Violet. HEX triplet: AC, 16 and CC. RGB value is (172,22,204). Sum of RGB (Red+Green+Blue) = 172+22+204=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 22 (8.98% from 255 or 5.53% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC16CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC16CC is #53E933. Grayscale: #575757. Windows color (decimal): -5499188 or 13375148. OLE color: 13375148.
HSL color Cylindrical-coordinate representation of color #AC16CC: hue angle of 289.45º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC16CC is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 22 | 204 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.2 |
| HSL | 289.45º | 0.81% | 0.44% | - |
| HSV(B) | 289.45º | 0.89% | 0.8% | - |
| XYZ | 28.2 | 13.7 | 58.29 | - |
| YUV | 87.6 | 193.7 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 22 | 204 | 0.16 | 0.89 | 0 | 0.2 | 289.45 | 0.81 | 0.44 |
| Hex | AC | 16 | CC | 10 | 59 | 0 | 14 | 121 | 51 | 2C |
| Octal | 254 | 26 | 314 | 20 | 131 | 0 | 24 | 441 | 121 | 54 |
| Binary | 10101100 | 10110 | 11001100 | 10000 | 1011001 | 0 | 10100 | 100100001 | 1010001 | 101100 |
Color Harmonies of #AC16CC
Complementary color
Monochromatic Colors of #AC16CC
Black with #AC16CC
Text Example
Text Example
White with #AC16CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC16CC; }
p { color: rgb(172,22,204); }
H1.HeaderClassName
{
color: #AC16CC;
}
.AnyTagClassName
{
color: #AC16CC;
}
</style>
background-color css
<style>
a { background-color: #AC16CC; }
a { background-color: rgb(172,22,204); }
div.DivClassName
{
background-color: #AC16CC;
}
.BgClassName
{
background-color: #AC16CC;
}
</style>
border-color css
<style>
span { border-color: #AC16CC; }
span { border-color: rgb(172,22,204); }
td.TdClassName
{
border-color: #AC16CC;
}
.TagClassName
{
border-color: #AC16CC;
}
</style>