Shades of Medium Violet Red #AC0992
Tints of Medium Violet Red #AC0992
RGB
CMYK
RGB Variations
Color information
#AC0992 (or 0xAC0992) is known color: Medium Violet Red. HEX triplet: AC, 09 and 92. RGB value is (172,9,146). Sum of RGB (Red+Green+Blue) = 172+9+146=327 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.60% from 327); Green value is 9 (3.91% from 255 or 2.75% from 327); Blue value is 146 (57.42% from 255 or 44.65% from 327); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0992 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0992 is #53F66D. Grayscale: #484848. Windows color (decimal): -5502574 or 9570732. OLE color: 9570732.
HSL color Cylindrical-coordinate representation of color #AC0992: hue angle of 309.57º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC0992 is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 9 | 146 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.33 |
| HSL | 309.57º | 0.9% | 0.35% | - |
| HSV(B) | 309.57º | 0.95% | 0.67% | - |
| XYZ | 22.3 | 11.04 | 28.15 | - |
| YUV | 73.36 | 169 | 198.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 9 | 146 | 0 | 0.95 | 0.15 | 0.33 | 309.57 | 0.9 | 0.35 |
| Hex | AC | 9 | 92 | 0 | 5F | F | 21 | 136 | 5A | 23 |
| Octal | 254 | 11 | 222 | 0 | 137 | 17 | 41 | 466 | 132 | 43 |
| Binary | 10101100 | 1001 | 10010010 | 0 | 1011111 | 1111 | 100001 | 100110110 | 1011010 | 100011 |
Color Harmonies of #AC0992
Complementary color
Monochromatic Colors of #AC0992
Black with #AC0992
Text Example
Text Example
White with #AC0992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0992; }
p { color: rgb(172,9,146); }
H1.HeaderClassName
{
color: #AC0992;
}
.AnyTagClassName
{
color: #AC0992;
}
</style>
background-color css
<style>
a { background-color: #AC0992; }
a { background-color: rgb(172,9,146); }
div.DivClassName
{
background-color: #AC0992;
}
.BgClassName
{
background-color: #AC0992;
}
</style>
border-color css
<style>
span { border-color: #AC0992; }
span { border-color: rgb(172,9,146); }
td.TdClassName
{
border-color: #AC0992;
}
.TagClassName
{
border-color: #AC0992;
}
</style>