Shades of Dark Violet #AC09C1
Tints of Dark Violet #AC09C1
RGB
CMYK
RGB Variations
Color information
#AC09C1 (or 0xAC09C1) is known color: Dark Violet. HEX triplet: AC, 09 and C1. RGB value is (172,9,193). Sum of RGB (Red+Green+Blue) = 172+9+193=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 9 (3.91% from 255 or 2.41% from 374); Blue value is 193 (75.78% from 255 or 51.60% from 374); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC09C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC09C1 is #53F63E. Grayscale: #4E4E4E. Windows color (decimal): -5502527 or 12650924. OLE color: 12650924.
HSL color Cylindrical-coordinate representation of color #AC09C1: hue angle of 293.15º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC09C1 is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 9 | 193 | - |
| CMYK | 0.11 | 0.95 | 0 | 0.24 |
| HSL | 293.15º | 0.91% | 0.4% | - |
| HSV(B) | 293.15º | 0.95% | 0.76% | - |
| XYZ | 26.74 | 12.82 | 51.52 | - |
| YUV | 78.71 | 192.5 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 9 | 193 | 0.11 | 0.95 | 0 | 0.24 | 293.15 | 0.91 | 0.4 |
| Hex | AC | 9 | C1 | B | 5F | 0 | 18 | 125 | 5B | 28 |
| Octal | 254 | 11 | 301 | 13 | 137 | 0 | 30 | 445 | 133 | 50 |
| Binary | 10101100 | 1001 | 11000001 | 1011 | 1011111 | 0 | 11000 | 100100101 | 1011011 | 101000 |
Color Harmonies of #AC09C1
Complementary color
Monochromatic Colors of #AC09C1
Black with #AC09C1
Text Example
Text Example
White with #AC09C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC09C1; }
p { color: rgb(172,9,193); }
H1.HeaderClassName
{
color: #AC09C1;
}
.AnyTagClassName
{
color: #AC09C1;
}
</style>
background-color css
<style>
a { background-color: #AC09C1; }
a { background-color: rgb(172,9,193); }
div.DivClassName
{
background-color: #AC09C1;
}
.BgClassName
{
background-color: #AC09C1;
}
</style>
border-color css
<style>
span { border-color: #AC09C1; }
span { border-color: rgb(172,9,193); }
td.TdClassName
{
border-color: #AC09C1;
}
.TagClassName
{
border-color: #AC09C1;
}
</style>