Shades of Dark Violet #AC15D7
Tints of Dark Violet #AC15D7
RGB
CMYK
RGB Variations
Color information
#AC15D7 (or 0xAC15D7) is known color: Dark Violet. HEX triplet: AC, 15 and D7. RGB value is (172,21,215). Sum of RGB (Red+Green+Blue) = 172+21+215=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 21 (8.59% from 255 or 5.15% from 408); Blue value is 215 (84.38% from 255 or 52.70% from 408); Max value from RGB is 215 - color contains mainly: blue. Hex color #AC15D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC15D7 is #53EA28. Grayscale: #575757. Windows color (decimal): -5499433 or 14095788. OLE color: 14095788.
HSL color Cylindrical-coordinate representation of color #AC15D7: hue angle of 286.7º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC15D7 is Cyan = 0.2, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 21 | 215 | - |
| CMYK | 0.2 | 0.90 | 0 | 0.16 |
| HSL | 286.7º | 0.82% | 0.46% | - |
| HSV(B) | 286.7º | 0.9% | 0.84% | - |
| XYZ | 29.55 | 14.21 | 65.48 | - |
| YUV | 88.27 | 199.53 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 21 | 215 | 0.2 | 0.90 | 0 | 0.16 | 286.7 | 0.82 | 0.46 |
| Hex | AC | 15 | D7 | 14 | 5A | 0 | 10 | 11F | 52 | 2E |
| Octal | 254 | 25 | 327 | 24 | 132 | 0 | 20 | 437 | 122 | 56 |
| Binary | 10101100 | 10101 | 11010111 | 10100 | 1011010 | 0 | 10000 | 100011111 | 1010010 | 101110 |
Color Harmonies of #AC15D7
Complementary color
Monochromatic Colors of #AC15D7
Black with #AC15D7
Text Example
Text Example
White with #AC15D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC15D7; }
p { color: rgb(172,21,215); }
H1.HeaderClassName
{
color: #AC15D7;
}
.AnyTagClassName
{
color: #AC15D7;
}
</style>
background-color css
<style>
a { background-color: #AC15D7; }
a { background-color: rgb(172,21,215); }
div.DivClassName
{
background-color: #AC15D7;
}
.BgClassName
{
background-color: #AC15D7;
}
</style>
border-color css
<style>
span { border-color: #AC15D7; }
span { border-color: rgb(172,21,215); }
td.TdClassName
{
border-color: #AC15D7;
}
.TagClassName
{
border-color: #AC15D7;
}
</style>