Shades of Medium Violet Red #AC0482
Tints of Medium Violet Red #AC0482
RGB
CMYK
RGB Variations
Color information
#AC0482 (or 0xAC0482) is known color: Medium Violet Red. HEX triplet: AC, 04 and 82. RGB value is (172,4,130). Sum of RGB (Red+Green+Blue) = 172+4+130=306 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.21% from 306); Green value is 4 (1.95% from 255 or 1.31% from 306); Blue value is 130 (51.17% from 255 or 42.48% from 306); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0482 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0482 is #53FB7D. Grayscale: #444444. Windows color (decimal): -5503870 or 8520876. OLE color: 8520876.
HSL color Cylindrical-coordinate representation of color #AC0482: hue angle of 315º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC0482 is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 4 | 130 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.33 |
| HSL | 315º | 0.95% | 0.35% | - |
| HSV(B) | 315º | 0.98% | 0.67% | - |
| XYZ | 21.09 | 10.47 | 22.03 | - |
| YUV | 68.6 | 162.66 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 4 | 130 | 0 | 0.98 | 0.24 | 0.33 | 315 | 0.95 | 0.35 |
| Hex | AC | 4 | 82 | 0 | 62 | 18 | 21 | 13B | 5F | 23 |
| Octal | 254 | 4 | 202 | 0 | 142 | 30 | 41 | 473 | 137 | 43 |
| Binary | 10101100 | 100 | 10000010 | 0 | 1100010 | 11000 | 100001 | 100111011 | 1011111 | 100011 |
Color Harmonies of #AC0482
Complementary color
Monochromatic Colors of #AC0482
Black with #AC0482
Text Example
Text Example
White with #AC0482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0482; }
p { color: rgb(172,4,130); }
H1.HeaderClassName
{
color: #AC0482;
}
.AnyTagClassName
{
color: #AC0482;
}
</style>
background-color css
<style>
a { background-color: #AC0482; }
a { background-color: rgb(172,4,130); }
div.DivClassName
{
background-color: #AC0482;
}
.BgClassName
{
background-color: #AC0482;
}
</style>
border-color css
<style>
span { border-color: #AC0482; }
span { border-color: rgb(172,4,130); }
td.TdClassName
{
border-color: #AC0482;
}
.TagClassName
{
border-color: #AC0482;
}
</style>