Shades of Dark Violet #AC15DD
Tints of Dark Violet #AC15DD
RGB
CMYK
RGB Variations
Color information
#AC15DD (or 0xAC15DD) is known color: Dark Violet. HEX triplet: AC, 15 and DD. RGB value is (172,21,221). Sum of RGB (Red+Green+Blue) = 172+21+221=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 21 (8.59% from 255 or 5.07% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC15DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC15DD is #53EA22. Grayscale: #585858. Windows color (decimal): -5499427 or 14489004. OLE color: 14489004.
HSL color Cylindrical-coordinate representation of color #AC15DD: hue angle of 285.3º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC15DD is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 21 | 221 | - |
| CMYK | 0.22 | 0.90 | 0 | 0.13 |
| HSL | 285.3º | 0.83% | 0.47% | - |
| HSV(B) | 285.3º | 0.9% | 0.87% | - |
| XYZ | 30.33 | 14.53 | 69.61 | - |
| YUV | 88.95 | 202.53 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 21 | 221 | 0.22 | 0.90 | 0 | 0.13 | 285.3 | 0.83 | 0.47 |
| Hex | AC | 15 | DD | 16 | 5A | 0 | D | 11D | 53 | 2F |
| Octal | 254 | 25 | 335 | 26 | 132 | 0 | 15 | 435 | 123 | 57 |
| Binary | 10101100 | 10101 | 11011101 | 10110 | 1011010 | 0 | 1101 | 100011101 | 1010011 | 101111 |
Color Harmonies of #AC15DD
Complementary color
Monochromatic Colors of #AC15DD
Black with #AC15DD
Text Example
Text Example
White with #AC15DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC15DD; }
p { color: rgb(172,21,221); }
H1.HeaderClassName
{
color: #AC15DD;
}
.AnyTagClassName
{
color: #AC15DD;
}
</style>
background-color css
<style>
a { background-color: #AC15DD; }
a { background-color: rgb(172,21,221); }
div.DivClassName
{
background-color: #AC15DD;
}
.BgClassName
{
background-color: #AC15DD;
}
</style>
border-color css
<style>
span { border-color: #AC15DD; }
span { border-color: rgb(172,21,221); }
td.TdClassName
{
border-color: #AC15DD;
}
.TagClassName
{
border-color: #AC15DD;
}
</style>