Shades of Medium Red Violet #AC37A1
Tints of Medium Red Violet #AC37A1
RGB
CMYK
RGB Variations
Color information
#AC37A1 (or 0xAC37A1) is known color: Medium Red Violet. HEX triplet: AC, 37 and A1. RGB value is (172,55,161). Sum of RGB (Red+Green+Blue) = 172+55+161=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 55 (21.88% from 255 or 14.18% from 388); Blue value is 161 (63.28% from 255 or 41.49% from 388); Max value from RGB is 172 - color contains mainly: red. Hex color #AC37A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC37A1 is #53C85E. Grayscale: #656565. Windows color (decimal): -5490783 or 10565548. OLE color: 10565548.
HSL color Cylindrical-coordinate representation of color #AC37A1: hue angle of 305.64º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC37A1 is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 55 | 161 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.33 |
| HSL | 305.64º | 0.52% | 0.45% | - |
| HSV(B) | 305.64º | 0.68% | 0.67% | - |
| XYZ | 24.81 | 14.08 | 35.13 | - |
| YUV | 102.07 | 161.26 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 55 | 161 | 0 | 0.68 | 0.06 | 0.33 | 305.64 | 0.52 | 0.45 |
| Hex | AC | 37 | A1 | 0 | 44 | 6 | 21 | 132 | 34 | 2D |
| Octal | 254 | 67 | 241 | 0 | 104 | 6 | 41 | 462 | 64 | 55 |
| Binary | 10101100 | 110111 | 10100001 | 0 | 1000100 | 110 | 100001 | 100110010 | 110100 | 101101 |
Color Harmonies of #AC37A1
Complementary color
Monochromatic Colors of #AC37A1
Black with #AC37A1
Text Example
Text Example
White with #AC37A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC37A1; }
p { color: rgb(172,55,161); }
H1.HeaderClassName
{
color: #AC37A1;
}
.AnyTagClassName
{
color: #AC37A1;
}
</style>
background-color css
<style>
a { background-color: #AC37A1; }
a { background-color: rgb(172,55,161); }
div.DivClassName
{
background-color: #AC37A1;
}
.BgClassName
{
background-color: #AC37A1;
}
</style>
border-color css
<style>
span { border-color: #AC37A1; }
span { border-color: rgb(172,55,161); }
td.TdClassName
{
border-color: #AC37A1;
}
.TagClassName
{
border-color: #AC37A1;
}
</style>