Shades of Dark Violet #AC12DB
Tints of Dark Violet #AC12DB
RGB
CMYK
RGB Variations
Color information
#AC12DB (or 0xAC12DB) is known color: Dark Violet. HEX triplet: AC, 12 and DB. RGB value is (172,18,219). Sum of RGB (Red+Green+Blue) = 172+18+219=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 18 (7.42% from 255 or 4.40% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC12DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC12DB is #53ED24. Grayscale: #565656. Windows color (decimal): -5500197 or 14357164. OLE color: 14357164.
HSL color Cylindrical-coordinate representation of color #AC12DB: hue angle of 285.97º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC12DB is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 18 | 219 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.14 |
| HSL | 285.97º | 0.85% | 0.46% | - |
| HSV(B) | 285.97º | 0.92% | 0.86% | - |
| XYZ | 30.02 | 14.32 | 68.2 | - |
| YUV | 86.96 | 202.52 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 18 | 219 | 0.21 | 0.92 | 0 | 0.14 | 285.97 | 0.85 | 0.46 |
| Hex | AC | 12 | DB | 15 | 5C | 0 | E | 11E | 55 | 2E |
| Octal | 254 | 22 | 333 | 25 | 134 | 0 | 16 | 436 | 125 | 56 |
| Binary | 10101100 | 10010 | 11011011 | 10101 | 1011100 | 0 | 1110 | 100011110 | 1010101 | 101110 |
Color Harmonies of #AC12DB
Complementary color
Monochromatic Colors of #AC12DB
Black with #AC12DB
Text Example
Text Example
White with #AC12DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC12DB; }
p { color: rgb(172,18,219); }
H1.HeaderClassName
{
color: #AC12DB;
}
.AnyTagClassName
{
color: #AC12DB;
}
</style>
background-color css
<style>
a { background-color: #AC12DB; }
a { background-color: rgb(172,18,219); }
div.DivClassName
{
background-color: #AC12DB;
}
.BgClassName
{
background-color: #AC12DB;
}
</style>
border-color css
<style>
span { border-color: #AC12DB; }
span { border-color: rgb(172,18,219); }
td.TdClassName
{
border-color: #AC12DB;
}
.TagClassName
{
border-color: #AC12DB;
}
</style>