Shades of Dark Violet #AC13CF
Tints of Dark Violet #AC13CF
RGB
CMYK
RGB Variations
Color information
#AC13CF (or 0xAC13CF) is known color: Dark Violet. HEX triplet: AC, 13 and CF. RGB value is (172,19,207). Sum of RGB (Red+Green+Blue) = 172+19+207=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 19 (7.81% from 255 or 4.77% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC13CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC13CF is #53EC30. Grayscale: #555555. Windows color (decimal): -5499953 or 13570988. OLE color: 13570988.
HSL color Cylindrical-coordinate representation of color #AC13CF: hue angle of 288.83º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC13CF is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 19 | 207 | - |
| CMYK | 0.17 | 0.91 | 0 | 0.19 |
| HSL | 288.83º | 0.83% | 0.44% | - |
| HSV(B) | 288.83º | 0.91% | 0.81% | - |
| XYZ | 28.51 | 13.74 | 60.18 | - |
| YUV | 86.18 | 196.19 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 19 | 207 | 0.17 | 0.91 | 0 | 0.19 | 288.83 | 0.83 | 0.44 |
| Hex | AC | 13 | CF | 11 | 5B | 0 | 13 | 121 | 53 | 2C |
| Octal | 254 | 23 | 317 | 21 | 133 | 0 | 23 | 441 | 123 | 54 |
| Binary | 10101100 | 10011 | 11001111 | 10001 | 1011011 | 0 | 10011 | 100100001 | 1010011 | 101100 |
Color Harmonies of #AC13CF
Complementary color
Monochromatic Colors of #AC13CF
Black with #AC13CF
Text Example
Text Example
White with #AC13CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC13CF; }
p { color: rgb(172,19,207); }
H1.HeaderClassName
{
color: #AC13CF;
}
.AnyTagClassName
{
color: #AC13CF;
}
</style>
background-color css
<style>
a { background-color: #AC13CF; }
a { background-color: rgb(172,19,207); }
div.DivClassName
{
background-color: #AC13CF;
}
.BgClassName
{
background-color: #AC13CF;
}
</style>
border-color css
<style>
span { border-color: #AC13CF; }
span { border-color: rgb(172,19,207); }
td.TdClassName
{
border-color: #AC13CF;
}
.TagClassName
{
border-color: #AC13CF;
}
</style>