Shades of Dark Violet #AC14E6
Tints of Dark Violet #AC14E6
RGB
CMYK
RGB Variations
Color information
#AC14E6 (or 0xAC14E6) is known color: Dark Violet. HEX triplet: AC, 14 and E6. RGB value is (172,20,230). Sum of RGB (Red+Green+Blue) = 172+20+230=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 20 (8.20% from 255 or 4.74% from 422); Blue value is 230 (90.23% from 255 or 54.50% from 422); Max value from RGB is 230 - color contains mainly: blue. Hex color #AC14E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC14E6 is #53EB19. Grayscale: #585858. Windows color (decimal): -5499674 or 15078572. OLE color: 15078572.
HSL color Cylindrical-coordinate representation of color #AC14E6: hue angle of 283.43º 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 #AC14E6 is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 20 | 230 | - |
| CMYK | 0.25 | 0.91 | 0 | 0.10 |
| HSL | 283.43º | 0.84% | 0.49% | - |
| HSV(B) | 283.43º | 0.91% | 0.9% | - |
| XYZ | 31.55 | 14.98 | 76.09 | - |
| YUV | 89.39 | 207.36 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 20 | 230 | 0.25 | 0.91 | 0 | 0.10 | 283.43 | 0.84 | 0.49 |
| Hex | AC | 14 | E6 | 19 | 5B | 0 | A | 11B | 54 | 31 |
| Octal | 254 | 24 | 346 | 31 | 133 | 0 | 12 | 433 | 124 | 61 |
| Binary | 10101100 | 10100 | 11100110 | 11001 | 1011011 | 0 | 1010 | 100011011 | 1010100 | 110001 |
Color Harmonies of #AC14E6
Complementary color
Monochromatic Colors of #AC14E6
Black with #AC14E6
Text Example
Text Example
White with #AC14E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC14E6; }
p { color: rgb(172,20,230); }
H1.HeaderClassName
{
color: #AC14E6;
}
.AnyTagClassName
{
color: #AC14E6;
}
</style>
background-color css
<style>
a { background-color: #AC14E6; }
a { background-color: rgb(172,20,230); }
div.DivClassName
{
background-color: #AC14E6;
}
.BgClassName
{
background-color: #AC14E6;
}
</style>
border-color css
<style>
span { border-color: #AC14E6; }
span { border-color: rgb(172,20,230); }
td.TdClassName
{
border-color: #AC14E6;
}
.TagClassName
{
border-color: #AC14E6;
}
</style>