Shades of Medium Violet Red #AC098A
Tints of Medium Violet Red #AC098A
RGB
CMYK
RGB Variations
Color information
#AC098A (or 0xAC098A) is known color: Medium Violet Red. HEX triplet: AC, 09 and 8A. RGB value is (172,9,138). Sum of RGB (Red+Green+Blue) = 172+9+138=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 9 (3.91% from 255 or 2.82% from 319); Blue value is 138 (54.30% from 255 or 43.26% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC098A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC098A is #53F675. Grayscale: #484848. Windows color (decimal): -5502582 or 9046444. OLE color: 9046444.
HSL color Cylindrical-coordinate representation of color #AC098A: hue angle of 312.52º 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 #AC098A is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 9 | 138 | - |
| CMYK | 0 | 0.95 | 0.20 | 0.33 |
| HSL | 312.52º | 0.9% | 0.35% | - |
| HSV(B) | 312.52º | 0.95% | 0.67% | - |
| XYZ | 21.7 | 10.8 | 24.99 | - |
| YUV | 72.44 | 165 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 9 | 138 | 0 | 0.95 | 0.20 | 0.33 | 312.52 | 0.9 | 0.35 |
| Hex | AC | 9 | 8A | 0 | 5F | 14 | 21 | 139 | 5A | 23 |
| Octal | 254 | 11 | 212 | 0 | 137 | 24 | 41 | 471 | 132 | 43 |
| Binary | 10101100 | 1001 | 10001010 | 0 | 1011111 | 10100 | 100001 | 100111001 | 1011010 | 100011 |
Color Harmonies of #AC098A
Complementary color
Monochromatic Colors of #AC098A
Black with #AC098A
Text Example
Text Example
White with #AC098A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC098A; }
p { color: rgb(172,9,138); }
H1.HeaderClassName
{
color: #AC098A;
}
.AnyTagClassName
{
color: #AC098A;
}
</style>
background-color css
<style>
a { background-color: #AC098A; }
a { background-color: rgb(172,9,138); }
div.DivClassName
{
background-color: #AC098A;
}
.BgClassName
{
background-color: #AC098A;
}
</style>
border-color css
<style>
span { border-color: #AC098A; }
span { border-color: rgb(172,9,138); }
td.TdClassName
{
border-color: #AC098A;
}
.TagClassName
{
border-color: #AC098A;
}
</style>