Shades of Medium Red Violet #AC2BA1
Tints of Medium Red Violet #AC2BA1
RGB
CMYK
RGB Variations
Color information
#AC2BA1 (or 0xAC2BA1) is known color: Medium Red Violet. HEX triplet: AC, 2B and A1. RGB value is (172,43,161). Sum of RGB (Red+Green+Blue) = 172+43+161=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 43 (17.19% from 255 or 11.44% from 376); Blue value is 161 (63.28% from 255 or 42.82% from 376); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2BA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2BA1 is #53D45E. Grayscale: #5E5E5E. Windows color (decimal): -5493855 or 10562476. OLE color: 10562476.
HSL color Cylindrical-coordinate representation of color #AC2BA1: hue angle of 305.12º 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 #AC2BA1 is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 43 | 161 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.33 |
| HSL | 305.12º | 0.6% | 0.42% | - |
| HSV(B) | 305.12º | 0.75% | 0.67% | - |
| XYZ | 24.31 | 13.07 | 34.96 | - |
| YUV | 95.02 | 165.24 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 43 | 161 | 0 | 0.75 | 0.06 | 0.33 | 305.12 | 0.6 | 0.42 |
| Hex | AC | 2B | A1 | 0 | 4B | 6 | 21 | 131 | 3C | 2A |
| Octal | 254 | 53 | 241 | 0 | 113 | 6 | 41 | 461 | 74 | 52 |
| Binary | 10101100 | 101011 | 10100001 | 0 | 1001011 | 110 | 100001 | 100110001 | 111100 | 101010 |
Color Harmonies of #AC2BA1
Complementary color
Monochromatic Colors of #AC2BA1
Black with #AC2BA1
Text Example
Text Example
White with #AC2BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2BA1; }
p { color: rgb(172,43,161); }
H1.HeaderClassName
{
color: #AC2BA1;
}
.AnyTagClassName
{
color: #AC2BA1;
}
</style>
background-color css
<style>
a { background-color: #AC2BA1; }
a { background-color: rgb(172,43,161); }
div.DivClassName
{
background-color: #AC2BA1;
}
.BgClassName
{
background-color: #AC2BA1;
}
</style>
border-color css
<style>
span { border-color: #AC2BA1; }
span { border-color: rgb(172,43,161); }
td.TdClassName
{
border-color: #AC2BA1;
}
.TagClassName
{
border-color: #AC2BA1;
}
</style>