Shades of Medium Violet Red #AC1A78
Tints of Medium Violet Red #AC1A78
RGB
CMYK
RGB Variations
Color information
#AC1A78 (or 0xAC1A78) is known color: Medium Violet Red. HEX triplet: AC, 1A and 78. RGB value is (172,26,120). Sum of RGB (Red+Green+Blue) = 172+26+120=318 (42% of max value = 765). Red value is 172 (67.58% from 255 or 54.09% from 318); Green value is 26 (10.55% from 255 or 8.18% from 318); Blue value is 120 (47.27% from 255 or 37.74% from 318); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1A78 is #53E587. Grayscale: #505050. Windows color (decimal): -5498248 or 7871148. OLE color: 7871148.
HSL color Cylindrical-coordinate representation of color #AC1A78: hue angle of 321.37º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC1A78 is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 26 | 120 | - |
| CMYK | 0 | 0.85 | 0.30 | 0.33 |
| HSL | 321.37º | 0.74% | 0.39% | - |
| HSV(B) | 321.37º | 0.85% | 0.67% | - |
| XYZ | 20.77 | 10.87 | 18.77 | - |
| YUV | 80.37 | 150.37 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 26 | 120 | 0 | 0.85 | 0.30 | 0.33 | 321.37 | 0.74 | 0.39 |
| Hex | AC | 1A | 78 | 0 | 55 | 1E | 21 | 141 | 4A | 27 |
| Octal | 254 | 32 | 170 | 0 | 125 | 36 | 41 | 501 | 112 | 47 |
| Binary | 10101100 | 11010 | 1111000 | 0 | 1010101 | 11110 | 100001 | 101000001 | 1001010 | 100111 |
Color Harmonies of #AC1A78
Complementary color
Monochromatic Colors of #AC1A78
Black with #AC1A78
Text Example
Text Example
White with #AC1A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1A78; }
p { color: rgb(172,26,120); }
H1.HeaderClassName
{
color: #AC1A78;
}
.AnyTagClassName
{
color: #AC1A78;
}
</style>
background-color css
<style>
a { background-color: #AC1A78; }
a { background-color: rgb(172,26,120); }
div.DivClassName
{
background-color: #AC1A78;
}
.BgClassName
{
background-color: #AC1A78;
}
</style>
border-color css
<style>
span { border-color: #AC1A78; }
span { border-color: rgb(172,26,120); }
td.TdClassName
{
border-color: #AC1A78;
}
.TagClassName
{
border-color: #AC1A78;
}
</style>