Shades of Dark Violet #AC0BBF
Tints of Dark Violet #AC0BBF
RGB
CMYK
RGB Variations
Color information
#AC0BBF (or 0xAC0BBF) is known color: Dark Violet. HEX triplet: AC, 0B and BF. RGB value is (172,11,191). Sum of RGB (Red+Green+Blue) = 172+11+191=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 11 (4.69% from 255 or 2.94% from 374); Blue value is 191 (75% from 255 or 51.07% from 374); Max value from RGB is 191 - color contains mainly: blue. Hex color #AC0BBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0BBF is #53F440. Grayscale: #4F4F4F. Windows color (decimal): -5502017 or 12520364. OLE color: 12520364.
HSL color Cylindrical-coordinate representation of color #AC0BBF: hue angle of 293.67º degrees, saturation: 0.89, 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 #AC0BBF is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 11 | 191 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.25 |
| HSL | 293.67º | 0.89% | 0.4% | - |
| HSV(B) | 293.67º | 0.94% | 0.75% | - |
| XYZ | 26.54 | 12.77 | 50.36 | - |
| YUV | 79.66 | 190.84 | 193.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 11 | 191 | 0.10 | 0.94 | 0 | 0.25 | 293.67 | 0.89 | 0.4 |
| Hex | AC | B | BF | A | 5E | 0 | 19 | 126 | 59 | 28 |
| Octal | 254 | 13 | 277 | 12 | 136 | 0 | 31 | 446 | 131 | 50 |
| Binary | 10101100 | 1011 | 10111111 | 1010 | 1011110 | 0 | 11001 | 100100110 | 1011001 | 101000 |
Color Harmonies of #AC0BBF
Complementary color
Monochromatic Colors of #AC0BBF
Black with #AC0BBF
Text Example
Text Example
White with #AC0BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0BBF; }
p { color: rgb(172,11,191); }
H1.HeaderClassName
{
color: #AC0BBF;
}
.AnyTagClassName
{
color: #AC0BBF;
}
</style>
background-color css
<style>
a { background-color: #AC0BBF; }
a { background-color: rgb(172,11,191); }
div.DivClassName
{
background-color: #AC0BBF;
}
.BgClassName
{
background-color: #AC0BBF;
}
</style>
border-color css
<style>
span { border-color: #AC0BBF; }
span { border-color: rgb(172,11,191); }
td.TdClassName
{
border-color: #AC0BBF;
}
.TagClassName
{
border-color: #AC0BBF;
}
</style>