Shades of Dark Violet #AC09C7
Tints of Dark Violet #AC09C7
RGB
CMYK
RGB Variations
Color information
#AC09C7 (or 0xAC09C7) is known color: Dark Violet. HEX triplet: AC, 09 and C7. RGB value is (172,9,199). Sum of RGB (Red+Green+Blue) = 172+9+199=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 9 (3.91% from 255 or 2.37% from 380); Blue value is 199 (78.12% from 255 or 52.37% from 380); Max value from RGB is 199 - color contains mainly: blue. Hex color #AC09C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC09C7 is #53F638. Grayscale: #4E4E4E. Windows color (decimal): -5502521 or 13044140. OLE color: 13044140.
HSL color Cylindrical-coordinate representation of color #AC09C7: hue angle of 291.47º 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 #AC09C7 is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 9 | 199 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.22 |
| HSL | 291.47º | 0.91% | 0.41% | - |
| HSV(B) | 291.47º | 0.95% | 0.78% | - |
| XYZ | 27.42 | 13.09 | 55.11 | - |
| YUV | 79.4 | 195.5 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 9 | 199 | 0.14 | 0.95 | 0 | 0.22 | 291.47 | 0.91 | 0.41 |
| Hex | AC | 9 | C7 | E | 5F | 0 | 16 | 123 | 5B | 29 |
| Octal | 254 | 11 | 307 | 16 | 137 | 0 | 26 | 443 | 133 | 51 |
| Binary | 10101100 | 1001 | 11000111 | 1110 | 1011111 | 0 | 10110 | 100100011 | 1011011 | 101001 |
Color Harmonies of #AC09C7
Complementary color
Monochromatic Colors of #AC09C7
Black with #AC09C7
Text Example
Text Example
White with #AC09C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC09C7; }
p { color: rgb(172,9,199); }
H1.HeaderClassName
{
color: #AC09C7;
}
.AnyTagClassName
{
color: #AC09C7;
}
</style>
background-color css
<style>
a { background-color: #AC09C7; }
a { background-color: rgb(172,9,199); }
div.DivClassName
{
background-color: #AC09C7;
}
.BgClassName
{
background-color: #AC09C7;
}
</style>
border-color css
<style>
span { border-color: #AC09C7; }
span { border-color: rgb(172,9,199); }
td.TdClassName
{
border-color: #AC09C7;
}
.TagClassName
{
border-color: #AC09C7;
}
</style>