Shades of Dark Violet #AC08CF
Tints of Dark Violet #AC08CF
RGB
CMYK
RGB Variations
Color information
#AC08CF (or 0xAC08CF) is known color: Dark Violet. HEX triplet: AC, 08 and CF. RGB value is (172,8,207). Sum of RGB (Red+Green+Blue) = 172+8+207=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 8 (3.52% from 255 or 2.07% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC08CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC08CF is #53F730. Grayscale: #4F4F4F. Windows color (decimal): -5502769 or 13568172. OLE color: 13568172.
HSL color Cylindrical-coordinate representation of color #AC08CF: hue angle of 289.45º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AC08CF is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 8 | 207 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.19 |
| HSL | 289.45º | 0.93% | 0.42% | - |
| HSV(B) | 289.45º | 0.96% | 0.81% | - |
| XYZ | 28.36 | 13.45 | 60.13 | - |
| YUV | 79.72 | 199.83 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 8 | 207 | 0.17 | 0.96 | 0 | 0.19 | 289.45 | 0.93 | 0.42 |
| Hex | AC | 8 | CF | 11 | 60 | 0 | 13 | 121 | 5D | 2A |
| Octal | 254 | 10 | 317 | 21 | 140 | 0 | 23 | 441 | 135 | 52 |
| Binary | 10101100 | 1000 | 11001111 | 10001 | 1100000 | 0 | 10011 | 100100001 | 1011101 | 101010 |
Color Harmonies of #AC08CF
Complementary color
Monochromatic Colors of #AC08CF
Black with #AC08CF
Text Example
Text Example
White with #AC08CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC08CF; }
p { color: rgb(172,8,207); }
H1.HeaderClassName
{
color: #AC08CF;
}
.AnyTagClassName
{
color: #AC08CF;
}
</style>
background-color css
<style>
a { background-color: #AC08CF; }
a { background-color: rgb(172,8,207); }
div.DivClassName
{
background-color: #AC08CF;
}
.BgClassName
{
background-color: #AC08CF;
}
</style>
border-color css
<style>
span { border-color: #AC08CF; }
span { border-color: rgb(172,8,207); }
td.TdClassName
{
border-color: #AC08CF;
}
.TagClassName
{
border-color: #AC08CF;
}
</style>