Shades of Dark Violet #AC14C1
Tints of Dark Violet #AC14C1
RGB
CMYK
RGB Variations
Color information
#AC14C1 (or 0xAC14C1) is known color: Dark Violet. HEX triplet: AC, 14 and C1. RGB value is (172,20,193). Sum of RGB (Red+Green+Blue) = 172+20+193=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 20 (8.20% from 255 or 5.19% from 385); Blue value is 193 (75.78% from 255 or 50.13% from 385); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC14C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC14C1 is #53EB3E. Grayscale: #545454. Windows color (decimal): -5499711 or 12653740. OLE color: 12653740.
HSL color Cylindrical-coordinate representation of color #AC14C1: hue angle of 292.72º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC14C1 is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 20 | 193 | - |
| CMYK | 0.11 | 0.90 | 0 | 0.24 |
| HSL | 292.72º | 0.81% | 0.42% | - |
| HSV(B) | 292.72º | 0.9% | 0.76% | - |
| XYZ | 26.89 | 13.12 | 51.57 | - |
| YUV | 85.17 | 188.86 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 20 | 193 | 0.11 | 0.90 | 0 | 0.24 | 292.72 | 0.81 | 0.42 |
| Hex | AC | 14 | C1 | B | 5A | 0 | 18 | 125 | 51 | 2A |
| Octal | 254 | 24 | 301 | 13 | 132 | 0 | 30 | 445 | 121 | 52 |
| Binary | 10101100 | 10100 | 11000001 | 1011 | 1011010 | 0 | 11000 | 100100101 | 1010001 | 101010 |
Color Harmonies of #AC14C1
Complementary color
Monochromatic Colors of #AC14C1
Black with #AC14C1
Text Example
Text Example
White with #AC14C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC14C1; }
p { color: rgb(172,20,193); }
H1.HeaderClassName
{
color: #AC14C1;
}
.AnyTagClassName
{
color: #AC14C1;
}
</style>
background-color css
<style>
a { background-color: #AC14C1; }
a { background-color: rgb(172,20,193); }
div.DivClassName
{
background-color: #AC14C1;
}
.BgClassName
{
background-color: #AC14C1;
}
</style>
border-color css
<style>
span { border-color: #AC14C1; }
span { border-color: rgb(172,20,193); }
td.TdClassName
{
border-color: #AC14C1;
}
.TagClassName
{
border-color: #AC14C1;
}
</style>