Shades of Medium Violet Red #AC0882
Tints of Medium Violet Red #AC0882
RGB
CMYK
RGB Variations
Color information
#AC0882 (or 0xAC0882) is known color: Medium Violet Red. HEX triplet: AC, 08 and 82. RGB value is (172,8,130). Sum of RGB (Red+Green+Blue) = 172+8+130=310 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.48% from 310); Green value is 8 (3.52% from 255 or 2.58% from 310); Blue value is 130 (51.17% from 255 or 41.94% from 310); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0882 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0882 is #53F77D. Grayscale: #464646. Windows color (decimal): -5502846 or 8521900. OLE color: 8521900.
HSL color Cylindrical-coordinate representation of color #AC0882: hue angle of 315.37º degrees, saturation: 0.91, 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 #AC0882 is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 8 | 130 | - |
| CMYK | 0 | 0.95 | 0.24 | 0.33 |
| HSL | 315.37º | 0.91% | 0.35% | - |
| HSV(B) | 315.37º | 0.95% | 0.67% | - |
| XYZ | 21.13 | 10.56 | 22.04 | - |
| YUV | 70.94 | 161.33 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 8 | 130 | 0 | 0.95 | 0.24 | 0.33 | 315.37 | 0.91 | 0.35 |
| Hex | AC | 8 | 82 | 0 | 5F | 18 | 21 | 13B | 5B | 23 |
| Octal | 254 | 10 | 202 | 0 | 137 | 30 | 41 | 473 | 133 | 43 |
| Binary | 10101100 | 1000 | 10000010 | 0 | 1011111 | 11000 | 100001 | 100111011 | 1011011 | 100011 |
Color Harmonies of #AC0882
Complementary color
Monochromatic Colors of #AC0882
Black with #AC0882
Text Example
Text Example
White with #AC0882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0882; }
p { color: rgb(172,8,130); }
H1.HeaderClassName
{
color: #AC0882;
}
.AnyTagClassName
{
color: #AC0882;
}
</style>
background-color css
<style>
a { background-color: #AC0882; }
a { background-color: rgb(172,8,130); }
div.DivClassName
{
background-color: #AC0882;
}
.BgClassName
{
background-color: #AC0882;
}
</style>
border-color css
<style>
span { border-color: #AC0882; }
span { border-color: rgb(172,8,130); }
td.TdClassName
{
border-color: #AC0882;
}
.TagClassName
{
border-color: #AC0882;
}
</style>