Shades of Dark Violet #AC14E5
Tints of Dark Violet #AC14E5
RGB
CMYK
RGB Variations
Color information
#AC14E5 (or 0xAC14E5) is known color: Dark Violet. HEX triplet: AC, 14 and E5. RGB value is (172,20,229). Sum of RGB (Red+Green+Blue) = 172+20+229=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 20 (8.20% from 255 or 4.75% from 421); Blue value is 229 (89.84% from 255 or 54.39% from 421); Max value from RGB is 229 - color contains mainly: blue. Hex color #AC14E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC14E5 is #53EB1A. Grayscale: #585858. Windows color (decimal): -5499675 or 15013036. OLE color: 15013036.
HSL color Cylindrical-coordinate representation of color #AC14E5: hue angle of 283.64º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC14E5 is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 20 | 229 | - |
| CMYK | 0.25 | 0.91 | 0 | 0.10 |
| HSL | 283.64º | 0.84% | 0.49% | - |
| HSV(B) | 283.64º | 0.91% | 0.9% | - |
| XYZ | 31.41 | 14.93 | 75.35 | - |
| YUV | 89.27 | 206.86 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 20 | 229 | 0.25 | 0.91 | 0 | 0.10 | 283.64 | 0.84 | 0.49 |
| Hex | AC | 14 | E5 | 19 | 5B | 0 | A | 11C | 54 | 31 |
| Octal | 254 | 24 | 345 | 31 | 133 | 0 | 12 | 434 | 124 | 61 |
| Binary | 10101100 | 10100 | 11100101 | 11001 | 1011011 | 0 | 1010 | 100011100 | 1010100 | 110001 |
Color Harmonies of #AC14E5
Complementary color
Monochromatic Colors of #AC14E5
Black with #AC14E5
Text Example
Text Example
White with #AC14E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC14E5; }
p { color: rgb(172,20,229); }
H1.HeaderClassName
{
color: #AC14E5;
}
.AnyTagClassName
{
color: #AC14E5;
}
</style>
background-color css
<style>
a { background-color: #AC14E5; }
a { background-color: rgb(172,20,229); }
div.DivClassName
{
background-color: #AC14E5;
}
.BgClassName
{
background-color: #AC14E5;
}
</style>
border-color css
<style>
span { border-color: #AC14E5; }
span { border-color: rgb(172,20,229); }
td.TdClassName
{
border-color: #AC14E5;
}
.TagClassName
{
border-color: #AC14E5;
}
</style>