Shades of Dark Violet #AC00C7
Tints of Dark Violet #AC00C7
RGB
CMYK
RGB Variations
Color information
#AC00C7 (or 0xAC00C7) is known color: Dark Violet. HEX triplet: AC, 00 and C7. RGB value is (172,0,199). Sum of RGB (Red+Green+Blue) = 172+0+199=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 199 (78.12% from 255 or 53.64% from 371); Max value from RGB is 199 - color contains mainly: blue. Hex color #AC00C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC00C7 is #53FF38. Grayscale: #494949. Windows color (decimal): -5504825 or 13041836. OLE color: 13041836.
HSL color Cylindrical-coordinate representation of color #AC00C7: hue angle of 291.86º 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 #AC00C7 is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 0 | 199 | - |
| CMYK | 0.14 | 1 | 0 | 0.22 |
| HSL | 291.86º | 1% | 0.39% | - |
| HSV(B) | 291.86º | 1% | 0.78% | - |
| XYZ | 27.32 | 12.89 | 55.08 | - |
| YUV | 74.11 | 198.48 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 199 | 0.14 | 1 | 0 | 0.22 | 291.86 | 1 | 0.39 |
| Hex | AC | 0 | C7 | E | 64 | 0 | 16 | 124 | 64 | 27 |
| Octal | 254 | 0 | 307 | 16 | 144 | 0 | 26 | 444 | 144 | 47 |
| Binary | 10101100 | 0 | 11000111 | 1110 | 1100100 | 0 | 10110 | 100100100 | 1100100 | 100111 |
Color Harmonies of #AC00C7
Complementary color
Monochromatic Colors of #AC00C7
Black with #AC00C7
Text Example
Text Example
White with #AC00C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC00C7; }
p { color: rgb(172,0,199); }
H1.HeaderClassName
{
color: #AC00C7;
}
.AnyTagClassName
{
color: #AC00C7;
}
</style>
background-color css
<style>
a { background-color: #AC00C7; }
a { background-color: rgb(172,0,199); }
div.DivClassName
{
background-color: #AC00C7;
}
.BgClassName
{
background-color: #AC00C7;
}
</style>
border-color css
<style>
span { border-color: #AC00C7; }
span { border-color: rgb(172,0,199); }
td.TdClassName
{
border-color: #AC00C7;
}
.TagClassName
{
border-color: #AC00C7;
}
</style>