Shades of Medium Violet Red #AC1A7E
Tints of Medium Violet Red #AC1A7E
RGB
CMYK
RGB Variations
Color information
#AC1A7E (or 0xAC1A7E) is known color: Medium Violet Red. HEX triplet: AC, 1A and 7E. RGB value is (172,26,126). Sum of RGB (Red+Green+Blue) = 172+26+126=324 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.09% from 324); Green value is 26 (10.55% from 255 or 8.02% from 324); Blue value is 126 (49.61% from 255 or 38.89% from 324); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1A7E is #53E581. Grayscale: #505050. Windows color (decimal): -5498242 or 8264364. OLE color: 8264364.
HSL color Cylindrical-coordinate representation of color #AC1A7E: hue angle of 318.9º 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 #AC1A7E is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 26 | 126 | - |
| CMYK | 0 | 0.85 | 0.27 | 0.33 |
| HSL | 318.9º | 0.74% | 0.39% | - |
| HSV(B) | 318.9º | 0.85% | 0.67% | - |
| XYZ | 21.15 | 11.02 | 20.75 | - |
| YUV | 81.05 | 153.37 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 26 | 126 | 0 | 0.85 | 0.27 | 0.33 | 318.9 | 0.74 | 0.39 |
| Hex | AC | 1A | 7E | 0 | 55 | 1B | 21 | 13F | 4A | 27 |
| Octal | 254 | 32 | 176 | 0 | 125 | 33 | 41 | 477 | 112 | 47 |
| Binary | 10101100 | 11010 | 1111110 | 0 | 1010101 | 11011 | 100001 | 100111111 | 1001010 | 100111 |
Color Harmonies of #AC1A7E
Complementary color
Monochromatic Colors of #AC1A7E
Black with #AC1A7E
Text Example
Text Example
White with #AC1A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1A7E; }
p { color: rgb(172,26,126); }
H1.HeaderClassName
{
color: #AC1A7E;
}
.AnyTagClassName
{
color: #AC1A7E;
}
</style>
background-color css
<style>
a { background-color: #AC1A7E; }
a { background-color: rgb(172,26,126); }
div.DivClassName
{
background-color: #AC1A7E;
}
.BgClassName
{
background-color: #AC1A7E;
}
</style>
border-color css
<style>
span { border-color: #AC1A7E; }
span { border-color: rgb(172,26,126); }
td.TdClassName
{
border-color: #AC1A7E;
}
.TagClassName
{
border-color: #AC1A7E;
}
</style>