Shades of Medium Red Violet #AC2FA7
Tints of Medium Red Violet #AC2FA7
RGB
CMYK
RGB Variations
Color information
#AC2FA7 (or 0xAC2FA7) is known color: Medium Red Violet. HEX triplet: AC, 2F and A7. RGB value is (172,47,167). Sum of RGB (Red+Green+Blue) = 172+47+167=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 47 (18.75% from 255 or 12.18% from 386); Blue value is 167 (65.62% from 255 or 43.26% from 386); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2FA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2FA7 is #53D058. Grayscale: #616161. Windows color (decimal): -5492825 or 10956716. OLE color: 10956716.
HSL color Cylindrical-coordinate representation of color #AC2FA7: hue angle of 302.4º 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 #AC2FA7 is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 47 | 167 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.33 |
| HSL | 302.4º | 0.57% | 0.43% | - |
| HSV(B) | 302.4º | 0.73% | 0.67% | - |
| XYZ | 25 | 13.59 | 37.87 | - |
| YUV | 98.06 | 166.91 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 47 | 167 | 0 | 0.73 | 0.03 | 0.33 | 302.4 | 0.57 | 0.43 |
| Hex | AC | 2F | A7 | 0 | 49 | 3 | 21 | 12E | 39 | 2B |
| Octal | 254 | 57 | 247 | 0 | 111 | 3 | 41 | 456 | 71 | 53 |
| Binary | 10101100 | 101111 | 10100111 | 0 | 1001001 | 11 | 100001 | 100101110 | 111001 | 101011 |
Color Harmonies of #AC2FA7
Complementary color
Monochromatic Colors of #AC2FA7
Black with #AC2FA7
Text Example
Text Example
White with #AC2FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2FA7; }
p { color: rgb(172,47,167); }
H1.HeaderClassName
{
color: #AC2FA7;
}
.AnyTagClassName
{
color: #AC2FA7;
}
</style>
background-color css
<style>
a { background-color: #AC2FA7; }
a { background-color: rgb(172,47,167); }
div.DivClassName
{
background-color: #AC2FA7;
}
.BgClassName
{
background-color: #AC2FA7;
}
</style>
border-color css
<style>
span { border-color: #AC2FA7; }
span { border-color: rgb(172,47,167); }
td.TdClassName
{
border-color: #AC2FA7;
}
.TagClassName
{
border-color: #AC2FA7;
}
</style>