Shades of Dark Violet #AC14C7
Tints of Dark Violet #AC14C7
RGB
CMYK
RGB Variations
Color information
#AC14C7 (or 0xAC14C7) is known color: Dark Violet. HEX triplet: AC, 14 and C7. RGB value is (172,20,199). Sum of RGB (Red+Green+Blue) = 172+20+199=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 20 (8.20% from 255 or 5.12% from 391); Blue value is 199 (78.12% from 255 or 50.90% from 391); Max value from RGB is 199 - color contains mainly: blue. Hex color #AC14C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC14C7 is #53EB38. Grayscale: #555555. Windows color (decimal): -5499705 or 13046956. OLE color: 13046956.
HSL color Cylindrical-coordinate representation of color #AC14C7: hue angle of 290.95º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC14C7 is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 172 | 20 | 199 | - |
CMYK | 0.14 | 0.90 | 0 | 0.22 |
HSL | 290.95º | 0.82% | 0.43% | - |
HSV(B) | 290.95º | 0.9% | 0.78% | - |
XYZ | 27.57 | 13.39 | 55.17 | - |
YUV | 85.85 | 191.86 | 189.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 20 | 199 | 0.14 | 0.90 | 0 | 0.22 | 290.95 | 0.82 | 0.43 |
Hex | AC | 14 | C7 | E | 5A | 0 | 16 | 123 | 52 | 2B |
Octal | 254 | 24 | 307 | 16 | 132 | 0 | 26 | 443 | 122 | 53 |
Binary | 10101100 | 10100 | 11000111 | 1110 | 1011010 | 0 | 10110 | 100100011 | 1010010 | 101011 |
Color Harmonies of #AC14C7
Complementary color
Monochromatic Colors of #AC14C7
Black with #AC14C7
Text Example
Text Example
White with #AC14C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC14C7; }
p { color: rgb(172,20,199); }
H1.HeaderClassName
{
color: #AC14C7;
}
.AnyTagClassName
{
color: #AC14C7;
}
</style>
background-color css
<style>
a { background-color: #AC14C7; }
a { background-color: rgb(172,20,199); }
div.DivClassName
{
background-color: #AC14C7;
}
.BgClassName
{
background-color: #AC14C7;
}
</style>
border-color css
<style>
span { border-color: #AC14C7; }
span { border-color: rgb(172,20,199); }
td.TdClassName
{
border-color: #AC14C7;
}
.TagClassName
{
border-color: #AC14C7;
}
</style>