Shades of Dark Violet #AC15C8
Tints of Dark Violet #AC15C8
RGB
CMYK
RGB Variations
Color information
#AC15C8 (or 0xAC15C8) is known color: Dark Violet. HEX triplet: AC, 15 and C8. RGB value is (172,21,200). Sum of RGB (Red+Green+Blue) = 172+21+200=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 21 (8.59% from 255 or 5.34% from 393); Blue value is 200 (78.52% from 255 or 50.89% from 393); Max value from RGB is 200 - color contains mainly: blue. Hex color #AC15C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC15C8 is #53EA37. Grayscale: #555555. Windows color (decimal): -5499448 or 13112748. OLE color: 13112748.
HSL color Cylindrical-coordinate representation of color #AC15C8: hue angle of 290.61º 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 #AC15C8 is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 21 | 200 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.22 |
| HSL | 290.61º | 0.81% | 0.43% | - |
| HSV(B) | 290.61º | 0.9% | 0.78% | - |
| XYZ | 27.71 | 13.48 | 55.78 | - |
| YUV | 86.56 | 192.03 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 21 | 200 | 0.14 | 0.90 | 0 | 0.22 | 290.61 | 0.81 | 0.43 |
| Hex | AC | 15 | C8 | E | 5A | 0 | 16 | 123 | 51 | 2B |
| Octal | 254 | 25 | 310 | 16 | 132 | 0 | 26 | 443 | 121 | 53 |
| Binary | 10101100 | 10101 | 11001000 | 1110 | 1011010 | 0 | 10110 | 100100011 | 1010001 | 101011 |
Color Harmonies of #AC15C8
Complementary color
Monochromatic Colors of #AC15C8
Black with #AC15C8
Text Example
Text Example
White with #AC15C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC15C8; }
p { color: rgb(172,21,200); }
H1.HeaderClassName
{
color: #AC15C8;
}
.AnyTagClassName
{
color: #AC15C8;
}
</style>
background-color css
<style>
a { background-color: #AC15C8; }
a { background-color: rgb(172,21,200); }
div.DivClassName
{
background-color: #AC15C8;
}
.BgClassName
{
background-color: #AC15C8;
}
</style>
border-color css
<style>
span { border-color: #AC15C8; }
span { border-color: rgb(172,21,200); }
td.TdClassName
{
border-color: #AC15C8;
}
.TagClassName
{
border-color: #AC15C8;
}
</style>