Shades of Dark Violet #AC08DB
Tints of Dark Violet #AC08DB
RGB
CMYK
RGB Variations
Color information
#AC08DB (or 0xAC08DB) is known color: Dark Violet. HEX triplet: AC, 08 and DB. RGB value is (172,8,219). Sum of RGB (Red+Green+Blue) = 172+8+219=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 8 (3.52% from 255 or 2.01% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC08DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC08DB is #53F724. Grayscale: #505050. Windows color (decimal): -5502757 or 14354604. OLE color: 14354604.
HSL color Cylindrical-coordinate representation of color #AC08DB: hue angle of 286.64º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AC08DB is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 8 | 219 | - |
| CMYK | 0.21 | 0.96 | 0 | 0.14 |
| HSL | 286.64º | 0.93% | 0.45% | - |
| HSV(B) | 286.64º | 0.96% | 0.86% | - |
| XYZ | 29.89 | 14.06 | 68.16 | - |
| YUV | 81.09 | 205.83 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 8 | 219 | 0.21 | 0.96 | 0 | 0.14 | 286.64 | 0.93 | 0.45 |
| Hex | AC | 8 | DB | 15 | 60 | 0 | E | 11F | 5D | 2D |
| Octal | 254 | 10 | 333 | 25 | 140 | 0 | 16 | 437 | 135 | 55 |
| Binary | 10101100 | 1000 | 11011011 | 10101 | 1100000 | 0 | 1110 | 100011111 | 1011101 | 101101 |
Color Harmonies of #AC08DB
Complementary color
Monochromatic Colors of #AC08DB
Black with #AC08DB
Text Example
Text Example
White with #AC08DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC08DB; }
p { color: rgb(172,8,219); }
H1.HeaderClassName
{
color: #AC08DB;
}
.AnyTagClassName
{
color: #AC08DB;
}
</style>
background-color css
<style>
a { background-color: #AC08DB; }
a { background-color: rgb(172,8,219); }
div.DivClassName
{
background-color: #AC08DB;
}
.BgClassName
{
background-color: #AC08DB;
}
</style>
border-color css
<style>
span { border-color: #AC08DB; }
span { border-color: rgb(172,8,219); }
td.TdClassName
{
border-color: #AC08DB;
}
.TagClassName
{
border-color: #AC08DB;
}
</style>