Shades of Dark Violet #AC00D9
Tints of Dark Violet #AC00D9
RGB
CMYK
RGB Variations
Color information
#AC00D9 (or 0xAC00D9) is known color: Dark Violet. HEX triplet: AC, 00 and D9. RGB value is (172,0,217). Sum of RGB (Red+Green+Blue) = 172+0+217=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 0 (0.39% from 255 or 0% from 389); Blue value is 217 (85.16% from 255 or 55.78% from 389); Max value from RGB is 217 - color contains mainly: blue. Hex color #AC00D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC00D9 is #53FF26. Grayscale: #4B4B4B. Windows color (decimal): -5504807 or 14221484. OLE color: 14221484.
HSL color Cylindrical-coordinate representation of color #AC00D9: hue angle of 287.56º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC00D9 is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 0 | 217 | - |
| CMYK | 0.21 | 1 | 0 | 0.15 |
| HSL | 287.56º | 1% | 0.43% | - |
| HSV(B) | 287.56º | 1% | 0.85% | - |
| XYZ | 29.54 | 13.78 | 66.75 | - |
| YUV | 76.17 | 207.48 | 196.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 217 | 0.21 | 1 | 0 | 0.15 | 287.56 | 1 | 0.43 |
| Hex | AC | 0 | D9 | 15 | 64 | 0 | F | 120 | 64 | 2B |
| Octal | 254 | 0 | 331 | 25 | 144 | 0 | 17 | 440 | 144 | 53 |
| Binary | 10101100 | 0 | 11011001 | 10101 | 1100100 | 0 | 1111 | 100100000 | 1100100 | 101011 |
Color Harmonies of #AC00D9
Complementary color
Monochromatic Colors of #AC00D9
Black with #AC00D9
Text Example
Text Example
White with #AC00D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC00D9; }
p { color: rgb(172,0,217); }
H1.HeaderClassName
{
color: #AC00D9;
}
.AnyTagClassName
{
color: #AC00D9;
}
</style>
background-color css
<style>
a { background-color: #AC00D9; }
a { background-color: rgb(172,0,217); }
div.DivClassName
{
background-color: #AC00D9;
}
.BgClassName
{
background-color: #AC00D9;
}
</style>
border-color css
<style>
span { border-color: #AC00D9; }
span { border-color: rgb(172,0,217); }
td.TdClassName
{
border-color: #AC00D9;
}
.TagClassName
{
border-color: #AC00D9;
}
</style>