Shades of Medium Red Violet #AC1C7A
Tints of Medium Red Violet #AC1C7A
RGB
CMYK
RGB Variations
Color information
#AC1C7A (or 0xAC1C7A) is known color: Medium Red Violet. HEX triplet: AC, 1C and 7A. RGB value is (172,28,122). Sum of RGB (Red+Green+Blue) = 172+28+122=322 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.42% from 322); Green value is 28 (11.33% from 255 or 8.70% from 322); Blue value is 122 (48.05% from 255 or 37.89% from 322); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1C7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1C7A is #53E385. Grayscale: #515151. Windows color (decimal): -5497734 or 8002732. OLE color: 8002732.
HSL color Cylindrical-coordinate representation of color #AC1C7A: hue angle of 320.83º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC1C7A is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 28 | 122 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.33 |
| HSL | 320.83º | 0.72% | 0.39% | - |
| HSV(B) | 320.83º | 0.84% | 0.67% | - |
| XYZ | 20.94 | 11.01 | 19.43 | - |
| YUV | 81.77 | 150.71 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 28 | 122 | 0 | 0.84 | 0.29 | 0.33 | 320.83 | 0.72 | 0.39 |
| Hex | AC | 1C | 7A | 0 | 54 | 1D | 21 | 141 | 48 | 27 |
| Octal | 254 | 34 | 172 | 0 | 124 | 35 | 41 | 501 | 110 | 47 |
| Binary | 10101100 | 11100 | 1111010 | 0 | 1010100 | 11101 | 100001 | 101000001 | 1001000 | 100111 |
Color Harmonies of #AC1C7A
Complementary color
Monochromatic Colors of #AC1C7A
Black with #AC1C7A
Text Example
Text Example
White with #AC1C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1C7A; }
p { color: rgb(172,28,122); }
H1.HeaderClassName
{
color: #AC1C7A;
}
.AnyTagClassName
{
color: #AC1C7A;
}
</style>
background-color css
<style>
a { background-color: #AC1C7A; }
a { background-color: rgb(172,28,122); }
div.DivClassName
{
background-color: #AC1C7A;
}
.BgClassName
{
background-color: #AC1C7A;
}
</style>
border-color css
<style>
span { border-color: #AC1C7A; }
span { border-color: rgb(172,28,122); }
td.TdClassName
{
border-color: #AC1C7A;
}
.TagClassName
{
border-color: #AC1C7A;
}
</style>