Shades of Dark Violet #AC0BCF
Tints of Dark Violet #AC0BCF
RGB
CMYK
RGB Variations
Color information
#AC0BCF (or 0xAC0BCF) is known color: Dark Violet. HEX triplet: AC, 0B and CF. RGB value is (172,11,207). Sum of RGB (Red+Green+Blue) = 172+11+207=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 11 (4.69% from 255 or 2.82% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC0BCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0BCF is #53F430. Grayscale: #505050. Windows color (decimal): -5502001 or 13568940. OLE color: 13568940.
HSL color Cylindrical-coordinate representation of color #AC0BCF: hue angle of 289.29º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC0BCF is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 11 | 207 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.19 |
| HSL | 289.29º | 0.9% | 0.43% | - |
| HSV(B) | 289.29º | 0.95% | 0.81% | - |
| XYZ | 28.4 | 13.52 | 60.14 | - |
| YUV | 81.48 | 198.84 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 11 | 207 | 0.17 | 0.95 | 0 | 0.19 | 289.29 | 0.9 | 0.43 |
| Hex | AC | B | CF | 11 | 5F | 0 | 13 | 121 | 5A | 2B |
| Octal | 254 | 13 | 317 | 21 | 137 | 0 | 23 | 441 | 132 | 53 |
| Binary | 10101100 | 1011 | 11001111 | 10001 | 1011111 | 0 | 10011 | 100100001 | 1011010 | 101011 |
Color Harmonies of #AC0BCF
Complementary color
Monochromatic Colors of #AC0BCF
Black with #AC0BCF
Text Example
Text Example
White with #AC0BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0BCF; }
p { color: rgb(172,11,207); }
H1.HeaderClassName
{
color: #AC0BCF;
}
.AnyTagClassName
{
color: #AC0BCF;
}
</style>
background-color css
<style>
a { background-color: #AC0BCF; }
a { background-color: rgb(172,11,207); }
div.DivClassName
{
background-color: #AC0BCF;
}
.BgClassName
{
background-color: #AC0BCF;
}
</style>
border-color css
<style>
span { border-color: #AC0BCF; }
span { border-color: rgb(172,11,207); }
td.TdClassName
{
border-color: #AC0BCF;
}
.TagClassName
{
border-color: #AC0BCF;
}
</style>