Shades of Dark Violet #AC04D9
Tints of Dark Violet #AC04D9
RGB
CMYK
RGB Variations
Color information
#AC04D9 (or 0xAC04D9) is known color: Dark Violet. HEX triplet: AC, 04 and D9. RGB value is (172,4,217). Sum of RGB (Red+Green+Blue) = 172+4+217=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 4 (1.95% from 255 or 1.02% from 393); Blue value is 217 (85.16% from 255 or 55.22% from 393); Max value from RGB is 217 - color contains mainly: blue. Hex color #AC04D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC04D9 is #53FB26. Grayscale: #4D4D4D. Windows color (decimal): -5503783 or 14222508. OLE color: 14222508.
HSL color Cylindrical-coordinate representation of color #AC04D9: hue angle of 287.32º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC04D9 is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 4 | 217 | - |
| CMYK | 0.21 | 0.98 | 0 | 0.15 |
| HSL | 287.32º | 0.96% | 0.43% | - |
| HSV(B) | 287.32º | 0.98% | 0.85% | - |
| XYZ | 29.58 | 13.87 | 66.76 | - |
| YUV | 78.51 | 206.16 | 194.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 4 | 217 | 0.21 | 0.98 | 0 | 0.15 | 287.32 | 0.96 | 0.43 |
| Hex | AC | 4 | D9 | 15 | 62 | 0 | F | 11F | 60 | 2B |
| Octal | 254 | 4 | 331 | 25 | 142 | 0 | 17 | 437 | 140 | 53 |
| Binary | 10101100 | 100 | 11011001 | 10101 | 1100010 | 0 | 1111 | 100011111 | 1100000 | 101011 |
Color Harmonies of #AC04D9
Complementary color
Monochromatic Colors of #AC04D9
Black with #AC04D9
Text Example
Text Example
White with #AC04D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC04D9; }
p { color: rgb(172,4,217); }
H1.HeaderClassName
{
color: #AC04D9;
}
.AnyTagClassName
{
color: #AC04D9;
}
</style>
background-color css
<style>
a { background-color: #AC04D9; }
a { background-color: rgb(172,4,217); }
div.DivClassName
{
background-color: #AC04D9;
}
.BgClassName
{
background-color: #AC04D9;
}
</style>
border-color css
<style>
span { border-color: #AC04D9; }
span { border-color: rgb(172,4,217); }
td.TdClassName
{
border-color: #AC04D9;
}
.TagClassName
{
border-color: #AC04D9;
}
</style>