Shades of Medium Violet Red #AC0B8D
Tints of Medium Violet Red #AC0B8D
RGB
CMYK
RGB Variations
Color information
#AC0B8D (or 0xAC0B8D) is known color: Medium Violet Red. HEX triplet: AC, 0B and 8D. RGB value is (172,11,141). Sum of RGB (Red+Green+Blue) = 172+11+141=324 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.09% from 324); Green value is 11 (4.69% from 255 or 3.40% from 324); Blue value is 141 (55.47% from 255 or 43.52% from 324); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0B8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0B8D is #53F472. Grayscale: #494949. Windows color (decimal): -5502067 or 9243564. OLE color: 9243564.
HSL color Cylindrical-coordinate representation of color #AC0B8D: hue angle of 311.55º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0B8D is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 11 | 141 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.33 |
| HSL | 311.55º | 0.88% | 0.36% | - |
| HSV(B) | 311.55º | 0.94% | 0.67% | - |
| XYZ | 21.94 | 10.93 | 26.15 | - |
| YUV | 73.96 | 165.84 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 11 | 141 | 0 | 0.94 | 0.18 | 0.33 | 311.55 | 0.88 | 0.36 |
| Hex | AC | B | 8D | 0 | 5E | 12 | 21 | 138 | 58 | 24 |
| Octal | 254 | 13 | 215 | 0 | 136 | 22 | 41 | 470 | 130 | 44 |
| Binary | 10101100 | 1011 | 10001101 | 0 | 1011110 | 10010 | 100001 | 100111000 | 1011000 | 100100 |
Color Harmonies of #AC0B8D
Complementary color
Monochromatic Colors of #AC0B8D
Black with #AC0B8D
Text Example
Text Example
White with #AC0B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0B8D; }
p { color: rgb(172,11,141); }
H1.HeaderClassName
{
color: #AC0B8D;
}
.AnyTagClassName
{
color: #AC0B8D;
}
</style>
background-color css
<style>
a { background-color: #AC0B8D; }
a { background-color: rgb(172,11,141); }
div.DivClassName
{
background-color: #AC0B8D;
}
.BgClassName
{
background-color: #AC0B8D;
}
</style>
border-color css
<style>
span { border-color: #AC0B8D; }
span { border-color: rgb(172,11,141); }
td.TdClassName
{
border-color: #AC0B8D;
}
.TagClassName
{
border-color: #AC0B8D;
}
</style>