Shades of Dark Violet #AC14D4
Tints of Dark Violet #AC14D4
RGB
CMYK
RGB Variations
Color information
#AC14D4 (or 0xAC14D4) is known color: Dark Violet. HEX triplet: AC, 14 and D4. RGB value is (172,20,212). Sum of RGB (Red+Green+Blue) = 172+20+212=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 20 (8.20% from 255 or 4.95% from 404); Blue value is 212 (83.20% from 255 or 52.48% from 404); Max value from RGB is 212 - color contains mainly: blue. Hex color #AC14D4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC14D4 is #53EB2B. Grayscale: #565656. Windows color (decimal): -5499692 or 13898924. OLE color: 13898924.
HSL color Cylindrical-coordinate representation of color #AC14D4: hue angle of 287.5º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC14D4 is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 20 | 212 | - |
| CMYK | 0.19 | 0.91 | 0 | 0.17 |
| HSL | 287.5º | 0.83% | 0.45% | - |
| HSV(B) | 287.5º | 0.91% | 0.83% | - |
| XYZ | 29.15 | 14.02 | 63.46 | - |
| YUV | 87.34 | 198.36 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 20 | 212 | 0.19 | 0.91 | 0 | 0.17 | 287.5 | 0.83 | 0.45 |
| Hex | AC | 14 | D4 | 13 | 5B | 0 | 11 | 120 | 53 | 2D |
| Octal | 254 | 24 | 324 | 23 | 133 | 0 | 21 | 440 | 123 | 55 |
| Binary | 10101100 | 10100 | 11010100 | 10011 | 1011011 | 0 | 10001 | 100100000 | 1010011 | 101101 |
Color Harmonies of #AC14D4
Complementary color
Monochromatic Colors of #AC14D4
Black with #AC14D4
Text Example
Text Example
White with #AC14D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC14D4; }
p { color: rgb(172,20,212); }
H1.HeaderClassName
{
color: #AC14D4;
}
.AnyTagClassName
{
color: #AC14D4;
}
</style>
background-color css
<style>
a { background-color: #AC14D4; }
a { background-color: rgb(172,20,212); }
div.DivClassName
{
background-color: #AC14D4;
}
.BgClassName
{
background-color: #AC14D4;
}
</style>
border-color css
<style>
span { border-color: #AC14D4; }
span { border-color: rgb(172,20,212); }
td.TdClassName
{
border-color: #AC14D4;
}
.TagClassName
{
border-color: #AC14D4;
}
</style>