Shades of Medium Violet Red #AC1D96
Tints of Medium Violet Red #AC1D96
RGB
CMYK
RGB Variations
Color information
#AC1D96 (or 0xAC1D96) is known color: Medium Violet Red. HEX triplet: AC, 1D and 96. RGB value is (172,29,150). Sum of RGB (Red+Green+Blue) = 172+29+150=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 29 (11.72% from 255 or 8.26% from 351); Blue value is 150 (58.98% from 255 or 42.74% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1D96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1D96 is #53E269. Grayscale: #555555. Windows color (decimal): -5497450 or 9837996. OLE color: 9837996.
HSL color Cylindrical-coordinate representation of color #AC1D96: hue angle of 309.23º 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 #AC1D96 is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 29 | 150 | - |
| CMYK | 0 | 0.83 | 0.13 | 0.33 |
| HSL | 309.23º | 0.71% | 0.39% | - |
| HSV(B) | 309.23º | 0.83% | 0.67% | - |
| XYZ | 22.96 | 11.85 | 29.93 | - |
| YUV | 85.55 | 164.38 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 29 | 150 | 0 | 0.83 | 0.13 | 0.33 | 309.23 | 0.71 | 0.39 |
| Hex | AC | 1D | 96 | 0 | 53 | D | 21 | 135 | 47 | 27 |
| Octal | 254 | 35 | 226 | 0 | 123 | 15 | 41 | 465 | 107 | 47 |
| Binary | 10101100 | 11101 | 10010110 | 0 | 1010011 | 1101 | 100001 | 100110101 | 1000111 | 100111 |
Color Harmonies of #AC1D96
Complementary color
Monochromatic Colors of #AC1D96
Black with #AC1D96
Text Example
Text Example
White with #AC1D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1D96; }
p { color: rgb(172,29,150); }
H1.HeaderClassName
{
color: #AC1D96;
}
.AnyTagClassName
{
color: #AC1D96;
}
</style>
background-color css
<style>
a { background-color: #AC1D96; }
a { background-color: rgb(172,29,150); }
div.DivClassName
{
background-color: #AC1D96;
}
.BgClassName
{
background-color: #AC1D96;
}
</style>
border-color css
<style>
span { border-color: #AC1D96; }
span { border-color: rgb(172,29,150); }
td.TdClassName
{
border-color: #AC1D96;
}
.TagClassName
{
border-color: #AC1D96;
}
</style>