Shades of Dark Violet #AC05C9
Tints of Dark Violet #AC05C9
RGB
CMYK
RGB Variations
Color information
#AC05C9 (or 0xAC05C9) is known color: Dark Violet. HEX triplet: AC, 05 and C9. RGB value is (172,5,201). Sum of RGB (Red+Green+Blue) = 172+5+201=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 5 (2.34% from 255 or 1.32% from 378); Blue value is 201 (78.91% from 255 or 53.17% from 378); Max value from RGB is 201 - color contains mainly: blue. Hex color #AC05C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC05C9 is #53FA36. Grayscale: #4C4C4C. Windows color (decimal): -5503543 or 13174188. OLE color: 13174188.
HSL color Cylindrical-coordinate representation of color #AC05C9: hue angle of 291.12º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC05C9 is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 5 | 201 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.21 |
| HSL | 291.12º | 0.95% | 0.4% | - |
| HSV(B) | 291.12º | 0.98% | 0.79% | - |
| XYZ | 27.61 | 13.1 | 56.33 | - |
| YUV | 77.28 | 197.83 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 5 | 201 | 0.14 | 0.98 | 0 | 0.21 | 291.12 | 0.95 | 0.4 |
| Hex | AC | 5 | C9 | E | 62 | 0 | 15 | 123 | 5F | 28 |
| Octal | 254 | 5 | 311 | 16 | 142 | 0 | 25 | 443 | 137 | 50 |
| Binary | 10101100 | 101 | 11001001 | 1110 | 1100010 | 0 | 10101 | 100100011 | 1011111 | 101000 |
Color Harmonies of #AC05C9
Complementary color
Monochromatic Colors of #AC05C9
Black with #AC05C9
Text Example
Text Example
White with #AC05C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC05C9; }
p { color: rgb(172,5,201); }
H1.HeaderClassName
{
color: #AC05C9;
}
.AnyTagClassName
{
color: #AC05C9;
}
</style>
background-color css
<style>
a { background-color: #AC05C9; }
a { background-color: rgb(172,5,201); }
div.DivClassName
{
background-color: #AC05C9;
}
.BgClassName
{
background-color: #AC05C9;
}
</style>
border-color css
<style>
span { border-color: #AC05C9; }
span { border-color: rgb(172,5,201); }
td.TdClassName
{
border-color: #AC05C9;
}
.TagClassName
{
border-color: #AC05C9;
}
</style>