Shades of Medium Red Violet #AC1FA8
Tints of Medium Red Violet #AC1FA8
RGB
CMYK
RGB Variations
Color information
#AC1FA8 (or 0xAC1FA8) is known color: Medium Red Violet. HEX triplet: AC, 1F and A8. RGB value is (172,31,168). Sum of RGB (Red+Green+Blue) = 172+31+168=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 31 (12.5% from 255 or 8.36% from 371); Blue value is 168 (66.02% from 255 or 45.28% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1FA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1FA8 is #53E057. Grayscale: #585858. Windows color (decimal): -5496920 or 11018156. OLE color: 11018156.
HSL color Cylindrical-coordinate representation of color #AC1FA8: hue angle of 301.7º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC1FA8 is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 31 | 168 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.33 |
| HSL | 301.7º | 0.69% | 0.4% | - |
| HSV(B) | 301.7º | 0.82% | 0.67% | - |
| XYZ | 24.57 | 12.58 | 38.18 | - |
| YUV | 88.78 | 172.71 | 187.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 31 | 168 | 0 | 0.82 | 0.02 | 0.33 | 301.7 | 0.69 | 0.4 |
| Hex | AC | 1F | A8 | 0 | 52 | 2 | 21 | 12E | 45 | 28 |
| Octal | 254 | 37 | 250 | 0 | 122 | 2 | 41 | 456 | 105 | 50 |
| Binary | 10101100 | 11111 | 10101000 | 0 | 1010010 | 10 | 100001 | 100101110 | 1000101 | 101000 |
Color Harmonies of #AC1FA8
Complementary color
Monochromatic Colors of #AC1FA8
Black with #AC1FA8
Text Example
Text Example
White with #AC1FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1FA8; }
p { color: rgb(172,31,168); }
H1.HeaderClassName
{
color: #AC1FA8;
}
.AnyTagClassName
{
color: #AC1FA8;
}
</style>
background-color css
<style>
a { background-color: #AC1FA8; }
a { background-color: rgb(172,31,168); }
div.DivClassName
{
background-color: #AC1FA8;
}
.BgClassName
{
background-color: #AC1FA8;
}
</style>
border-color css
<style>
span { border-color: #AC1FA8; }
span { border-color: rgb(172,31,168); }
td.TdClassName
{
border-color: #AC1FA8;
}
.TagClassName
{
border-color: #AC1FA8;
}
</style>