Shades of Dark Violet #AC13D4
Tints of Dark Violet #AC13D4
RGB
CMYK
RGB Variations
Color information
#AC13D4 (or 0xAC13D4) is known color: Dark Violet. HEX triplet: AC, 13 and D4. RGB value is (172,19,212). Sum of RGB (Red+Green+Blue) = 172+19+212=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 19 (7.81% from 255 or 4.71% from 403); Blue value is 212 (83.20% from 255 or 52.61% from 403); Max value from RGB is 212 - color contains mainly: blue. Hex color #AC13D4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC13D4 is #53EC2B. Grayscale: #565656. Windows color (decimal): -5499948 or 13898668. OLE color: 13898668.
HSL color Cylindrical-coordinate representation of color #AC13D4: hue angle of 287.56º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC13D4 is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 19 | 212 | - |
| CMYK | 0.19 | 0.91 | 0 | 0.17 |
| HSL | 287.56º | 0.84% | 0.45% | - |
| HSV(B) | 287.56º | 0.91% | 0.83% | - |
| XYZ | 29.13 | 13.99 | 63.45 | - |
| YUV | 86.75 | 198.69 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 19 | 212 | 0.19 | 0.91 | 0 | 0.17 | 287.56 | 0.84 | 0.45 |
| Hex | AC | 13 | D4 | 13 | 5B | 0 | 11 | 120 | 54 | 2D |
| Octal | 254 | 23 | 324 | 23 | 133 | 0 | 21 | 440 | 124 | 55 |
| Binary | 10101100 | 10011 | 11010100 | 10011 | 1011011 | 0 | 10001 | 100100000 | 1010100 | 101101 |
Color Harmonies of #AC13D4
Complementary color
Monochromatic Colors of #AC13D4
Black with #AC13D4
Text Example
Text Example
White with #AC13D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC13D4; }
p { color: rgb(172,19,212); }
H1.HeaderClassName
{
color: #AC13D4;
}
.AnyTagClassName
{
color: #AC13D4;
}
</style>
background-color css
<style>
a { background-color: #AC13D4; }
a { background-color: rgb(172,19,212); }
div.DivClassName
{
background-color: #AC13D4;
}
.BgClassName
{
background-color: #AC13D4;
}
</style>
border-color css
<style>
span { border-color: #AC13D4; }
span { border-color: rgb(172,19,212); }
td.TdClassName
{
border-color: #AC13D4;
}
.TagClassName
{
border-color: #AC13D4;
}
</style>