Shades of Dark Violet #AC14DD
Tints of Dark Violet #AC14DD
RGB
CMYK
RGB Variations
Color information
#AC14DD (or 0xAC14DD) is known color: Dark Violet. HEX triplet: AC, 14 and DD. RGB value is (172,20,221). Sum of RGB (Red+Green+Blue) = 172+20+221=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 20 (8.20% from 255 or 4.84% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC14DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC14DD is #53EB22. Grayscale: #575757. Windows color (decimal): -5499683 or 14488748. OLE color: 14488748.
HSL color Cylindrical-coordinate representation of color #AC14DD: hue angle of 285.37º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC14DD is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 20 | 221 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.13 |
| HSL | 285.37º | 0.83% | 0.47% | - |
| HSV(B) | 285.37º | 0.91% | 0.87% | - |
| XYZ | 30.31 | 14.49 | 69.61 | - |
| YUV | 88.36 | 202.86 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 20 | 221 | 0.22 | 0.91 | 0 | 0.13 | 285.37 | 0.83 | 0.47 |
| Hex | AC | 14 | DD | 16 | 5B | 0 | D | 11D | 53 | 2F |
| Octal | 254 | 24 | 335 | 26 | 133 | 0 | 15 | 435 | 123 | 57 |
| Binary | 10101100 | 10100 | 11011101 | 10110 | 1011011 | 0 | 1101 | 100011101 | 1010011 | 101111 |
Color Harmonies of #AC14DD
Complementary color
Monochromatic Colors of #AC14DD
Black with #AC14DD
Text Example
Text Example
White with #AC14DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC14DD; }
p { color: rgb(172,20,221); }
H1.HeaderClassName
{
color: #AC14DD;
}
.AnyTagClassName
{
color: #AC14DD;
}
</style>
background-color css
<style>
a { background-color: #AC14DD; }
a { background-color: rgb(172,20,221); }
div.DivClassName
{
background-color: #AC14DD;
}
.BgClassName
{
background-color: #AC14DD;
}
</style>
border-color css
<style>
span { border-color: #AC14DD; }
span { border-color: rgb(172,20,221); }
td.TdClassName
{
border-color: #AC14DD;
}
.TagClassName
{
border-color: #AC14DD;
}
</style>