Shades of Dark Violet #AC00CC
Tints of Dark Violet #AC00CC
RGB
CMYK
RGB Variations
Color information
#AC00CC (or 0xAC00CC) is known color: Dark Violet. HEX triplet: AC, 00 and CC. RGB value is (172,0,204). Sum of RGB (Red+Green+Blue) = 172+0+204=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 0 (0.39% from 255 or 0% from 376); Blue value is 204 (80.08% from 255 or 54.26% from 376); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC00CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC00CC is #53FF33. Grayscale: #4A4A4A. Windows color (decimal): -5504820 or 13369516. OLE color: 13369516.
HSL color Cylindrical-coordinate representation of color #AC00CC: hue angle of 290.59º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC00CC is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 0 | 204 | - |
| CMYK | 0.16 | 1 | 0 | 0.2 |
| HSL | 290.59º | 1% | 0.4% | - |
| HSV(B) | 290.59º | 1% | 0.8% | - |
| XYZ | 27.91 | 13.13 | 58.19 | - |
| YUV | 74.68 | 200.98 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 204 | 0.16 | 1 | 0 | 0.2 | 290.59 | 1 | 0.4 |
| Hex | AC | 0 | CC | 10 | 64 | 0 | 14 | 123 | 64 | 28 |
| Octal | 254 | 0 | 314 | 20 | 144 | 0 | 24 | 443 | 144 | 50 |
| Binary | 10101100 | 0 | 11001100 | 10000 | 1100100 | 0 | 10100 | 100100011 | 1100100 | 101000 |
Color Harmonies of #AC00CC
Complementary color
Monochromatic Colors of #AC00CC
Black with #AC00CC
Text Example
Text Example
White with #AC00CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC00CC; }
p { color: rgb(172,0,204); }
H1.HeaderClassName
{
color: #AC00CC;
}
.AnyTagClassName
{
color: #AC00CC;
}
</style>
background-color css
<style>
a { background-color: #AC00CC; }
a { background-color: rgb(172,0,204); }
div.DivClassName
{
background-color: #AC00CC;
}
.BgClassName
{
background-color: #AC00CC;
}
</style>
border-color css
<style>
span { border-color: #AC00CC; }
span { border-color: rgb(172,0,204); }
td.TdClassName
{
border-color: #AC00CC;
}
.TagClassName
{
border-color: #AC00CC;
}
</style>