Shades of Medium Violet Red #AC1B7D
Tints of Medium Violet Red #AC1B7D
RGB
CMYK
RGB Variations
Color information
#AC1B7D (or 0xAC1B7D) is known color: Medium Violet Red. HEX triplet: AC, 1B and 7D. RGB value is (172,27,125). Sum of RGB (Red+Green+Blue) = 172+27+125=324 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.09% from 324); Green value is 27 (10.94% from 255 or 8.33% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1B7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1B7D is #53E482. Grayscale: #515151. Windows color (decimal): -5497987 or 8199084. OLE color: 8199084.
HSL color Cylindrical-coordinate representation of color #AC1B7D: hue angle of 319.45º degrees, saturation: 0.73, 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 #AC1B7D is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 27 | 125 | - |
| CMYK | 0 | 0.84 | 0.27 | 0.33 |
| HSL | 319.45º | 0.73% | 0.39% | - |
| HSV(B) | 319.45º | 0.84% | 0.67% | - |
| XYZ | 21.11 | 11.04 | 20.42 | - |
| YUV | 81.53 | 152.54 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 27 | 125 | 0 | 0.84 | 0.27 | 0.33 | 319.45 | 0.73 | 0.39 |
| Hex | AC | 1B | 7D | 0 | 54 | 1B | 21 | 13F | 49 | 27 |
| Octal | 254 | 33 | 175 | 0 | 124 | 33 | 41 | 477 | 111 | 47 |
| Binary | 10101100 | 11011 | 1111101 | 0 | 1010100 | 11011 | 100001 | 100111111 | 1001001 | 100111 |
Color Harmonies of #AC1B7D
Complementary color
Monochromatic Colors of #AC1B7D
Black with #AC1B7D
Text Example
Text Example
White with #AC1B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1B7D; }
p { color: rgb(172,27,125); }
H1.HeaderClassName
{
color: #AC1B7D;
}
.AnyTagClassName
{
color: #AC1B7D;
}
</style>
background-color css
<style>
a { background-color: #AC1B7D; }
a { background-color: rgb(172,27,125); }
div.DivClassName
{
background-color: #AC1B7D;
}
.BgClassName
{
background-color: #AC1B7D;
}
</style>
border-color css
<style>
span { border-color: #AC1B7D; }
span { border-color: rgb(172,27,125); }
td.TdClassName
{
border-color: #AC1B7D;
}
.TagClassName
{
border-color: #AC1B7D;
}
</style>