Shades of Dark Violet #AC01CF
Tints of Dark Violet #AC01CF
RGB
CMYK
RGB Variations
Color information
#AC01CF (or 0xAC01CF) is known color: Dark Violet. HEX triplet: AC, 01 and CF. RGB value is (172,1,207). Sum of RGB (Red+Green+Blue) = 172+1+207=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 1 (0.78% from 255 or 0.26% from 380); Blue value is 207 (81.25% from 255 or 54.47% from 380); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC01CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC01CF is #53FE30. Grayscale: #4A4A4A. Windows color (decimal): -5504561 or 13566380. OLE color: 13566380.
HSL color Cylindrical-coordinate representation of color #AC01CF: hue angle of 289.81º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC01CF is Cyan = 0.17, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 1 | 207 | - |
| CMYK | 0.17 | 1.00 | 0 | 0.19 |
| HSL | 289.81º | 0.99% | 0.41% | - |
| HSV(B) | 289.81º | 1% | 0.81% | - |
| XYZ | 28.29 | 13.3 | 60.11 | - |
| YUV | 75.61 | 202.15 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 1 | 207 | 0.17 | 1.00 | 0 | 0.19 | 289.81 | 0.99 | 0.41 |
| Hex | AC | 1 | CF | 11 | 64 | 0 | 13 | 122 | 63 | 29 |
| Octal | 254 | 1 | 317 | 21 | 144 | 0 | 23 | 442 | 143 | 51 |
| Binary | 10101100 | 1 | 11001111 | 10001 | 1100100 | 0 | 10011 | 100100010 | 1100011 | 101001 |
Color Harmonies of #AC01CF
Complementary color
Monochromatic Colors of #AC01CF
Black with #AC01CF
Text Example
Text Example
White with #AC01CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC01CF; }
p { color: rgb(172,1,207); }
H1.HeaderClassName
{
color: #AC01CF;
}
.AnyTagClassName
{
color: #AC01CF;
}
</style>
background-color css
<style>
a { background-color: #AC01CF; }
a { background-color: rgb(172,1,207); }
div.DivClassName
{
background-color: #AC01CF;
}
.BgClassName
{
background-color: #AC01CF;
}
</style>
border-color css
<style>
span { border-color: #AC01CF; }
span { border-color: rgb(172,1,207); }
td.TdClassName
{
border-color: #AC01CF;
}
.TagClassName
{
border-color: #AC01CF;
}
</style>