Shades of Dark Violet #AC0BCB
Tints of Dark Violet #AC0BCB
RGB
CMYK
RGB Variations
Color information
#AC0BCB (or 0xAC0BCB) is known color: Dark Violet. HEX triplet: AC, 0B and CB. RGB value is (172,11,203). Sum of RGB (Red+Green+Blue) = 172+11+203=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 11 (4.69% from 255 or 2.85% from 386); Blue value is 203 (79.69% from 255 or 52.59% from 386); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC0BCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0BCB is #53F434. Grayscale: #505050. Windows color (decimal): -5502005 or 13306796. OLE color: 13306796.
HSL color Cylindrical-coordinate representation of color #AC0BCB: hue angle of 290.31º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC0BCB is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 11 | 203 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.20 |
| HSL | 290.31º | 0.9% | 0.42% | - |
| HSV(B) | 290.31º | 0.95% | 0.8% | - |
| XYZ | 27.91 | 13.32 | 57.6 | - |
| YUV | 81.03 | 196.84 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 11 | 203 | 0.15 | 0.95 | 0 | 0.20 | 290.31 | 0.9 | 0.42 |
| Hex | AC | B | CB | F | 5F | 0 | 14 | 122 | 5A | 2A |
| Octal | 254 | 13 | 313 | 17 | 137 | 0 | 24 | 442 | 132 | 52 |
| Binary | 10101100 | 1011 | 11001011 | 1111 | 1011111 | 0 | 10100 | 100100010 | 1011010 | 101010 |
Color Harmonies of #AC0BCB
Complementary color
Monochromatic Colors of #AC0BCB
Black with #AC0BCB
Text Example
Text Example
White with #AC0BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0BCB; }
p { color: rgb(172,11,203); }
H1.HeaderClassName
{
color: #AC0BCB;
}
.AnyTagClassName
{
color: #AC0BCB;
}
</style>
background-color css
<style>
a { background-color: #AC0BCB; }
a { background-color: rgb(172,11,203); }
div.DivClassName
{
background-color: #AC0BCB;
}
.BgClassName
{
background-color: #AC0BCB;
}
</style>
border-color css
<style>
span { border-color: #AC0BCB; }
span { border-color: rgb(172,11,203); }
td.TdClassName
{
border-color: #AC0BCB;
}
.TagClassName
{
border-color: #AC0BCB;
}
</style>