Shades of Medium Red Violet #AC27A0
Tints of Medium Red Violet #AC27A0
RGB
CMYK
RGB Variations
Color information
#AC27A0 (or 0xAC27A0) is known color: Medium Red Violet. HEX triplet: AC, 27 and A0. RGB value is (172,39,160). Sum of RGB (Red+Green+Blue) = 172+39+160=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 39 (15.62% from 255 or 10.51% from 371); Blue value is 160 (62.89% from 255 or 43.13% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC27A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC27A0 is #53D85F. Grayscale: #5C5C5C. Windows color (decimal): -5494880 or 10495916. OLE color: 10495916.
HSL color Cylindrical-coordinate representation of color #AC27A0: hue angle of 305.41º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC27A0 is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 39 | 160 | - |
| CMYK | 0 | 0.77 | 0.07 | 0.33 |
| HSL | 305.41º | 0.63% | 0.41% | - |
| HSV(B) | 305.41º | 0.77% | 0.67% | - |
| XYZ | 24.08 | 12.76 | 34.45 | - |
| YUV | 92.56 | 166.06 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 39 | 160 | 0 | 0.77 | 0.07 | 0.33 | 305.41 | 0.63 | 0.41 |
| Hex | AC | 27 | A0 | 0 | 4D | 7 | 21 | 131 | 3F | 29 |
| Octal | 254 | 47 | 240 | 0 | 115 | 7 | 41 | 461 | 77 | 51 |
| Binary | 10101100 | 100111 | 10100000 | 0 | 1001101 | 111 | 100001 | 100110001 | 111111 | 101001 |
Color Harmonies of #AC27A0
Complementary color
Monochromatic Colors of #AC27A0
Black with #AC27A0
Text Example
Text Example
White with #AC27A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC27A0; }
p { color: rgb(172,39,160); }
H1.HeaderClassName
{
color: #AC27A0;
}
.AnyTagClassName
{
color: #AC27A0;
}
</style>
background-color css
<style>
a { background-color: #AC27A0; }
a { background-color: rgb(172,39,160); }
div.DivClassName
{
background-color: #AC27A0;
}
.BgClassName
{
background-color: #AC27A0;
}
</style>
border-color css
<style>
span { border-color: #AC27A0; }
span { border-color: rgb(172,39,160); }
td.TdClassName
{
border-color: #AC27A0;
}
.TagClassName
{
border-color: #AC27A0;
}
</style>