Shades of Medium Red Violet #AC2FA3
Tints of Medium Red Violet #AC2FA3
RGB
CMYK
RGB Variations
Color information
#AC2FA3 (or 0xAC2FA3) is known color: Medium Red Violet. HEX triplet: AC, 2F and A3. RGB value is (172,47,163). Sum of RGB (Red+Green+Blue) = 172+47+163=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 47 (18.75% from 255 or 12.30% from 382); Blue value is 163 (64.06% from 255 or 42.67% from 382); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2FA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2FA3 is #53D05C. Grayscale: #616161. Windows color (decimal): -5492829 or 10694572. OLE color: 10694572.
HSL color Cylindrical-coordinate representation of color #AC2FA3: hue angle of 304.32º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC2FA3 is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 47 | 163 | - |
| CMYK | 0 | 0.73 | 0.05 | 0.33 |
| HSL | 304.32º | 0.57% | 0.43% | - |
| HSV(B) | 304.32º | 0.73% | 0.67% | - |
| XYZ | 24.64 | 13.45 | 35.95 | - |
| YUV | 97.6 | 164.91 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 47 | 163 | 0 | 0.73 | 0.05 | 0.33 | 304.32 | 0.57 | 0.43 |
| Hex | AC | 2F | A3 | 0 | 49 | 5 | 21 | 130 | 39 | 2B |
| Octal | 254 | 57 | 243 | 0 | 111 | 5 | 41 | 460 | 71 | 53 |
| Binary | 10101100 | 101111 | 10100011 | 0 | 1001001 | 101 | 100001 | 100110000 | 111001 | 101011 |
Color Harmonies of #AC2FA3
Complementary color
Monochromatic Colors of #AC2FA3
Black with #AC2FA3
Text Example
Text Example
White with #AC2FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2FA3; }
p { color: rgb(172,47,163); }
H1.HeaderClassName
{
color: #AC2FA3;
}
.AnyTagClassName
{
color: #AC2FA3;
}
</style>
background-color css
<style>
a { background-color: #AC2FA3; }
a { background-color: rgb(172,47,163); }
div.DivClassName
{
background-color: #AC2FA3;
}
.BgClassName
{
background-color: #AC2FA3;
}
</style>
border-color css
<style>
span { border-color: #AC2FA3; }
span { border-color: rgb(172,47,163); }
td.TdClassName
{
border-color: #AC2FA3;
}
.TagClassName
{
border-color: #AC2FA3;
}
</style>