Shades of Dark Violet #AC0FDC
Tints of Dark Violet #AC0FDC
RGB
CMYK
RGB Variations
Color information
#AC0FDC (or 0xAC0FDC) is known color: Dark Violet. HEX triplet: AC, 0F and DC. RGB value is (172,15,220). Sum of RGB (Red+Green+Blue) = 172+15+220=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 15 (6.25% from 255 or 3.69% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC0FDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0FDC is #53F023. Grayscale: #545454. Windows color (decimal): -5500964 or 14421932. OLE color: 14421932.
HSL color Cylindrical-coordinate representation of color #AC0FDC: hue angle of 285.95º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC0FDC is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 15 | 220 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.14 |
| HSL | 285.95º | 0.87% | 0.46% | - |
| HSV(B) | 285.95º | 0.93% | 0.86% | - |
| XYZ | 30.1 | 14.28 | 68.88 | - |
| YUV | 85.31 | 204.01 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 15 | 220 | 0.22 | 0.93 | 0 | 0.14 | 285.95 | 0.87 | 0.46 |
| Hex | AC | F | DC | 16 | 5D | 0 | E | 11E | 57 | 2E |
| Octal | 254 | 17 | 334 | 26 | 135 | 0 | 16 | 436 | 127 | 56 |
| Binary | 10101100 | 1111 | 11011100 | 10110 | 1011101 | 0 | 1110 | 100011110 | 1010111 | 101110 |
Color Harmonies of #AC0FDC
Complementary color
Monochromatic Colors of #AC0FDC
Black with #AC0FDC
Text Example
Text Example
White with #AC0FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0FDC; }
p { color: rgb(172,15,220); }
H1.HeaderClassName
{
color: #AC0FDC;
}
.AnyTagClassName
{
color: #AC0FDC;
}
</style>
background-color css
<style>
a { background-color: #AC0FDC; }
a { background-color: rgb(172,15,220); }
div.DivClassName
{
background-color: #AC0FDC;
}
.BgClassName
{
background-color: #AC0FDC;
}
</style>
border-color css
<style>
span { border-color: #AC0FDC; }
span { border-color: rgb(172,15,220); }
td.TdClassName
{
border-color: #AC0FDC;
}
.TagClassName
{
border-color: #AC0FDC;
}
</style>