Shades of Medium Violet Red #AC0982
Tints of Medium Violet Red #AC0982
RGB
CMYK
RGB Variations
Color information
#AC0982 (or 0xAC0982) is known color: Medium Violet Red. HEX triplet: AC, 09 and 82. RGB value is (172,9,130). Sum of RGB (Red+Green+Blue) = 172+9+130=311 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.31% from 311); Green value is 9 (3.91% from 255 or 2.89% from 311); Blue value is 130 (51.17% from 255 or 41.80% from 311); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0982 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0982 is #53F67D. Grayscale: #474747. Windows color (decimal): -5502590 or 8522156. OLE color: 8522156.
HSL color Cylindrical-coordinate representation of color #AC0982: hue angle of 315.46º 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 #AC0982 is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 9 | 130 | - |
| CMYK | 0 | 0.95 | 0.24 | 0.33 |
| HSL | 315.46º | 0.9% | 0.35% | - |
| HSV(B) | 315.46º | 0.95% | 0.67% | - |
| XYZ | 21.14 | 10.58 | 22.05 | - |
| YUV | 71.53 | 161 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 9 | 130 | 0 | 0.95 | 0.24 | 0.33 | 315.46 | 0.9 | 0.35 |
| Hex | AC | 9 | 82 | 0 | 5F | 18 | 21 | 13B | 5A | 23 |
| Octal | 254 | 11 | 202 | 0 | 137 | 30 | 41 | 473 | 132 | 43 |
| Binary | 10101100 | 1001 | 10000010 | 0 | 1011111 | 11000 | 100001 | 100111011 | 1011010 | 100011 |
Color Harmonies of #AC0982
Complementary color
Monochromatic Colors of #AC0982
Black with #AC0982
Text Example
Text Example
White with #AC0982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0982; }
p { color: rgb(172,9,130); }
H1.HeaderClassName
{
color: #AC0982;
}
.AnyTagClassName
{
color: #AC0982;
}
</style>
background-color css
<style>
a { background-color: #AC0982; }
a { background-color: rgb(172,9,130); }
div.DivClassName
{
background-color: #AC0982;
}
.BgClassName
{
background-color: #AC0982;
}
</style>
border-color css
<style>
span { border-color: #AC0982; }
span { border-color: rgb(172,9,130); }
td.TdClassName
{
border-color: #AC0982;
}
.TagClassName
{
border-color: #AC0982;
}
</style>