Shades of Dark Violet #AC15D2
Tints of Dark Violet #AC15D2
RGB
CMYK
RGB Variations
Color information
#AC15D2 (or 0xAC15D2) is known color: Dark Violet. HEX triplet: AC, 15 and D2. RGB value is (172,21,210). Sum of RGB (Red+Green+Blue) = 172+21+210=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 21 (8.59% from 255 or 5.21% from 403); Blue value is 210 (82.42% from 255 or 52.11% from 403); Max value from RGB is 210 - color contains mainly: blue. Hex color #AC15D2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC15D2 is #53EA2D. Grayscale: #575757. Windows color (decimal): -5499438 or 13768108. OLE color: 13768108.
HSL color Cylindrical-coordinate representation of color #AC15D2: hue angle of 287.94º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC15D2 is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 21 | 210 | - |
| CMYK | 0.18 | 0.90 | 0 | 0.18 |
| HSL | 287.94º | 0.82% | 0.45% | - |
| HSV(B) | 287.94º | 0.9% | 0.82% | - |
| XYZ | 28.91 | 13.96 | 62.14 | - |
| YUV | 87.7 | 197.03 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 21 | 210 | 0.18 | 0.90 | 0 | 0.18 | 287.94 | 0.82 | 0.45 |
| Hex | AC | 15 | D2 | 12 | 5A | 0 | 12 | 120 | 52 | 2D |
| Octal | 254 | 25 | 322 | 22 | 132 | 0 | 22 | 440 | 122 | 55 |
| Binary | 10101100 | 10101 | 11010010 | 10010 | 1011010 | 0 | 10010 | 100100000 | 1010010 | 101101 |
Color Harmonies of #AC15D2
Complementary color
Monochromatic Colors of #AC15D2
Black with #AC15D2
Text Example
Text Example
White with #AC15D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC15D2; }
p { color: rgb(172,21,210); }
H1.HeaderClassName
{
color: #AC15D2;
}
.AnyTagClassName
{
color: #AC15D2;
}
</style>
background-color css
<style>
a { background-color: #AC15D2; }
a { background-color: rgb(172,21,210); }
div.DivClassName
{
background-color: #AC15D2;
}
.BgClassName
{
background-color: #AC15D2;
}
</style>
border-color css
<style>
span { border-color: #AC15D2; }
span { border-color: rgb(172,21,210); }
td.TdClassName
{
border-color: #AC15D2;
}
.TagClassName
{
border-color: #AC15D2;
}
</style>