Shades of Dark Violet #AC0ADF
Tints of Dark Violet #AC0ADF
RGB
CMYK
RGB Variations
Color information
#AC0ADF (or 0xAC0ADF) is known color: Dark Violet. HEX triplet: AC, 0A and DF. RGB value is (172,10,223). Sum of RGB (Red+Green+Blue) = 172+10+223=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 10 (4.30% from 255 or 2.47% from 405); Blue value is 223 (87.5% from 255 or 55.06% from 405); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC0ADF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0ADF is #53F520. Grayscale: #525252. Windows color (decimal): -5502241 or 14617260. OLE color: 14617260.
HSL color Cylindrical-coordinate representation of color #AC0ADF: hue angle of 285.63º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AC0ADF is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 10 | 223 | - |
| CMYK | 0.23 | 0.96 | 0 | 0.13 |
| HSL | 285.63º | 0.91% | 0.46% | - |
| HSV(B) | 285.63º | 0.96% | 0.87% | - |
| XYZ | 30.44 | 14.32 | 70.97 | - |
| YUV | 82.72 | 207.17 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 10 | 223 | 0.23 | 0.96 | 0 | 0.13 | 285.63 | 0.91 | 0.46 |
| Hex | AC | A | DF | 17 | 60 | 0 | D | 11E | 5B | 2E |
| Octal | 254 | 12 | 337 | 27 | 140 | 0 | 15 | 436 | 133 | 56 |
| Binary | 10101100 | 1010 | 11011111 | 10111 | 1100000 | 0 | 1101 | 100011110 | 1011011 | 101110 |
Color Harmonies of #AC0ADF
Complementary color
Monochromatic Colors of #AC0ADF
Black with #AC0ADF
Text Example
Text Example
White with #AC0ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0ADF; }
p { color: rgb(172,10,223); }
H1.HeaderClassName
{
color: #AC0ADF;
}
.AnyTagClassName
{
color: #AC0ADF;
}
</style>
background-color css
<style>
a { background-color: #AC0ADF; }
a { background-color: rgb(172,10,223); }
div.DivClassName
{
background-color: #AC0ADF;
}
.BgClassName
{
background-color: #AC0ADF;
}
</style>
border-color css
<style>
span { border-color: #AC0ADF; }
span { border-color: rgb(172,10,223); }
td.TdClassName
{
border-color: #AC0ADF;
}
.TagClassName
{
border-color: #AC0ADF;
}
</style>