Shades of Medium Violet Red #AC1A8F
Tints of Medium Violet Red #AC1A8F
RGB
CMYK
RGB Variations
Color information
#AC1A8F (or 0xAC1A8F) is known color: Medium Violet Red. HEX triplet: AC, 1A and 8F. RGB value is (172,26,143). Sum of RGB (Red+Green+Blue) = 172+26+143=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 26 (10.55% from 255 or 7.62% from 341); Blue value is 143 (56.25% from 255 or 41.94% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1A8F is #53E570. Grayscale: #525252. Windows color (decimal): -5498225 or 9378476. OLE color: 9378476.
HSL color Cylindrical-coordinate representation of color #AC1A8F: hue angle of 311.92º 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 #AC1A8F is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 26 | 143 | - |
| CMYK | 0 | 0.85 | 0.17 | 0.33 |
| HSL | 311.92º | 0.74% | 0.39% | - |
| HSV(B) | 311.92º | 0.85% | 0.67% | - |
| XYZ | 22.34 | 11.49 | 27.03 | - |
| YUV | 82.99 | 161.87 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 26 | 143 | 0 | 0.85 | 0.17 | 0.33 | 311.92 | 0.74 | 0.39 |
| Hex | AC | 1A | 8F | 0 | 55 | 11 | 21 | 138 | 4A | 27 |
| Octal | 254 | 32 | 217 | 0 | 125 | 21 | 41 | 470 | 112 | 47 |
| Binary | 10101100 | 11010 | 10001111 | 0 | 1010101 | 10001 | 100001 | 100111000 | 1001010 | 100111 |
Color Harmonies of #AC1A8F
Complementary color
Monochromatic Colors of #AC1A8F
Black with #AC1A8F
Text Example
Text Example
White with #AC1A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1A8F; }
p { color: rgb(172,26,143); }
H1.HeaderClassName
{
color: #AC1A8F;
}
.AnyTagClassName
{
color: #AC1A8F;
}
</style>
background-color css
<style>
a { background-color: #AC1A8F; }
a { background-color: rgb(172,26,143); }
div.DivClassName
{
background-color: #AC1A8F;
}
.BgClassName
{
background-color: #AC1A8F;
}
</style>
border-color css
<style>
span { border-color: #AC1A8F; }
span { border-color: rgb(172,26,143); }
td.TdClassName
{
border-color: #AC1A8F;
}
.TagClassName
{
border-color: #AC1A8F;
}
</style>