Shades of Dark Violet #AC06CF
Tints of Dark Violet #AC06CF
RGB
CMYK
RGB Variations
Color information
#AC06CF (or 0xAC06CF) is known color: Dark Violet. HEX triplet: AC, 06 and CF. RGB value is (172,6,207). Sum of RGB (Red+Green+Blue) = 172+6+207=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 6 (2.73% from 255 or 1.56% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC06CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC06CF is #53F930. Grayscale: #4D4D4D. Windows color (decimal): -5503281 or 13567660. OLE color: 13567660.
HSL color Cylindrical-coordinate representation of color #AC06CF: hue angle of 289.55º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC06CF is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 6 | 207 | - |
| CMYK | 0.17 | 0.97 | 0 | 0.19 |
| HSL | 289.55º | 0.94% | 0.42% | - |
| HSV(B) | 289.55º | 0.97% | 0.81% | - |
| XYZ | 28.34 | 13.41 | 60.13 | - |
| YUV | 78.55 | 200.5 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 6 | 207 | 0.17 | 0.97 | 0 | 0.19 | 289.55 | 0.94 | 0.42 |
| Hex | AC | 6 | CF | 11 | 61 | 0 | 13 | 122 | 5E | 2A |
| Octal | 254 | 6 | 317 | 21 | 141 | 0 | 23 | 442 | 136 | 52 |
| Binary | 10101100 | 110 | 11001111 | 10001 | 1100001 | 0 | 10011 | 100100010 | 1011110 | 101010 |
Color Harmonies of #AC06CF
Complementary color
Monochromatic Colors of #AC06CF
Black with #AC06CF
Text Example
Text Example
White with #AC06CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC06CF; }
p { color: rgb(172,6,207); }
H1.HeaderClassName
{
color: #AC06CF;
}
.AnyTagClassName
{
color: #AC06CF;
}
</style>
background-color css
<style>
a { background-color: #AC06CF; }
a { background-color: rgb(172,6,207); }
div.DivClassName
{
background-color: #AC06CF;
}
.BgClassName
{
background-color: #AC06CF;
}
</style>
border-color css
<style>
span { border-color: #AC06CF; }
span { border-color: rgb(172,6,207); }
td.TdClassName
{
border-color: #AC06CF;
}
.TagClassName
{
border-color: #AC06CF;
}
</style>