Shades of Dark Violet #AC00DF
Tints of Dark Violet #AC00DF
RGB
CMYK
RGB Variations
Color information
#AC00DF (or 0xAC00DF) is known color: Dark Violet. HEX triplet: AC, 00 and DF. RGB value is (172,0,223). Sum of RGB (Red+Green+Blue) = 172+0+223=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 0 (0.39% from 255 or 0% from 395); Blue value is 223 (87.5% from 255 or 56.46% from 395); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC00DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC00DF is #53FF20. Grayscale: #4C4C4C. Windows color (decimal): -5504801 or 14614700. OLE color: 14614700.
HSL color Cylindrical-coordinate representation of color #AC00DF: hue angle of 286.28º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC00DF is Cyan = 0.23, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 0 | 223 | - |
| CMYK | 0.23 | 1 | 0 | 0.13 |
| HSL | 286.28º | 1% | 0.44% | - |
| HSV(B) | 286.28º | 1% | 0.87% | - |
| XYZ | 30.33 | 14.1 | 70.93 | - |
| YUV | 76.85 | 210.48 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 223 | 0.23 | 1 | 0 | 0.13 | 286.28 | 1 | 0.44 |
| Hex | AC | 0 | DF | 17 | 64 | 0 | D | 11E | 64 | 2C |
| Octal | 254 | 0 | 337 | 27 | 144 | 0 | 15 | 436 | 144 | 54 |
| Binary | 10101100 | 0 | 11011111 | 10111 | 1100100 | 0 | 1101 | 100011110 | 1100100 | 101100 |
Color Harmonies of #AC00DF
Complementary color
Monochromatic Colors of #AC00DF
Black with #AC00DF
Text Example
Text Example
White with #AC00DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC00DF; }
p { color: rgb(172,0,223); }
H1.HeaderClassName
{
color: #AC00DF;
}
.AnyTagClassName
{
color: #AC00DF;
}
</style>
background-color css
<style>
a { background-color: #AC00DF; }
a { background-color: rgb(172,0,223); }
div.DivClassName
{
background-color: #AC00DF;
}
.BgClassName
{
background-color: #AC00DF;
}
</style>
border-color css
<style>
span { border-color: #AC00DF; }
span { border-color: rgb(172,0,223); }
td.TdClassName
{
border-color: #AC00DF;
}
.TagClassName
{
border-color: #AC00DF;
}
</style>