Shades of Dark Violet #AC06DB
Tints of Dark Violet #AC06DB
RGB
CMYK
RGB Variations
Color information
#AC06DB (or 0xAC06DB) is known color: Dark Violet. HEX triplet: AC, 06 and DB. RGB value is (172,6,219). Sum of RGB (Red+Green+Blue) = 172+6+219=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 6 (2.73% from 255 or 1.51% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC06DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC06DB is #53F924. Grayscale: #4F4F4F. Windows color (decimal): -5503269 or 14354092. OLE color: 14354092.
HSL color Cylindrical-coordinate representation of color #AC06DB: hue angle of 286.76º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC06DB is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 6 | 219 | - |
| CMYK | 0.21 | 0.97 | 0 | 0.14 |
| HSL | 286.76º | 0.95% | 0.44% | - |
| HSV(B) | 286.76º | 0.97% | 0.86% | - |
| XYZ | 29.86 | 14.02 | 68.15 | - |
| YUV | 79.92 | 206.5 | 193.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 6 | 219 | 0.21 | 0.97 | 0 | 0.14 | 286.76 | 0.95 | 0.44 |
| Hex | AC | 6 | DB | 15 | 61 | 0 | E | 11F | 5F | 2C |
| Octal | 254 | 6 | 333 | 25 | 141 | 0 | 16 | 437 | 137 | 54 |
| Binary | 10101100 | 110 | 11011011 | 10101 | 1100001 | 0 | 1110 | 100011111 | 1011111 | 101100 |
Color Harmonies of #AC06DB
Complementary color
Monochromatic Colors of #AC06DB
Black with #AC06DB
Text Example
Text Example
White with #AC06DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC06DB; }
p { color: rgb(172,6,219); }
H1.HeaderClassName
{
color: #AC06DB;
}
.AnyTagClassName
{
color: #AC06DB;
}
</style>
background-color css
<style>
a { background-color: #AC06DB; }
a { background-color: rgb(172,6,219); }
div.DivClassName
{
background-color: #AC06DB;
}
.BgClassName
{
background-color: #AC06DB;
}
</style>
border-color css
<style>
span { border-color: #AC06DB; }
span { border-color: rgb(172,6,219); }
td.TdClassName
{
border-color: #AC06DB;
}
.TagClassName
{
border-color: #AC06DB;
}
</style>