Shades of Dark Violet #AC07CE
Tints of Dark Violet #AC07CE
RGB
CMYK
RGB Variations
Color information
#AC07CE (or 0xAC07CE) is known color: Dark Violet. HEX triplet: AC, 07 and CE. RGB value is (172,7,206). Sum of RGB (Red+Green+Blue) = 172+7+206=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 7 (3.12% from 255 or 1.82% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC07CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC07CE is #53F831. Grayscale: #4E4E4E. Windows color (decimal): -5503026 or 13502380. OLE color: 13502380.
HSL color Cylindrical-coordinate representation of color #AC07CE: hue angle of 289.75º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC07CE is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 7 | 206 | - |
| CMYK | 0.17 | 0.97 | 0 | 0.19 |
| HSL | 289.75º | 0.93% | 0.42% | - |
| HSV(B) | 289.75º | 0.97% | 0.81% | - |
| XYZ | 28.23 | 13.38 | 59.49 | - |
| YUV | 79.02 | 199.66 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 7 | 206 | 0.17 | 0.97 | 0 | 0.19 | 289.75 | 0.93 | 0.42 |
| Hex | AC | 7 | CE | 11 | 61 | 0 | 13 | 122 | 5D | 2A |
| Octal | 254 | 7 | 316 | 21 | 141 | 0 | 23 | 442 | 135 | 52 |
| Binary | 10101100 | 111 | 11001110 | 10001 | 1100001 | 0 | 10011 | 100100010 | 1011101 | 101010 |
Color Harmonies of #AC07CE
Complementary color
Monochromatic Colors of #AC07CE
Black with #AC07CE
Text Example
Text Example
White with #AC07CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC07CE; }
p { color: rgb(172,7,206); }
H1.HeaderClassName
{
color: #AC07CE;
}
.AnyTagClassName
{
color: #AC07CE;
}
</style>
background-color css
<style>
a { background-color: #AC07CE; }
a { background-color: rgb(172,7,206); }
div.DivClassName
{
background-color: #AC07CE;
}
.BgClassName
{
background-color: #AC07CE;
}
</style>
border-color css
<style>
span { border-color: #AC07CE; }
span { border-color: rgb(172,7,206); }
td.TdClassName
{
border-color: #AC07CE;
}
.TagClassName
{
border-color: #AC07CE;
}
</style>