Shades of Dark Violet #AC0CBF
Tints of Dark Violet #AC0CBF
RGB
CMYK
RGB Variations
Color information
#AC0CBF (or 0xAC0CBF) is known color: Dark Violet. HEX triplet: AC, 0C and BF. RGB value is (172,12,191). Sum of RGB (Red+Green+Blue) = 172+12+191=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 12 (5.08% from 255 or 3.2% from 375); Blue value is 191 (75% from 255 or 50.93% from 375); Max value from RGB is 191 - color contains mainly: blue. Hex color #AC0CBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0CBF is #53F340. Grayscale: #4F4F4F. Windows color (decimal): -5501761 or 12520620. OLE color: 12520620.
HSL color Cylindrical-coordinate representation of color #AC0CBF: hue angle of 293.63º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0CBF is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 12 | 191 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.25 |
| HSL | 293.63º | 0.88% | 0.4% | - |
| HSV(B) | 293.63º | 0.94% | 0.75% | - |
| XYZ | 26.55 | 12.8 | 50.36 | - |
| YUV | 80.25 | 190.51 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 12 | 191 | 0.10 | 0.94 | 0 | 0.25 | 293.63 | 0.88 | 0.4 |
| Hex | AC | C | BF | A | 5E | 0 | 19 | 126 | 58 | 28 |
| Octal | 254 | 14 | 277 | 12 | 136 | 0 | 31 | 446 | 130 | 50 |
| Binary | 10101100 | 1100 | 10111111 | 1010 | 1011110 | 0 | 11001 | 100100110 | 1011000 | 101000 |
Color Harmonies of #AC0CBF
Complementary color
Monochromatic Colors of #AC0CBF
Black with #AC0CBF
Text Example
Text Example
White with #AC0CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0CBF; }
p { color: rgb(172,12,191); }
H1.HeaderClassName
{
color: #AC0CBF;
}
.AnyTagClassName
{
color: #AC0CBF;
}
</style>
background-color css
<style>
a { background-color: #AC0CBF; }
a { background-color: rgb(172,12,191); }
div.DivClassName
{
background-color: #AC0CBF;
}
.BgClassName
{
background-color: #AC0CBF;
}
</style>
border-color css
<style>
span { border-color: #AC0CBF; }
span { border-color: rgb(172,12,191); }
td.TdClassName
{
border-color: #AC0CBF;
}
.TagClassName
{
border-color: #AC0CBF;
}
</style>