Shades of Dark Violet #AC18DC
Tints of Dark Violet #AC18DC
RGB
CMYK
RGB Variations
Color information
#AC18DC (or 0xAC18DC) is known color: Dark Violet. HEX triplet: AC, 18 and DC. RGB value is (172,24,220). Sum of RGB (Red+Green+Blue) = 172+24+220=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 24 (9.77% from 255 or 5.77% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC18DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC18DC is #53E723. Grayscale: #595959. Windows color (decimal): -5498660 or 14424236. OLE color: 14424236.
HSL color Cylindrical-coordinate representation of color #AC18DC: hue angle of 285.31º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC18DC is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 24 | 220 | - |
| CMYK | 0.22 | 0.89 | 0 | 0.14 |
| HSL | 285.31º | 0.8% | 0.48% | - |
| HSV(B) | 285.31º | 0.89% | 0.86% | - |
| XYZ | 30.26 | 14.59 | 68.93 | - |
| YUV | 90.6 | 201.03 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 24 | 220 | 0.22 | 0.89 | 0 | 0.14 | 285.31 | 0.8 | 0.48 |
| Hex | AC | 18 | DC | 16 | 59 | 0 | E | 11D | 50 | 30 |
| Octal | 254 | 30 | 334 | 26 | 131 | 0 | 16 | 435 | 120 | 60 |
| Binary | 10101100 | 11000 | 11011100 | 10110 | 1011001 | 0 | 1110 | 100011101 | 1010000 | 110000 |
Color Harmonies of #AC18DC
Complementary color
Monochromatic Colors of #AC18DC
Black with #AC18DC
Text Example
Text Example
White with #AC18DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC18DC; }
p { color: rgb(172,24,220); }
H1.HeaderClassName
{
color: #AC18DC;
}
.AnyTagClassName
{
color: #AC18DC;
}
</style>
background-color css
<style>
a { background-color: #AC18DC; }
a { background-color: rgb(172,24,220); }
div.DivClassName
{
background-color: #AC18DC;
}
.BgClassName
{
background-color: #AC18DC;
}
</style>
border-color css
<style>
span { border-color: #AC18DC; }
span { border-color: rgb(172,24,220); }
td.TdClassName
{
border-color: #AC18DC;
}
.TagClassName
{
border-color: #AC18DC;
}
</style>