Shades of Dark Violet #AC0DC5
Tints of Dark Violet #AC0DC5
RGB
CMYK
RGB Variations
Color information
#AC0DC5 (or 0xAC0DC5) is known color: Dark Violet. HEX triplet: AC, 0D and C5. RGB value is (172,13,197). Sum of RGB (Red+Green+Blue) = 172+13+197=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 13 (5.47% from 255 or 3.40% from 382); Blue value is 197 (77.34% from 255 or 51.57% from 382); Max value from RGB is 197 - color contains mainly: blue. Hex color #AC0DC5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0DC5 is #53F23A. Grayscale: #505050. Windows color (decimal): -5501499 or 12914092. OLE color: 12914092.
HSL color Cylindrical-coordinate representation of color #AC0DC5: hue angle of 291.85º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC0DC5 is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 13 | 197 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.23 |
| HSL | 291.85º | 0.88% | 0.41% | - |
| HSV(B) | 291.85º | 0.93% | 0.77% | - |
| XYZ | 27.24 | 13.09 | 53.91 | - |
| YUV | 81.52 | 193.18 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 13 | 197 | 0.13 | 0.93 | 0 | 0.23 | 291.85 | 0.88 | 0.41 |
| Hex | AC | D | C5 | D | 5D | 0 | 17 | 124 | 58 | 29 |
| Octal | 254 | 15 | 305 | 15 | 135 | 0 | 27 | 444 | 130 | 51 |
| Binary | 10101100 | 1101 | 11000101 | 1101 | 1011101 | 0 | 10111 | 100100100 | 1011000 | 101001 |
Color Harmonies of #AC0DC5
Complementary color
Monochromatic Colors of #AC0DC5
Black with #AC0DC5
Text Example
Text Example
White with #AC0DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0DC5; }
p { color: rgb(172,13,197); }
H1.HeaderClassName
{
color: #AC0DC5;
}
.AnyTagClassName
{
color: #AC0DC5;
}
</style>
background-color css
<style>
a { background-color: #AC0DC5; }
a { background-color: rgb(172,13,197); }
div.DivClassName
{
background-color: #AC0DC5;
}
.BgClassName
{
background-color: #AC0DC5;
}
</style>
border-color css
<style>
span { border-color: #AC0DC5; }
span { border-color: rgb(172,13,197); }
td.TdClassName
{
border-color: #AC0DC5;
}
.TagClassName
{
border-color: #AC0DC5;
}
</style>