Shades of Dark Violet #AC09E1
Tints of Dark Violet #AC09E1
RGB
CMYK
RGB Variations
Color information
#AC09E1 (or 0xAC09E1) is known color: Dark Violet. HEX triplet: AC, 09 and E1. RGB value is (172,9,225). Sum of RGB (Red+Green+Blue) = 172+9+225=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 9 (3.91% from 255 or 2.22% from 406); Blue value is 225 (88.28% from 255 or 55.42% from 406); Max value from RGB is 225 - color contains mainly: blue. Hex color #AC09E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC09E1 is #53F61E. Grayscale: #515151. Windows color (decimal): -5502495 or 14748076. OLE color: 14748076.
HSL color Cylindrical-coordinate representation of color #AC09E1: hue angle of 285.28º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AC09E1 is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 9 | 225 | - |
| CMYK | 0.24 | 0.96 | 0 | 0.12 |
| HSL | 285.28º | 0.92% | 0.46% | - |
| HSV(B) | 285.28º | 0.96% | 0.88% | - |
| XYZ | 30.7 | 14.4 | 72.4 | - |
| YUV | 82.36 | 208.5 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 9 | 225 | 0.24 | 0.96 | 0 | 0.12 | 285.28 | 0.92 | 0.46 |
| Hex | AC | 9 | E1 | 18 | 60 | 0 | C | 11D | 5C | 2E |
| Octal | 254 | 11 | 341 | 30 | 140 | 0 | 14 | 435 | 134 | 56 |
| Binary | 10101100 | 1001 | 11100001 | 11000 | 1100000 | 0 | 1100 | 100011101 | 1011100 | 101110 |
Color Harmonies of #AC09E1
Complementary color
Monochromatic Colors of #AC09E1
Black with #AC09E1
Text Example
Text Example
White with #AC09E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC09E1; }
p { color: rgb(172,9,225); }
H1.HeaderClassName
{
color: #AC09E1;
}
.AnyTagClassName
{
color: #AC09E1;
}
</style>
background-color css
<style>
a { background-color: #AC09E1; }
a { background-color: rgb(172,9,225); }
div.DivClassName
{
background-color: #AC09E1;
}
.BgClassName
{
background-color: #AC09E1;
}
</style>
border-color css
<style>
span { border-color: #AC09E1; }
span { border-color: rgb(172,9,225); }
td.TdClassName
{
border-color: #AC09E1;
}
.TagClassName
{
border-color: #AC09E1;
}
</style>