Shades of Dark Violet #AC18DD
Tints of Dark Violet #AC18DD
RGB
CMYK
RGB Variations
Color information
#AC18DD (or 0xAC18DD) is known color: Dark Violet. HEX triplet: AC, 18 and DD. RGB value is (172,24,221). Sum of RGB (Red+Green+Blue) = 172+24+221=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 24 (9.77% from 255 or 5.76% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC18DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC18DD is #53E722. Grayscale: #5A5A5A. Windows color (decimal): -5498659 or 14489772. OLE color: 14489772.
HSL color Cylindrical-coordinate representation of color #AC18DD: hue angle of 285.08º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC18DD is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 24 | 221 | - |
| CMYK | 0.22 | 0.89 | 0 | 0.13 |
| HSL | 285.08º | 0.8% | 0.48% | - |
| HSV(B) | 285.08º | 0.89% | 0.87% | - |
| XYZ | 30.39 | 14.64 | 69.63 | - |
| YUV | 90.71 | 201.53 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 24 | 221 | 0.22 | 0.89 | 0 | 0.13 | 285.08 | 0.8 | 0.48 |
| Hex | AC | 18 | DD | 16 | 59 | 0 | D | 11D | 50 | 30 |
| Octal | 254 | 30 | 335 | 26 | 131 | 0 | 15 | 435 | 120 | 60 |
| Binary | 10101100 | 11000 | 11011101 | 10110 | 1011001 | 0 | 1101 | 100011101 | 1010000 | 110000 |
Color Harmonies of #AC18DD
Complementary color
Monochromatic Colors of #AC18DD
Black with #AC18DD
Text Example
Text Example
White with #AC18DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC18DD; }
p { color: rgb(172,24,221); }
H1.HeaderClassName
{
color: #AC18DD;
}
.AnyTagClassName
{
color: #AC18DD;
}
</style>
background-color css
<style>
a { background-color: #AC18DD; }
a { background-color: rgb(172,24,221); }
div.DivClassName
{
background-color: #AC18DD;
}
.BgClassName
{
background-color: #AC18DD;
}
</style>
border-color css
<style>
span { border-color: #AC18DD; }
span { border-color: rgb(172,24,221); }
td.TdClassName
{
border-color: #AC18DD;
}
.TagClassName
{
border-color: #AC18DD;
}
</style>