Shades of Dark Violet #AC07DB
Tints of Dark Violet #AC07DB
RGB
CMYK
RGB Variations
Color information
#AC07DB (or 0xAC07DB) is known color: Dark Violet. HEX triplet: AC, 07 and DB. RGB value is (172,7,219). Sum of RGB (Red+Green+Blue) = 172+7+219=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 7 (3.12% from 255 or 1.76% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC07DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC07DB is #53F824. Grayscale: #4F4F4F. Windows color (decimal): -5503013 or 14354348. OLE color: 14354348.
HSL color Cylindrical-coordinate representation of color #AC07DB: hue angle of 286.7º degrees, saturation: 0.94, 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 #AC07DB is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 7 | 219 | - |
| CMYK | 0.21 | 0.97 | 0 | 0.14 |
| HSL | 286.7º | 0.94% | 0.44% | - |
| HSV(B) | 286.7º | 0.97% | 0.86% | - |
| XYZ | 29.88 | 14.04 | 68.15 | - |
| YUV | 80.5 | 206.16 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 7 | 219 | 0.21 | 0.97 | 0 | 0.14 | 286.7 | 0.94 | 0.44 |
| Hex | AC | 7 | DB | 15 | 61 | 0 | E | 11F | 5E | 2C |
| Octal | 254 | 7 | 333 | 25 | 141 | 0 | 16 | 437 | 136 | 54 |
| Binary | 10101100 | 111 | 11011011 | 10101 | 1100001 | 0 | 1110 | 100011111 | 1011110 | 101100 |
Color Harmonies of #AC07DB
Complementary color
Monochromatic Colors of #AC07DB
Black with #AC07DB
Text Example
Text Example
White with #AC07DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC07DB; }
p { color: rgb(172,7,219); }
H1.HeaderClassName
{
color: #AC07DB;
}
.AnyTagClassName
{
color: #AC07DB;
}
</style>
background-color css
<style>
a { background-color: #AC07DB; }
a { background-color: rgb(172,7,219); }
div.DivClassName
{
background-color: #AC07DB;
}
.BgClassName
{
background-color: #AC07DB;
}
</style>
border-color css
<style>
span { border-color: #AC07DB; }
span { border-color: rgb(172,7,219); }
td.TdClassName
{
border-color: #AC07DB;
}
.TagClassName
{
border-color: #AC07DB;
}
</style>