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