Shades of Dark Violet #AC14D0
Tints of Dark Violet #AC14D0
RGB
CMYK
RGB Variations
Color information
#AC14D0 (or 0xAC14D0) is known color: Dark Violet. HEX triplet: AC, 14 and D0. RGB value is (172,20,208). Sum of RGB (Red+Green+Blue) = 172+20+208=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 20 (8.20% from 255 or 5% from 400); Blue value is 208 (81.64% from 255 or 52% from 400); Max value from RGB is 208 - color contains mainly: blue. Hex color #AC14D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC14D0 is #53EB2F. Grayscale: #565656. Windows color (decimal): -5499696 or 13636780. OLE color: 13636780.
HSL color Cylindrical-coordinate representation of color #AC14D0: hue angle of 288.51º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC14D0 is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 20 | 208 | - |
| CMYK | 0.17 | 0.90 | 0 | 0.18 |
| HSL | 288.51º | 0.82% | 0.45% | - |
| HSV(B) | 288.51º | 0.9% | 0.82% | - |
| XYZ | 28.65 | 13.83 | 60.83 | - |
| YUV | 86.88 | 196.36 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 20 | 208 | 0.17 | 0.90 | 0 | 0.18 | 288.51 | 0.82 | 0.45 |
| Hex | AC | 14 | D0 | 11 | 5A | 0 | 12 | 121 | 52 | 2D |
| Octal | 254 | 24 | 320 | 21 | 132 | 0 | 22 | 441 | 122 | 55 |
| Binary | 10101100 | 10100 | 11010000 | 10001 | 1011010 | 0 | 10010 | 100100001 | 1010010 | 101101 |
Color Harmonies of #AC14D0
Complementary color
Monochromatic Colors of #AC14D0
Black with #AC14D0
Text Example
Text Example
White with #AC14D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC14D0; }
p { color: rgb(172,20,208); }
H1.HeaderClassName
{
color: #AC14D0;
}
.AnyTagClassName
{
color: #AC14D0;
}
</style>
background-color css
<style>
a { background-color: #AC14D0; }
a { background-color: rgb(172,20,208); }
div.DivClassName
{
background-color: #AC14D0;
}
.BgClassName
{
background-color: #AC14D0;
}
</style>
border-color css
<style>
span { border-color: #AC14D0; }
span { border-color: rgb(172,20,208); }
td.TdClassName
{
border-color: #AC14D0;
}
.TagClassName
{
border-color: #AC14D0;
}
</style>