Shades of Dark Violet #AC04DF
Tints of Dark Violet #AC04DF
RGB
CMYK
RGB Variations
Color information
#AC04DF (or 0xAC04DF) is known color: Dark Violet. HEX triplet: AC, 04 and DF. RGB value is (172,4,223). Sum of RGB (Red+Green+Blue) = 172+4+223=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 4 (1.95% from 255 or 1.00% from 399); Blue value is 223 (87.5% from 255 or 55.89% from 399); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC04DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC04DF is #53FB20. Grayscale: #4E4E4E. Windows color (decimal): -5503777 or 14615724. OLE color: 14615724.
HSL color Cylindrical-coordinate representation of color #AC04DF: hue angle of 286.03º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC04DF is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 4 | 223 | - |
| CMYK | 0.23 | 0.98 | 0 | 0.13 |
| HSL | 286.03º | 0.96% | 0.45% | - |
| HSV(B) | 286.03º | 0.98% | 0.87% | - |
| XYZ | 30.38 | 14.19 | 70.95 | - |
| YUV | 79.2 | 209.16 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 4 | 223 | 0.23 | 0.98 | 0 | 0.13 | 286.03 | 0.96 | 0.45 |
| Hex | AC | 4 | DF | 17 | 62 | 0 | D | 11E | 60 | 2D |
| Octal | 254 | 4 | 337 | 27 | 142 | 0 | 15 | 436 | 140 | 55 |
| Binary | 10101100 | 100 | 11011111 | 10111 | 1100010 | 0 | 1101 | 100011110 | 1100000 | 101101 |
Color Harmonies of #AC04DF
Complementary color
Monochromatic Colors of #AC04DF
Black with #AC04DF
Text Example
Text Example
White with #AC04DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC04DF; }
p { color: rgb(172,4,223); }
H1.HeaderClassName
{
color: #AC04DF;
}
.AnyTagClassName
{
color: #AC04DF;
}
</style>
background-color css
<style>
a { background-color: #AC04DF; }
a { background-color: rgb(172,4,223); }
div.DivClassName
{
background-color: #AC04DF;
}
.BgClassName
{
background-color: #AC04DF;
}
</style>
border-color css
<style>
span { border-color: #AC04DF; }
span { border-color: rgb(172,4,223); }
td.TdClassName
{
border-color: #AC04DF;
}
.TagClassName
{
border-color: #AC04DF;
}
</style>