Shades of Medium Violet Red #AC197B
Tints of Medium Violet Red #AC197B
RGB
CMYK
RGB Variations
Color information
#AC197B (or 0xAC197B) is known color: Medium Violet Red. HEX triplet: AC, 19 and 7B. RGB value is (172,25,123). Sum of RGB (Red+Green+Blue) = 172+25+123=320 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.75% from 320); Green value is 25 (10.16% from 255 or 7.81% from 320); Blue value is 123 (48.44% from 255 or 38.44% from 320); Max value from RGB is 172 - color contains mainly: red. Hex color #AC197B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC197B is #53E684. Grayscale: #4F4F4F. Windows color (decimal): -5498501 or 8067500. OLE color: 8067500.
HSL color Cylindrical-coordinate representation of color #AC197B: hue angle of 320º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC197B is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 25 | 123 | - |
| CMYK | 0 | 0.85 | 0.28 | 0.33 |
| HSL | 320º | 0.75% | 0.39% | - |
| HSV(B) | 320º | 0.85% | 0.67% | - |
| XYZ | 20.94 | 10.9 | 19.74 | - |
| YUV | 80.13 | 152.2 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 25 | 123 | 0 | 0.85 | 0.28 | 0.33 | 320 | 0.75 | 0.39 |
| Hex | AC | 19 | 7B | 0 | 55 | 1C | 21 | 140 | 4B | 27 |
| Octal | 254 | 31 | 173 | 0 | 125 | 34 | 41 | 500 | 113 | 47 |
| Binary | 10101100 | 11001 | 1111011 | 0 | 1010101 | 11100 | 100001 | 101000000 | 1001011 | 100111 |
Color Harmonies of #AC197B
Complementary color
Monochromatic Colors of #AC197B
Black with #AC197B
Text Example
Text Example
White with #AC197B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC197B; }
p { color: rgb(172,25,123); }
H1.HeaderClassName
{
color: #AC197B;
}
.AnyTagClassName
{
color: #AC197B;
}
</style>
background-color css
<style>
a { background-color: #AC197B; }
a { background-color: rgb(172,25,123); }
div.DivClassName
{
background-color: #AC197B;
}
.BgClassName
{
background-color: #AC197B;
}
</style>
border-color css
<style>
span { border-color: #AC197B; }
span { border-color: rgb(172,25,123); }
td.TdClassName
{
border-color: #AC197B;
}
.TagClassName
{
border-color: #AC197B;
}
</style>