Shades of Dark Violet #AC00C8
Tints of Dark Violet #AC00C8
RGB
CMYK
RGB Variations
Color information
#AC00C8 (or 0xAC00C8) is known color: Dark Violet. HEX triplet: AC, 00 and C8. RGB value is (172,0,200). Sum of RGB (Red+Green+Blue) = 172+0+200=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 0 (0.39% from 255 or 0% from 372); Blue value is 200 (78.52% from 255 or 53.76% from 372); Max value from RGB is 200 - color contains mainly: blue. Hex color #AC00C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC00C8 is #53FF37. Grayscale: #494949. Windows color (decimal): -5504824 or 13107372. OLE color: 13107372.
HSL color Cylindrical-coordinate representation of color #AC00C8: hue angle of 291.6º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC00C8 is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 0 | 200 | - |
| CMYK | 0.14 | 1 | 0 | 0.22 |
| HSL | 291.6º | 1% | 0.39% | - |
| HSV(B) | 291.6º | 1% | 0.78% | - |
| XYZ | 27.44 | 12.94 | 55.7 | - |
| YUV | 74.23 | 198.98 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 200 | 0.14 | 1 | 0 | 0.22 | 291.6 | 1 | 0.39 |
| Hex | AC | 0 | C8 | E | 64 | 0 | 16 | 124 | 64 | 27 |
| Octal | 254 | 0 | 310 | 16 | 144 | 0 | 26 | 444 | 144 | 47 |
| Binary | 10101100 | 0 | 11001000 | 1110 | 1100100 | 0 | 10110 | 100100100 | 1100100 | 100111 |
Color Harmonies of #AC00C8
Complementary color
Monochromatic Colors of #AC00C8
Black with #AC00C8
Text Example
Text Example
White with #AC00C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC00C8; }
p { color: rgb(172,0,200); }
H1.HeaderClassName
{
color: #AC00C8;
}
.AnyTagClassName
{
color: #AC00C8;
}
</style>
background-color css
<style>
a { background-color: #AC00C8; }
a { background-color: rgb(172,0,200); }
div.DivClassName
{
background-color: #AC00C8;
}
.BgClassName
{
background-color: #AC00C8;
}
</style>
border-color css
<style>
span { border-color: #AC00C8; }
span { border-color: rgb(172,0,200); }
td.TdClassName
{
border-color: #AC00C8;
}
.TagClassName
{
border-color: #AC00C8;
}
</style>