Shades of Dark Violet #AC0ECF
Tints of Dark Violet #AC0ECF
RGB
CMYK
RGB Variations
Color information
#AC0ECF (or 0xAC0ECF) is known color: Dark Violet. HEX triplet: AC, 0E and CF. RGB value is (172,14,207). Sum of RGB (Red+Green+Blue) = 172+14+207=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 14 (5.86% from 255 or 3.56% from 393); Blue value is 207 (81.25% from 255 or 52.67% from 393); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC0ECF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0ECF is #53F130. Grayscale: #525252. Windows color (decimal): -5501233 or 13569708. OLE color: 13569708.
HSL color Cylindrical-coordinate representation of color #AC0ECF: hue angle of 289.12º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC0ECF is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 14 | 207 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.19 |
| HSL | 289.12º | 0.87% | 0.43% | - |
| HSV(B) | 289.12º | 0.93% | 0.81% | - |
| XYZ | 28.43 | 13.59 | 60.16 | - |
| YUV | 83.24 | 197.85 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 14 | 207 | 0.17 | 0.93 | 0 | 0.19 | 289.12 | 0.87 | 0.43 |
| Hex | AC | E | CF | 11 | 5D | 0 | 13 | 121 | 57 | 2B |
| Octal | 254 | 16 | 317 | 21 | 135 | 0 | 23 | 441 | 127 | 53 |
| Binary | 10101100 | 1110 | 11001111 | 10001 | 1011101 | 0 | 10011 | 100100001 | 1010111 | 101011 |
Color Harmonies of #AC0ECF
Complementary color
Monochromatic Colors of #AC0ECF
Black with #AC0ECF
Text Example
Text Example
White with #AC0ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0ECF; }
p { color: rgb(172,14,207); }
H1.HeaderClassName
{
color: #AC0ECF;
}
.AnyTagClassName
{
color: #AC0ECF;
}
</style>
background-color css
<style>
a { background-color: #AC0ECF; }
a { background-color: rgb(172,14,207); }
div.DivClassName
{
background-color: #AC0ECF;
}
.BgClassName
{
background-color: #AC0ECF;
}
</style>
border-color css
<style>
span { border-color: #AC0ECF; }
span { border-color: rgb(172,14,207); }
td.TdClassName
{
border-color: #AC0ECF;
}
.TagClassName
{
border-color: #AC0ECF;
}
</style>