Shades of Medium Red Violet #AC279C
Tints of Medium Red Violet #AC279C
RGB
CMYK
RGB Variations
Color information
#AC279C (or 0xAC279C) is known color: Medium Red Violet. HEX triplet: AC, 27 and 9C. RGB value is (172,39,156). Sum of RGB (Red+Green+Blue) = 172+39+156=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 39 (15.62% from 255 or 10.63% from 367); Blue value is 156 (61.33% from 255 or 42.51% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC279C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC279C is #53D863. Grayscale: #5B5B5B. Windows color (decimal): -5494884 or 10233772. OLE color: 10233772.
HSL color Cylindrical-coordinate representation of color #AC279C: hue angle of 307.22º 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 #AC279C is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 39 | 156 | - |
| CMYK | 0 | 0.77 | 0.09 | 0.33 |
| HSL | 307.22º | 0.63% | 0.41% | - |
| HSV(B) | 307.22º | 0.77% | 0.67% | - |
| XYZ | 23.74 | 12.62 | 32.64 | - |
| YUV | 92.11 | 164.06 | 184.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 39 | 156 | 0 | 0.77 | 0.09 | 0.33 | 307.22 | 0.63 | 0.41 |
| Hex | AC | 27 | 9C | 0 | 4D | 9 | 21 | 133 | 3F | 29 |
| Octal | 254 | 47 | 234 | 0 | 115 | 11 | 41 | 463 | 77 | 51 |
| Binary | 10101100 | 100111 | 10011100 | 0 | 1001101 | 1001 | 100001 | 100110011 | 111111 | 101001 |
Color Harmonies of #AC279C
Complementary color
Monochromatic Colors of #AC279C
Black with #AC279C
Text Example
Text Example
White with #AC279C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC279C; }
p { color: rgb(172,39,156); }
H1.HeaderClassName
{
color: #AC279C;
}
.AnyTagClassName
{
color: #AC279C;
}
</style>
background-color css
<style>
a { background-color: #AC279C; }
a { background-color: rgb(172,39,156); }
div.DivClassName
{
background-color: #AC279C;
}
.BgClassName
{
background-color: #AC279C;
}
</style>
border-color css
<style>
span { border-color: #AC279C; }
span { border-color: rgb(172,39,156); }
td.TdClassName
{
border-color: #AC279C;
}
.TagClassName
{
border-color: #AC279C;
}
</style>