Shades of Medium Violet Red #AC0B7E
Tints of Medium Violet Red #AC0B7E
RGB
CMYK
RGB Variations
Color information
#AC0B7E (or 0xAC0B7E) is known color: Medium Violet Red. HEX triplet: AC, 0B and 7E. RGB value is (172,11,126). Sum of RGB (Red+Green+Blue) = 172+11+126=309 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.66% from 309); Green value is 11 (4.69% from 255 or 3.56% from 309); Blue value is 126 (49.61% from 255 or 40.78% from 309); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0B7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0B7E is #53F481. Grayscale: #474747. Windows color (decimal): -5502082 or 8260524. OLE color: 8260524.
HSL color Cylindrical-coordinate representation of color #AC0B7E: hue angle of 317.14º 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 #AC0B7E is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 11 | 126 | - |
| CMYK | 0 | 0.94 | 0.27 | 0.33 |
| HSL | 317.14º | 0.88% | 0.36% | - |
| HSV(B) | 317.14º | 0.94% | 0.67% | - |
| XYZ | 20.9 | 10.52 | 20.67 | - |
| YUV | 72.25 | 158.34 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 11 | 126 | 0 | 0.94 | 0.27 | 0.33 | 317.14 | 0.88 | 0.36 |
| Hex | AC | B | 7E | 0 | 5E | 1B | 21 | 13D | 58 | 24 |
| Octal | 254 | 13 | 176 | 0 | 136 | 33 | 41 | 475 | 130 | 44 |
| Binary | 10101100 | 1011 | 1111110 | 0 | 1011110 | 11011 | 100001 | 100111101 | 1011000 | 100100 |
Color Harmonies of #AC0B7E
Complementary color
Monochromatic Colors of #AC0B7E
Black with #AC0B7E
Text Example
Text Example
White with #AC0B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0B7E; }
p { color: rgb(172,11,126); }
H1.HeaderClassName
{
color: #AC0B7E;
}
.AnyTagClassName
{
color: #AC0B7E;
}
</style>
background-color css
<style>
a { background-color: #AC0B7E; }
a { background-color: rgb(172,11,126); }
div.DivClassName
{
background-color: #AC0B7E;
}
.BgClassName
{
background-color: #AC0B7E;
}
</style>
border-color css
<style>
span { border-color: #AC0B7E; }
span { border-color: rgb(172,11,126); }
td.TdClassName
{
border-color: #AC0B7E;
}
.TagClassName
{
border-color: #AC0B7E;
}
</style>