Shades of Dark Violet #AC15DB
Tints of Dark Violet #AC15DB
RGB
CMYK
RGB Variations
Color information
#AC15DB (or 0xAC15DB) is known color: Dark Violet. HEX triplet: AC, 15 and DB. RGB value is (172,21,219). Sum of RGB (Red+Green+Blue) = 172+21+219=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 21 (8.59% from 255 or 5.10% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC15DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC15DB is #53EA24. Grayscale: #585858. Windows color (decimal): -5499429 or 14357932. OLE color: 14357932.
HSL color Cylindrical-coordinate representation of color #AC15DB: hue angle of 285.76º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC15DB is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 21 | 219 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.14 |
| HSL | 285.76º | 0.83% | 0.47% | - |
| HSV(B) | 285.76º | 0.9% | 0.86% | - |
| XYZ | 30.07 | 14.42 | 68.22 | - |
| YUV | 88.72 | 201.53 | 187.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 21 | 219 | 0.21 | 0.90 | 0 | 0.14 | 285.76 | 0.83 | 0.47 |
| Hex | AC | 15 | DB | 15 | 5A | 0 | E | 11E | 52 | 2F |
| Octal | 254 | 25 | 333 | 25 | 132 | 0 | 16 | 436 | 122 | 57 |
| Binary | 10101100 | 10101 | 11011011 | 10101 | 1011010 | 0 | 1110 | 100011110 | 1010010 | 101111 |
Color Harmonies of #AC15DB
Complementary color
Monochromatic Colors of #AC15DB
Black with #AC15DB
Text Example
Text Example
White with #AC15DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC15DB; }
p { color: rgb(172,21,219); }
H1.HeaderClassName
{
color: #AC15DB;
}
.AnyTagClassName
{
color: #AC15DB;
}
</style>
background-color css
<style>
a { background-color: #AC15DB; }
a { background-color: rgb(172,21,219); }
div.DivClassName
{
background-color: #AC15DB;
}
.BgClassName
{
background-color: #AC15DB;
}
</style>
border-color css
<style>
span { border-color: #AC15DB; }
span { border-color: rgb(172,21,219); }
td.TdClassName
{
border-color: #AC15DB;
}
.TagClassName
{
border-color: #AC15DB;
}
</style>