Shades of Dark Violet #AC08DF
Tints of Dark Violet #AC08DF
RGB
CMYK
RGB Variations
Color information
#AC08DF (or 0xAC08DF) is known color: Dark Violet. HEX triplet: AC, 08 and DF. RGB value is (172,8,223). Sum of RGB (Red+Green+Blue) = 172+8+223=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 8 (3.52% from 255 or 1.99% from 403); Blue value is 223 (87.5% from 255 or 55.33% from 403); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC08DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC08DF is #53F720. Grayscale: #505050. Windows color (decimal): -5502753 or 14616748. OLE color: 14616748.
HSL color Cylindrical-coordinate representation of color #AC08DF: hue angle of 285.77º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AC08DF is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 8 | 223 | - |
| CMYK | 0.23 | 0.96 | 0 | 0.13 |
| HSL | 285.77º | 0.93% | 0.45% | - |
| HSV(B) | 285.77º | 0.96% | 0.87% | - |
| XYZ | 30.42 | 14.27 | 70.96 | - |
| YUV | 81.55 | 207.83 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 8 | 223 | 0.23 | 0.96 | 0 | 0.13 | 285.77 | 0.93 | 0.45 |
| Hex | AC | 8 | DF | 17 | 60 | 0 | D | 11E | 5D | 2D |
| Octal | 254 | 10 | 337 | 27 | 140 | 0 | 15 | 436 | 135 | 55 |
| Binary | 10101100 | 1000 | 11011111 | 10111 | 1100000 | 0 | 1101 | 100011110 | 1011101 | 101101 |
Color Harmonies of #AC08DF
Complementary color
Monochromatic Colors of #AC08DF
Black with #AC08DF
Text Example
Text Example
White with #AC08DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC08DF; }
p { color: rgb(172,8,223); }
H1.HeaderClassName
{
color: #AC08DF;
}
.AnyTagClassName
{
color: #AC08DF;
}
</style>
background-color css
<style>
a { background-color: #AC08DF; }
a { background-color: rgb(172,8,223); }
div.DivClassName
{
background-color: #AC08DF;
}
.BgClassName
{
background-color: #AC08DF;
}
</style>
border-color css
<style>
span { border-color: #AC08DF; }
span { border-color: rgb(172,8,223); }
td.TdClassName
{
border-color: #AC08DF;
}
.TagClassName
{
border-color: #AC08DF;
}
</style>