Shades of Dark Violet #AC04D4
Tints of Dark Violet #AC04D4
RGB
CMYK
RGB Variations
Color information
#AC04D4 (or 0xAC04D4) is known color: Dark Violet. HEX triplet: AC, 04 and D4. RGB value is (172,4,212). Sum of RGB (Red+Green+Blue) = 172+4+212=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 4 (1.95% from 255 or 1.03% from 388); Blue value is 212 (83.20% from 255 or 54.64% from 388); Max value from RGB is 212 - color contains mainly: blue. Hex color #AC04D4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC04D4 is #53FB2B. Grayscale: #4D4D4D. Windows color (decimal): -5503788 or 13894828. OLE color: 13894828.
HSL color Cylindrical-coordinate representation of color #AC04D4: hue angle of 288.46º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC04D4 is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 4 | 212 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.17 |
| HSL | 288.46º | 0.96% | 0.42% | - |
| HSV(B) | 288.46º | 0.98% | 0.83% | - |
| XYZ | 28.94 | 13.61 | 63.39 | - |
| YUV | 77.94 | 203.66 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 4 | 212 | 0.19 | 0.98 | 0 | 0.17 | 288.46 | 0.96 | 0.42 |
| Hex | AC | 4 | D4 | 13 | 62 | 0 | 11 | 120 | 60 | 2A |
| Octal | 254 | 4 | 324 | 23 | 142 | 0 | 21 | 440 | 140 | 52 |
| Binary | 10101100 | 100 | 11010100 | 10011 | 1100010 | 0 | 10001 | 100100000 | 1100000 | 101010 |
Color Harmonies of #AC04D4
Complementary color
Monochromatic Colors of #AC04D4
Black with #AC04D4
Text Example
Text Example
White with #AC04D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC04D4; }
p { color: rgb(172,4,212); }
H1.HeaderClassName
{
color: #AC04D4;
}
.AnyTagClassName
{
color: #AC04D4;
}
</style>
background-color css
<style>
a { background-color: #AC04D4; }
a { background-color: rgb(172,4,212); }
div.DivClassName
{
background-color: #AC04D4;
}
.BgClassName
{
background-color: #AC04D4;
}
</style>
border-color css
<style>
span { border-color: #AC04D4; }
span { border-color: rgb(172,4,212); }
td.TdClassName
{
border-color: #AC04D4;
}
.TagClassName
{
border-color: #AC04D4;
}
</style>