Shades of Medium Red Violet #AC1D88
Tints of Medium Red Violet #AC1D88
RGB
CMYK
RGB Variations
Color information
#AC1D88 (or 0xAC1D88) is known color: Medium Red Violet. HEX triplet: AC, 1D and 88. RGB value is (172,29,136). Sum of RGB (Red+Green+Blue) = 172+29+136=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 29 (11.72% from 255 or 8.61% from 337); Blue value is 136 (53.52% from 255 or 40.36% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1D88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1D88 is #53E277. Grayscale: #535353. Windows color (decimal): -5497464 or 8920492. OLE color: 8920492.
HSL color Cylindrical-coordinate representation of color #AC1D88: hue angle of 315.1º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC1D88 is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 29 | 136 | - |
| CMYK | 0 | 0.83 | 0.21 | 0.33 |
| HSL | 315.1º | 0.71% | 0.39% | - |
| HSV(B) | 315.1º | 0.83% | 0.67% | - |
| XYZ | 21.9 | 11.43 | 24.34 | - |
| YUV | 83.96 | 157.38 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 29 | 136 | 0 | 0.83 | 0.21 | 0.33 | 315.1 | 0.71 | 0.39 |
| Hex | AC | 1D | 88 | 0 | 53 | 15 | 21 | 13B | 47 | 27 |
| Octal | 254 | 35 | 210 | 0 | 123 | 25 | 41 | 473 | 107 | 47 |
| Binary | 10101100 | 11101 | 10001000 | 0 | 1010011 | 10101 | 100001 | 100111011 | 1000111 | 100111 |
Color Harmonies of #AC1D88
Complementary color
Monochromatic Colors of #AC1D88
Black with #AC1D88
Text Example
Text Example
White with #AC1D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1D88; }
p { color: rgb(172,29,136); }
H1.HeaderClassName
{
color: #AC1D88;
}
.AnyTagClassName
{
color: #AC1D88;
}
</style>
background-color css
<style>
a { background-color: #AC1D88; }
a { background-color: rgb(172,29,136); }
div.DivClassName
{
background-color: #AC1D88;
}
.BgClassName
{
background-color: #AC1D88;
}
</style>
border-color css
<style>
span { border-color: #AC1D88; }
span { border-color: rgb(172,29,136); }
td.TdClassName
{
border-color: #AC1D88;
}
.TagClassName
{
border-color: #AC1D88;
}
</style>