Shades of Dark Violet #AC09CE
Tints of Dark Violet #AC09CE
RGB
CMYK
RGB Variations
Color information
#AC09CE (or 0xAC09CE) is known color: Dark Violet. HEX triplet: AC, 09 and CE. RGB value is (172,9,206). Sum of RGB (Red+Green+Blue) = 172+9+206=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 9 (3.91% from 255 or 2.33% from 387); Blue value is 206 (80.86% from 255 or 53.23% from 387); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC09CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC09CE is #53F631. Grayscale: #4F4F4F. Windows color (decimal): -5502514 or 13502892. OLE color: 13502892.
HSL color Cylindrical-coordinate representation of color #AC09CE: hue angle of 289.64º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AC09CE is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 9 | 206 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.19 |
| HSL | 289.64º | 0.92% | 0.42% | - |
| HSV(B) | 289.64º | 0.96% | 0.81% | - |
| XYZ | 28.25 | 13.42 | 59.49 | - |
| YUV | 80.2 | 199 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 9 | 206 | 0.17 | 0.96 | 0 | 0.19 | 289.64 | 0.92 | 0.42 |
| Hex | AC | 9 | CE | 11 | 60 | 0 | 13 | 122 | 5C | 2A |
| Octal | 254 | 11 | 316 | 21 | 140 | 0 | 23 | 442 | 134 | 52 |
| Binary | 10101100 | 1001 | 11001110 | 10001 | 1100000 | 0 | 10011 | 100100010 | 1011100 | 101010 |
Color Harmonies of #AC09CE
Complementary color
Monochromatic Colors of #AC09CE
Black with #AC09CE
Text Example
Text Example
White with #AC09CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC09CE; }
p { color: rgb(172,9,206); }
H1.HeaderClassName
{
color: #AC09CE;
}
.AnyTagClassName
{
color: #AC09CE;
}
</style>
background-color css
<style>
a { background-color: #AC09CE; }
a { background-color: rgb(172,9,206); }
div.DivClassName
{
background-color: #AC09CE;
}
.BgClassName
{
background-color: #AC09CE;
}
</style>
border-color css
<style>
span { border-color: #AC09CE; }
span { border-color: rgb(172,9,206); }
td.TdClassName
{
border-color: #AC09CE;
}
.TagClassName
{
border-color: #AC09CE;
}
</style>