Shades of Dark Violet #AC14E4
Tints of Dark Violet #AC14E4
RGB
CMYK
RGB Variations
Color information
#AC14E4 (or 0xAC14E4) is known color: Dark Violet. HEX triplet: AC, 14 and E4. RGB value is (172,20,228). Sum of RGB (Red+Green+Blue) = 172+20+228=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 20 (8.20% from 255 or 4.76% from 420); Blue value is 228 (89.45% from 255 or 54.29% from 420); Max value from RGB is 228 - color contains mainly: blue. Hex color #AC14E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC14E4 is #53EB1B. Grayscale: #585858. Windows color (decimal): -5499676 or 14947500. OLE color: 14947500.
HSL color Cylindrical-coordinate representation of color #AC14E4: hue angle of 283.85º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC14E4 is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 20 | 228 | - |
| CMYK | 0.25 | 0.91 | 0 | 0.11 |
| HSL | 283.85º | 0.84% | 0.49% | - |
| HSV(B) | 283.85º | 0.91% | 0.89% | - |
| XYZ | 31.27 | 14.87 | 74.62 | - |
| YUV | 89.16 | 206.36 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 20 | 228 | 0.25 | 0.91 | 0 | 0.11 | 283.85 | 0.84 | 0.49 |
| Hex | AC | 14 | E4 | 19 | 5B | 0 | B | 11C | 54 | 31 |
| Octal | 254 | 24 | 344 | 31 | 133 | 0 | 13 | 434 | 124 | 61 |
| Binary | 10101100 | 10100 | 11100100 | 11001 | 1011011 | 0 | 1011 | 100011100 | 1010100 | 110001 |
Color Harmonies of #AC14E4
Complementary color
Monochromatic Colors of #AC14E4
Black with #AC14E4
Text Example
Text Example
White with #AC14E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC14E4; }
p { color: rgb(172,20,228); }
H1.HeaderClassName
{
color: #AC14E4;
}
.AnyTagClassName
{
color: #AC14E4;
}
</style>
background-color css
<style>
a { background-color: #AC14E4; }
a { background-color: rgb(172,20,228); }
div.DivClassName
{
background-color: #AC14E4;
}
.BgClassName
{
background-color: #AC14E4;
}
</style>
border-color css
<style>
span { border-color: #AC14E4; }
span { border-color: rgb(172,20,228); }
td.TdClassName
{
border-color: #AC14E4;
}
.TagClassName
{
border-color: #AC14E4;
}
</style>