Shades of Dark Violet #AC0BCD
Tints of Dark Violet #AC0BCD
RGB
CMYK
RGB Variations
Color information
#AC0BCD (or 0xAC0BCD) is known color: Dark Violet. HEX triplet: AC, 0B and CD. RGB value is (172,11,205). Sum of RGB (Red+Green+Blue) = 172+11+205=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 11 (4.69% from 255 or 2.84% from 388); Blue value is 205 (80.47% from 255 or 52.84% from 388); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC0BCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0BCD is #53F432. Grayscale: #505050. Windows color (decimal): -5502003 or 13437868. OLE color: 13437868.
HSL color Cylindrical-coordinate representation of color #AC0BCD: hue angle of 289.79º 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 #AC0BCD is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 11 | 205 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.20 |
| HSL | 289.79º | 0.9% | 0.42% | - |
| HSV(B) | 289.79º | 0.95% | 0.8% | - |
| XYZ | 28.15 | 13.42 | 58.86 | - |
| YUV | 81.26 | 197.84 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 11 | 205 | 0.16 | 0.95 | 0 | 0.20 | 289.79 | 0.9 | 0.42 |
| Hex | AC | B | CD | 10 | 5F | 0 | 14 | 122 | 5A | 2A |
| Octal | 254 | 13 | 315 | 20 | 137 | 0 | 24 | 442 | 132 | 52 |
| Binary | 10101100 | 1011 | 11001101 | 10000 | 1011111 | 0 | 10100 | 100100010 | 1011010 | 101010 |
Color Harmonies of #AC0BCD
Complementary color
Monochromatic Colors of #AC0BCD
Black with #AC0BCD
Text Example
Text Example
White with #AC0BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0BCD; }
p { color: rgb(172,11,205); }
H1.HeaderClassName
{
color: #AC0BCD;
}
.AnyTagClassName
{
color: #AC0BCD;
}
</style>
background-color css
<style>
a { background-color: #AC0BCD; }
a { background-color: rgb(172,11,205); }
div.DivClassName
{
background-color: #AC0BCD;
}
.BgClassName
{
background-color: #AC0BCD;
}
</style>
border-color css
<style>
span { border-color: #AC0BCD; }
span { border-color: rgb(172,11,205); }
td.TdClassName
{
border-color: #AC0BCD;
}
.TagClassName
{
border-color: #AC0BCD;
}
</style>