Shades of Medium Violet Red #AC1D9B
Tints of Medium Violet Red #AC1D9B
RGB
CMYK
RGB Variations
Color information
#AC1D9B (or 0xAC1D9B) is known color: Medium Violet Red. HEX triplet: AC, 1D and 9B. RGB value is (172,29,155). Sum of RGB (Red+Green+Blue) = 172+29+155=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 29 (11.72% from 255 or 8.15% from 356); Blue value is 155 (60.94% from 255 or 43.54% from 356); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1D9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1D9B is #53E264. Grayscale: #555555. Windows color (decimal): -5497445 or 10165676. OLE color: 10165676.
HSL color Cylindrical-coordinate representation of color #AC1D9B: hue angle of 307.13º 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 #AC1D9B is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 29 | 155 | - |
| CMYK | 0 | 0.83 | 0.10 | 0.33 |
| HSL | 307.13º | 0.71% | 0.39% | - |
| HSV(B) | 307.13º | 0.83% | 0.67% | - |
| XYZ | 23.37 | 12.02 | 32.1 | - |
| YUV | 86.12 | 166.88 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 29 | 155 | 0 | 0.83 | 0.10 | 0.33 | 307.13 | 0.71 | 0.39 |
| Hex | AC | 1D | 9B | 0 | 53 | A | 21 | 133 | 47 | 27 |
| Octal | 254 | 35 | 233 | 0 | 123 | 12 | 41 | 463 | 107 | 47 |
| Binary | 10101100 | 11101 | 10011011 | 0 | 1010011 | 1010 | 100001 | 100110011 | 1000111 | 100111 |
Color Harmonies of #AC1D9B
Complementary color
Monochromatic Colors of #AC1D9B
Black with #AC1D9B
Text Example
Text Example
White with #AC1D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1D9B; }
p { color: rgb(172,29,155); }
H1.HeaderClassName
{
color: #AC1D9B;
}
.AnyTagClassName
{
color: #AC1D9B;
}
</style>
background-color css
<style>
a { background-color: #AC1D9B; }
a { background-color: rgb(172,29,155); }
div.DivClassName
{
background-color: #AC1D9B;
}
.BgClassName
{
background-color: #AC1D9B;
}
</style>
border-color css
<style>
span { border-color: #AC1D9B; }
span { border-color: rgb(172,29,155); }
td.TdClassName
{
border-color: #AC1D9B;
}
.TagClassName
{
border-color: #AC1D9B;
}
</style>