Shades of Dark Violet #AC09C6
Tints of Dark Violet #AC09C6
RGB
CMYK
RGB Variations
Color information
#AC09C6 (or 0xAC09C6) is known color: Dark Violet. HEX triplet: AC, 09 and C6. RGB value is (172,9,198). Sum of RGB (Red+Green+Blue) = 172+9+198=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 9 (3.91% from 255 or 2.37% from 379); Blue value is 198 (77.73% from 255 or 52.24% from 379); Max value from RGB is 198 - color contains mainly: blue. Hex color #AC09C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC09C6 is #53F639. Grayscale: #4E4E4E. Windows color (decimal): -5502522 or 12978604. OLE color: 12978604.
HSL color Cylindrical-coordinate representation of color #AC09C6: hue angle of 291.75º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC09C6 is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 9 | 198 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.22 |
| HSL | 291.75º | 0.91% | 0.41% | - |
| HSV(B) | 291.75º | 0.95% | 0.78% | - |
| XYZ | 27.3 | 13.04 | 54.5 | - |
| YUV | 79.28 | 195 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 9 | 198 | 0.13 | 0.95 | 0 | 0.22 | 291.75 | 0.91 | 0.41 |
| Hex | AC | 9 | C6 | D | 5F | 0 | 16 | 124 | 5B | 29 |
| Octal | 254 | 11 | 306 | 15 | 137 | 0 | 26 | 444 | 133 | 51 |
| Binary | 10101100 | 1001 | 11000110 | 1101 | 1011111 | 0 | 10110 | 100100100 | 1011011 | 101001 |
Color Harmonies of #AC09C6
Complementary color
Monochromatic Colors of #AC09C6
Black with #AC09C6
Text Example
Text Example
White with #AC09C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC09C6; }
p { color: rgb(172,9,198); }
H1.HeaderClassName
{
color: #AC09C6;
}
.AnyTagClassName
{
color: #AC09C6;
}
</style>
background-color css
<style>
a { background-color: #AC09C6; }
a { background-color: rgb(172,9,198); }
div.DivClassName
{
background-color: #AC09C6;
}
.BgClassName
{
background-color: #AC09C6;
}
</style>
border-color css
<style>
span { border-color: #AC09C6; }
span { border-color: rgb(172,9,198); }
td.TdClassName
{
border-color: #AC09C6;
}
.TagClassName
{
border-color: #AC09C6;
}
</style>