Shades of Medium Red Violet #AC2B8B
Tints of Medium Red Violet #AC2B8B
RGB
CMYK
RGB Variations
Color information
#AC2B8B (or 0xAC2B8B) is known color: Medium Red Violet. HEX triplet: AC, 2B and 8B. RGB value is (172,43,139). Sum of RGB (Red+Green+Blue) = 172+43+139=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 43 (17.19% from 255 or 12.15% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2B8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2B8B is #53D474. Grayscale: #5C5C5C. Windows color (decimal): -5493877 or 9120684. OLE color: 9120684.
HSL color Cylindrical-coordinate representation of color #AC2B8B: hue angle of 315.35º 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 #AC2B8B is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 43 | 139 | - |
| CMYK | 0 | 0.75 | 0.19 | 0.33 |
| HSL | 315.35º | 0.6% | 0.42% | - |
| HSV(B) | 315.35º | 0.75% | 0.67% | - |
| XYZ | 22.54 | 12.36 | 25.62 | - |
| YUV | 92.52 | 154.24 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 43 | 139 | 0 | 0.75 | 0.19 | 0.33 | 315.35 | 0.6 | 0.42 |
| Hex | AC | 2B | 8B | 0 | 4B | 13 | 21 | 13B | 3C | 2A |
| Octal | 254 | 53 | 213 | 0 | 113 | 23 | 41 | 473 | 74 | 52 |
| Binary | 10101100 | 101011 | 10001011 | 0 | 1001011 | 10011 | 100001 | 100111011 | 111100 | 101010 |
Color Harmonies of #AC2B8B
Complementary color
Monochromatic Colors of #AC2B8B
Black with #AC2B8B
Text Example
Text Example
White with #AC2B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2B8B; }
p { color: rgb(172,43,139); }
H1.HeaderClassName
{
color: #AC2B8B;
}
.AnyTagClassName
{
color: #AC2B8B;
}
</style>
background-color css
<style>
a { background-color: #AC2B8B; }
a { background-color: rgb(172,43,139); }
div.DivClassName
{
background-color: #AC2B8B;
}
.BgClassName
{
background-color: #AC2B8B;
}
</style>
border-color css
<style>
span { border-color: #AC2B8B; }
span { border-color: rgb(172,43,139); }
td.TdClassName
{
border-color: #AC2B8B;
}
.TagClassName
{
border-color: #AC2B8B;
}
</style>