Shades of Dark Violet #AC0FCF
Tints of Dark Violet #AC0FCF
RGB
CMYK
RGB Variations
Color information
#AC0FCF (or 0xAC0FCF) is known color: Dark Violet. HEX triplet: AC, 0F and CF. RGB value is (172,15,207). Sum of RGB (Red+Green+Blue) = 172+15+207=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 15 (6.25% from 255 or 3.81% from 394); Blue value is 207 (81.25% from 255 or 52.54% from 394); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC0FCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0FCF is #53F030. Grayscale: #535353. Windows color (decimal): -5500977 or 13569964. OLE color: 13569964.
HSL color Cylindrical-coordinate representation of color #AC0FCF: hue angle of 289.06º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC0FCF is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 15 | 207 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.19 |
| HSL | 289.06º | 0.86% | 0.44% | - |
| HSV(B) | 289.06º | 0.93% | 0.81% | - |
| XYZ | 28.45 | 13.62 | 60.16 | - |
| YUV | 83.83 | 197.51 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 15 | 207 | 0.17 | 0.93 | 0 | 0.19 | 289.06 | 0.86 | 0.44 |
| Hex | AC | F | CF | 11 | 5D | 0 | 13 | 121 | 56 | 2C |
| Octal | 254 | 17 | 317 | 21 | 135 | 0 | 23 | 441 | 126 | 54 |
| Binary | 10101100 | 1111 | 11001111 | 10001 | 1011101 | 0 | 10011 | 100100001 | 1010110 | 101100 |
Color Harmonies of #AC0FCF
Complementary color
Monochromatic Colors of #AC0FCF
Black with #AC0FCF
Text Example
Text Example
White with #AC0FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0FCF; }
p { color: rgb(172,15,207); }
H1.HeaderClassName
{
color: #AC0FCF;
}
.AnyTagClassName
{
color: #AC0FCF;
}
</style>
background-color css
<style>
a { background-color: #AC0FCF; }
a { background-color: rgb(172,15,207); }
div.DivClassName
{
background-color: #AC0FCF;
}
.BgClassName
{
background-color: #AC0FCF;
}
</style>
border-color css
<style>
span { border-color: #AC0FCF; }
span { border-color: rgb(172,15,207); }
td.TdClassName
{
border-color: #AC0FCF;
}
.TagClassName
{
border-color: #AC0FCF;
}
</style>