Shades of Dark Violet #AC00CF
Tints of Dark Violet #AC00CF
RGB
CMYK
RGB Variations
Color information
#AC00CF (or 0xAC00CF) is known color: Dark Violet. HEX triplet: AC, 00 and CF. RGB value is (172,0,207). Sum of RGB (Red+Green+Blue) = 172+0+207=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 0 (0.39% from 255 or 0% from 379); Blue value is 207 (81.25% from 255 or 54.62% from 379); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC00CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC00CF is #53FF30. Grayscale: #4A4A4A. Windows color (decimal): -5504817 or 13566124. OLE color: 13566124.
HSL color Cylindrical-coordinate representation of color #AC00CF: hue angle of 289.86º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC00CF is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 0 | 207 | - |
| CMYK | 0.17 | 1 | 0 | 0.19 |
| HSL | 289.86º | 1% | 0.41% | - |
| HSV(B) | 289.86º | 1% | 0.81% | - |
| XYZ | 28.28 | 13.28 | 60.1 | - |
| YUV | 75.03 | 202.48 | 197.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 207 | 0.17 | 1 | 0 | 0.19 | 289.86 | 1 | 0.41 |
| Hex | AC | 0 | CF | 11 | 64 | 0 | 13 | 122 | 64 | 29 |
| Octal | 254 | 0 | 317 | 21 | 144 | 0 | 23 | 442 | 144 | 51 |
| Binary | 10101100 | 0 | 11001111 | 10001 | 1100100 | 0 | 10011 | 100100010 | 1100100 | 101001 |
Color Harmonies of #AC00CF
Complementary color
Monochromatic Colors of #AC00CF
Black with #AC00CF
Text Example
Text Example
White with #AC00CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC00CF; }
p { color: rgb(172,0,207); }
H1.HeaderClassName
{
color: #AC00CF;
}
.AnyTagClassName
{
color: #AC00CF;
}
</style>
background-color css
<style>
a { background-color: #AC00CF; }
a { background-color: rgb(172,0,207); }
div.DivClassName
{
background-color: #AC00CF;
}
.BgClassName
{
background-color: #AC00CF;
}
</style>
border-color css
<style>
span { border-color: #AC00CF; }
span { border-color: rgb(172,0,207); }
td.TdClassName
{
border-color: #AC00CF;
}
.TagClassName
{
border-color: #AC00CF;
}
</style>