Shades of Dark Violet #AC0CDD
Tints of Dark Violet #AC0CDD
RGB
CMYK
RGB Variations
Color information
#AC0CDD (or 0xAC0CDD) is known color: Dark Violet. HEX triplet: AC, 0C and DD. RGB value is (172,12,221). Sum of RGB (Red+Green+Blue) = 172+12+221=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 12 (5.08% from 255 or 2.96% from 405); Blue value is 221 (86.72% from 255 or 54.57% from 405); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC0CDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0CDD is #53F322. Grayscale: #525252. Windows color (decimal): -5501731 or 14486700. OLE color: 14486700.
HSL color Cylindrical-coordinate representation of color #AC0CDD: hue angle of 285.93º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC0CDD is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 12 | 221 | - |
| CMYK | 0.22 | 0.95 | 0 | 0.13 |
| HSL | 285.93º | 0.9% | 0.46% | - |
| HSV(B) | 285.93º | 0.95% | 0.87% | - |
| XYZ | 30.2 | 14.25 | 69.57 | - |
| YUV | 83.67 | 205.51 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 12 | 221 | 0.22 | 0.95 | 0 | 0.13 | 285.93 | 0.9 | 0.46 |
| Hex | AC | C | DD | 16 | 5F | 0 | D | 11E | 5A | 2E |
| Octal | 254 | 14 | 335 | 26 | 137 | 0 | 15 | 436 | 132 | 56 |
| Binary | 10101100 | 1100 | 11011101 | 10110 | 1011111 | 0 | 1101 | 100011110 | 1011010 | 101110 |
Color Harmonies of #AC0CDD
Complementary color
Monochromatic Colors of #AC0CDD
Black with #AC0CDD
Text Example
Text Example
White with #AC0CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0CDD; }
p { color: rgb(172,12,221); }
H1.HeaderClassName
{
color: #AC0CDD;
}
.AnyTagClassName
{
color: #AC0CDD;
}
</style>
background-color css
<style>
a { background-color: #AC0CDD; }
a { background-color: rgb(172,12,221); }
div.DivClassName
{
background-color: #AC0CDD;
}
.BgClassName
{
background-color: #AC0CDD;
}
</style>
border-color css
<style>
span { border-color: #AC0CDD; }
span { border-color: rgb(172,12,221); }
td.TdClassName
{
border-color: #AC0CDD;
}
.TagClassName
{
border-color: #AC0CDD;
}
</style>