Shades of Dark Violet #AC0FDD
Tints of Dark Violet #AC0FDD
RGB
CMYK
RGB Variations
Color information
#AC0FDD (or 0xAC0FDD) is known color: Dark Violet. HEX triplet: AC, 0F and DD. RGB value is (172,15,221). Sum of RGB (Red+Green+Blue) = 172+15+221=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 15 (6.25% from 255 or 3.68% from 408); Blue value is 221 (86.72% from 255 or 54.17% from 408); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC0FDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0FDD is #53F022. Grayscale: #545454. Windows color (decimal): -5500963 or 14487468. OLE color: 14487468.
HSL color Cylindrical-coordinate representation of color #AC0FDD: hue angle of 285.73º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC0FDD is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 15 | 221 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.13 |
| HSL | 285.73º | 0.87% | 0.46% | - |
| HSV(B) | 285.73º | 0.93% | 0.87% | - |
| XYZ | 30.24 | 14.33 | 69.58 | - |
| YUV | 85.43 | 204.51 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 15 | 221 | 0.22 | 0.93 | 0 | 0.13 | 285.73 | 0.87 | 0.46 |
| Hex | AC | F | DD | 16 | 5D | 0 | D | 11E | 57 | 2E |
| Octal | 254 | 17 | 335 | 26 | 135 | 0 | 15 | 436 | 127 | 56 |
| Binary | 10101100 | 1111 | 11011101 | 10110 | 1011101 | 0 | 1101 | 100011110 | 1010111 | 101110 |
Color Harmonies of #AC0FDD
Complementary color
Monochromatic Colors of #AC0FDD
Black with #AC0FDD
Text Example
Text Example
White with #AC0FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0FDD; }
p { color: rgb(172,15,221); }
H1.HeaderClassName
{
color: #AC0FDD;
}
.AnyTagClassName
{
color: #AC0FDD;
}
</style>
background-color css
<style>
a { background-color: #AC0FDD; }
a { background-color: rgb(172,15,221); }
div.DivClassName
{
background-color: #AC0FDD;
}
.BgClassName
{
background-color: #AC0FDD;
}
</style>
border-color css
<style>
span { border-color: #AC0FDD; }
span { border-color: rgb(172,15,221); }
td.TdClassName
{
border-color: #AC0FDD;
}
.TagClassName
{
border-color: #AC0FDD;
}
</style>