Shades of Dark Violet #AC15C6
Tints of Dark Violet #AC15C6
RGB
CMYK
RGB Variations
Color information
#AC15C6 (or 0xAC15C6) is known color: Dark Violet. HEX triplet: AC, 15 and C6. RGB value is (172,21,198). Sum of RGB (Red+Green+Blue) = 172+21+198=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 21 (8.59% from 255 or 5.37% from 391); Blue value is 198 (77.73% from 255 or 50.64% from 391); Max value from RGB is 198 - color contains mainly: blue. Hex color #AC15C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC15C6 is #53EA39. Grayscale: #555555. Windows color (decimal): -5499450 or 12981676. OLE color: 12981676.
HSL color Cylindrical-coordinate representation of color #AC15C6: hue angle of 291.19º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC15C6 is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 21 | 198 | - |
| CMYK | 0.13 | 0.89 | 0 | 0.22 |
| HSL | 291.19º | 0.81% | 0.43% | - |
| HSV(B) | 291.19º | 0.89% | 0.78% | - |
| XYZ | 27.47 | 13.38 | 54.56 | - |
| YUV | 86.33 | 191.03 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 21 | 198 | 0.13 | 0.89 | 0 | 0.22 | 291.19 | 0.81 | 0.43 |
| Hex | AC | 15 | C6 | D | 59 | 0 | 16 | 123 | 51 | 2B |
| Octal | 254 | 25 | 306 | 15 | 131 | 0 | 26 | 443 | 121 | 53 |
| Binary | 10101100 | 10101 | 11000110 | 1101 | 1011001 | 0 | 10110 | 100100011 | 1010001 | 101011 |
Color Harmonies of #AC15C6
Complementary color
Monochromatic Colors of #AC15C6
Black with #AC15C6
Text Example
Text Example
White with #AC15C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC15C6; }
p { color: rgb(172,21,198); }
H1.HeaderClassName
{
color: #AC15C6;
}
.AnyTagClassName
{
color: #AC15C6;
}
</style>
background-color css
<style>
a { background-color: #AC15C6; }
a { background-color: rgb(172,21,198); }
div.DivClassName
{
background-color: #AC15C6;
}
.BgClassName
{
background-color: #AC15C6;
}
</style>
border-color css
<style>
span { border-color: #AC15C6; }
span { border-color: rgb(172,21,198); }
td.TdClassName
{
border-color: #AC15C6;
}
.TagClassName
{
border-color: #AC15C6;
}
</style>