Shades of Dark Violet #AC06CE
Tints of Dark Violet #AC06CE
RGB
CMYK
RGB Variations
Color information
#AC06CE (or 0xAC06CE) is known color: Dark Violet. HEX triplet: AC, 06 and CE. RGB value is (172,6,206). Sum of RGB (Red+Green+Blue) = 172+6+206=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 6 (2.73% from 255 or 1.56% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC06CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC06CE is #53F931. Grayscale: #4D4D4D. Windows color (decimal): -5503282 or 13502124. OLE color: 13502124.
HSL color Cylindrical-coordinate representation of color #AC06CE: hue angle of 289.8º degrees, saturation: 0.94, 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 #AC06CE is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 6 | 206 | - |
| CMYK | 0.17 | 0.97 | 0 | 0.19 |
| HSL | 289.8º | 0.94% | 0.42% | - |
| HSV(B) | 289.8º | 0.97% | 0.81% | - |
| XYZ | 28.22 | 13.36 | 59.48 | - |
| YUV | 78.43 | 200 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 6 | 206 | 0.17 | 0.97 | 0 | 0.19 | 289.8 | 0.94 | 0.42 |
| Hex | AC | 6 | CE | 11 | 61 | 0 | 13 | 122 | 5E | 2A |
| Octal | 254 | 6 | 316 | 21 | 141 | 0 | 23 | 442 | 136 | 52 |
| Binary | 10101100 | 110 | 11001110 | 10001 | 1100001 | 0 | 10011 | 100100010 | 1011110 | 101010 |
Color Harmonies of #AC06CE
Complementary color
Monochromatic Colors of #AC06CE
Black with #AC06CE
Text Example
Text Example
White with #AC06CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC06CE; }
p { color: rgb(172,6,206); }
H1.HeaderClassName
{
color: #AC06CE;
}
.AnyTagClassName
{
color: #AC06CE;
}
</style>
background-color css
<style>
a { background-color: #AC06CE; }
a { background-color: rgb(172,6,206); }
div.DivClassName
{
background-color: #AC06CE;
}
.BgClassName
{
background-color: #AC06CE;
}
</style>
border-color css
<style>
span { border-color: #AC06CE; }
span { border-color: rgb(172,6,206); }
td.TdClassName
{
border-color: #AC06CE;
}
.TagClassName
{
border-color: #AC06CE;
}
</style>