Shades of Medium Violet Red #AC1D9E
Tints of Medium Violet Red #AC1D9E
RGB
CMYK
RGB Variations
Color information
#AC1D9E (or 0xAC1D9E) is known color: Medium Violet Red. HEX triplet: AC, 1D and 9E. RGB value is (172,29,158). Sum of RGB (Red+Green+Blue) = 172+29+158=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 29 (11.72% from 255 or 8.08% from 359); Blue value is 158 (62.11% from 255 or 44.01% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1D9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1D9E is #53E261. Grayscale: #565656. Windows color (decimal): -5497442 or 10362284. OLE color: 10362284.
HSL color Cylindrical-coordinate representation of color #AC1D9E: hue angle of 305.87º 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 #AC1D9E is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 29 | 158 | - |
| CMYK | 0 | 0.83 | 0.08 | 0.33 |
| HSL | 305.87º | 0.71% | 0.39% | - |
| HSV(B) | 305.87º | 0.83% | 0.67% | - |
| XYZ | 23.62 | 12.12 | 33.44 | - |
| YUV | 86.46 | 168.38 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 29 | 158 | 0 | 0.83 | 0.08 | 0.33 | 305.87 | 0.71 | 0.39 |
| Hex | AC | 1D | 9E | 0 | 53 | 8 | 21 | 132 | 47 | 27 |
| Octal | 254 | 35 | 236 | 0 | 123 | 10 | 41 | 462 | 107 | 47 |
| Binary | 10101100 | 11101 | 10011110 | 0 | 1010011 | 1000 | 100001 | 100110010 | 1000111 | 100111 |
Color Harmonies of #AC1D9E
Complementary color
Monochromatic Colors of #AC1D9E
Black with #AC1D9E
Text Example
Text Example
White with #AC1D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1D9E; }
p { color: rgb(172,29,158); }
H1.HeaderClassName
{
color: #AC1D9E;
}
.AnyTagClassName
{
color: #AC1D9E;
}
</style>
background-color css
<style>
a { background-color: #AC1D9E; }
a { background-color: rgb(172,29,158); }
div.DivClassName
{
background-color: #AC1D9E;
}
.BgClassName
{
background-color: #AC1D9E;
}
</style>
border-color css
<style>
span { border-color: #AC1D9E; }
span { border-color: rgb(172,29,158); }
td.TdClassName
{
border-color: #AC1D9E;
}
.TagClassName
{
border-color: #AC1D9E;
}
</style>