Shades of Dark Violet #AC06DF
Tints of Dark Violet #AC06DF
RGB
CMYK
RGB Variations
Color information
#AC06DF (or 0xAC06DF) is known color: Dark Violet. HEX triplet: AC, 06 and DF. RGB value is (172,6,223). Sum of RGB (Red+Green+Blue) = 172+6+223=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 6 (2.73% from 255 or 1.50% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC06DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC06DF is #53F920. Grayscale: #4F4F4F. Windows color (decimal): -5503265 or 14616236. OLE color: 14616236.
HSL color Cylindrical-coordinate representation of color #AC06DF: hue angle of 285.9º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC06DF is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 6 | 223 | - |
| CMYK | 0.23 | 0.97 | 0 | 0.13 |
| HSL | 285.9º | 0.95% | 0.45% | - |
| HSV(B) | 285.9º | 0.97% | 0.87% | - |
| XYZ | 30.4 | 14.23 | 70.96 | - |
| YUV | 80.37 | 208.5 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 6 | 223 | 0.23 | 0.97 | 0 | 0.13 | 285.9 | 0.95 | 0.45 |
| Hex | AC | 6 | DF | 17 | 61 | 0 | D | 11E | 5F | 2D |
| Octal | 254 | 6 | 337 | 27 | 141 | 0 | 15 | 436 | 137 | 55 |
| Binary | 10101100 | 110 | 11011111 | 10111 | 1100001 | 0 | 1101 | 100011110 | 1011111 | 101101 |
Color Harmonies of #AC06DF
Complementary color
Monochromatic Colors of #AC06DF
Black with #AC06DF
Text Example
Text Example
White with #AC06DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC06DF; }
p { color: rgb(172,6,223); }
H1.HeaderClassName
{
color: #AC06DF;
}
.AnyTagClassName
{
color: #AC06DF;
}
</style>
background-color css
<style>
a { background-color: #AC06DF; }
a { background-color: rgb(172,6,223); }
div.DivClassName
{
background-color: #AC06DF;
}
.BgClassName
{
background-color: #AC06DF;
}
</style>
border-color css
<style>
span { border-color: #AC06DF; }
span { border-color: rgb(172,6,223); }
td.TdClassName
{
border-color: #AC06DF;
}
.TagClassName
{
border-color: #AC06DF;
}
</style>