Shades of Medium Red Violet #AC2B8F
Tints of Medium Red Violet #AC2B8F
RGB
CMYK
RGB Variations
Color information
#AC2B8F (or 0xAC2B8F) is known color: Medium Red Violet. HEX triplet: AC, 2B and 8F. RGB value is (172,43,143). Sum of RGB (Red+Green+Blue) = 172+43+143=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 43 (17.19% from 255 or 12.01% from 358); Blue value is 143 (56.25% from 255 or 39.94% from 358); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2B8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2B8F is #53D470. Grayscale: #5C5C5C. Windows color (decimal): -5493873 or 9382828. OLE color: 9382828.
HSL color Cylindrical-coordinate representation of color #AC2B8F: hue angle of 313.49º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC2B8F is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 43 | 143 | - |
| CMYK | 0 | 0.75 | 0.17 | 0.33 |
| HSL | 313.49º | 0.6% | 0.42% | - |
| HSV(B) | 313.49º | 0.75% | 0.67% | - |
| XYZ | 22.84 | 12.48 | 27.19 | - |
| YUV | 92.97 | 156.24 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 43 | 143 | 0 | 0.75 | 0.17 | 0.33 | 313.49 | 0.6 | 0.42 |
| Hex | AC | 2B | 8F | 0 | 4B | 11 | 21 | 139 | 3C | 2A |
| Octal | 254 | 53 | 217 | 0 | 113 | 21 | 41 | 471 | 74 | 52 |
| Binary | 10101100 | 101011 | 10001111 | 0 | 1001011 | 10001 | 100001 | 100111001 | 111100 | 101010 |
Color Harmonies of #AC2B8F
Complementary color
Monochromatic Colors of #AC2B8F
Black with #AC2B8F
Text Example
Text Example
White with #AC2B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2B8F; }
p { color: rgb(172,43,143); }
H1.HeaderClassName
{
color: #AC2B8F;
}
.AnyTagClassName
{
color: #AC2B8F;
}
</style>
background-color css
<style>
a { background-color: #AC2B8F; }
a { background-color: rgb(172,43,143); }
div.DivClassName
{
background-color: #AC2B8F;
}
.BgClassName
{
background-color: #AC2B8F;
}
</style>
border-color css
<style>
span { border-color: #AC2B8F; }
span { border-color: rgb(172,43,143); }
td.TdClassName
{
border-color: #AC2B8F;
}
.TagClassName
{
border-color: #AC2B8F;
}
</style>