Shades of Medium Violet Red #AC098D
Tints of Medium Violet Red #AC098D
RGB
CMYK
RGB Variations
Color information
#AC098D (or 0xAC098D) is known color: Medium Violet Red. HEX triplet: AC, 09 and 8D. RGB value is (172,9,141). Sum of RGB (Red+Green+Blue) = 172+9+141=322 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.42% from 322); Green value is 9 (3.91% from 255 or 2.80% from 322); Blue value is 141 (55.47% from 255 or 43.79% from 322); Max value from RGB is 172 - color contains mainly: red. Hex color #AC098D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC098D is #53F672. Grayscale: #484848. Windows color (decimal): -5502579 or 9243052. OLE color: 9243052.
HSL color Cylindrical-coordinate representation of color #AC098D: hue angle of 311.41º 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 #AC098D is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 9 | 141 | - |
CMYK | 0 | 0.95 | 0.18 | 0.33 |
HSL | 311.41º | 0.9% | 0.35% | - |
HSV(B) | 311.41º | 0.95% | 0.67% | - |
XYZ | 21.92 | 10.89 | 26.15 | - |
YUV | 72.79 | 166.5 | 198.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 9 | 141 | 0 | 0.95 | 0.18 | 0.33 | 311.41 | 0.9 | 0.35 |
Hex | AC | 9 | 8D | 0 | 5F | 12 | 21 | 137 | 5A | 23 |
Octal | 254 | 11 | 215 | 0 | 137 | 22 | 41 | 467 | 132 | 43 |
Binary | 10101100 | 1001 | 10001101 | 0 | 1011111 | 10010 | 100001 | 100110111 | 1011010 | 100011 |
Color Harmonies of #AC098D
Complementary color
Monochromatic Colors of #AC098D
Black with #AC098D
Text Example
Text Example
White with #AC098D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC098D; }
p { color: rgb(172,9,141); }
H1.HeaderClassName
{
color: #AC098D;
}
.AnyTagClassName
{
color: #AC098D;
}
</style>
background-color css
<style>
a { background-color: #AC098D; }
a { background-color: rgb(172,9,141); }
div.DivClassName
{
background-color: #AC098D;
}
.BgClassName
{
background-color: #AC098D;
}
</style>
border-color css
<style>
span { border-color: #AC098D; }
span { border-color: rgb(172,9,141); }
td.TdClassName
{
border-color: #AC098D;
}
.TagClassName
{
border-color: #AC098D;
}
</style>