Shades of Medium Violet Red #AC1478
Tints of Medium Violet Red #AC1478
RGB
CMYK
RGB Variations
Color information
#AC1478 (or 0xAC1478) is known color: Medium Violet Red. HEX triplet: AC, 14 and 78. RGB value is (172,20,120). Sum of RGB (Red+Green+Blue) = 172+20+120=312 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.13% from 312); Green value is 20 (8.20% from 255 or 6.41% from 312); Blue value is 120 (47.27% from 255 or 38.46% from 312); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1478 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1478 is #53EB87. Grayscale: #4C4C4C. Windows color (decimal): -5499784 or 7869612. OLE color: 7869612.
HSL color Cylindrical-coordinate representation of color #AC1478: hue angle of 320.53º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC1478 is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 20 | 120 | - |
| CMYK | 0 | 0.88 | 0.30 | 0.33 |
| HSL | 320.53º | 0.79% | 0.38% | - |
| HSV(B) | 320.53º | 0.88% | 0.67% | - |
| XYZ | 20.65 | 10.63 | 18.73 | - |
| YUV | 76.85 | 152.36 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 20 | 120 | 0 | 0.88 | 0.30 | 0.33 | 320.53 | 0.79 | 0.38 |
| Hex | AC | 14 | 78 | 0 | 58 | 1E | 21 | 141 | 4F | 26 |
| Octal | 254 | 24 | 170 | 0 | 130 | 36 | 41 | 501 | 117 | 46 |
| Binary | 10101100 | 10100 | 1111000 | 0 | 1011000 | 11110 | 100001 | 101000001 | 1001111 | 100110 |
Color Harmonies of #AC1478
Complementary color
Monochromatic Colors of #AC1478
Black with #AC1478
Text Example
Text Example
White with #AC1478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1478; }
p { color: rgb(172,20,120); }
H1.HeaderClassName
{
color: #AC1478;
}
.AnyTagClassName
{
color: #AC1478;
}
</style>
background-color css
<style>
a { background-color: #AC1478; }
a { background-color: rgb(172,20,120); }
div.DivClassName
{
background-color: #AC1478;
}
.BgClassName
{
background-color: #AC1478;
}
</style>
border-color css
<style>
span { border-color: #AC1478; }
span { border-color: rgb(172,20,120); }
td.TdClassName
{
border-color: #AC1478;
}
.TagClassName
{
border-color: #AC1478;
}
</style>