Shades of Medium Violet Red #AC148F
Tints of Medium Violet Red #AC148F
RGB
CMYK
RGB Variations
Color information
#AC148F (or 0xAC148F) is known color: Medium Violet Red. HEX triplet: AC, 14 and 8F. RGB value is (172,20,143). Sum of RGB (Red+Green+Blue) = 172+20+143=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 20 (8.20% from 255 or 5.97% from 335); Blue value is 143 (56.25% from 255 or 42.69% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC148F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC148F is #53EB70. Grayscale: #4F4F4F. Windows color (decimal): -5499761 or 9376940. OLE color: 9376940.
HSL color Cylindrical-coordinate representation of color #AC148F: hue angle of 311.45º 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 #AC148F is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 20 | 143 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.33 |
| HSL | 311.45º | 0.79% | 0.38% | - |
| HSV(B) | 311.45º | 0.88% | 0.67% | - |
| XYZ | 22.22 | 11.25 | 26.99 | - |
| YUV | 79.47 | 163.86 | 194 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 20 | 143 | 0 | 0.88 | 0.17 | 0.33 | 311.45 | 0.79 | 0.38 |
| Hex | AC | 14 | 8F | 0 | 58 | 11 | 21 | 137 | 4F | 26 |
| Octal | 254 | 24 | 217 | 0 | 130 | 21 | 41 | 467 | 117 | 46 |
| Binary | 10101100 | 10100 | 10001111 | 0 | 1011000 | 10001 | 100001 | 100110111 | 1001111 | 100110 |
Color Harmonies of #AC148F
Complementary color
Monochromatic Colors of #AC148F
Black with #AC148F
Text Example
Text Example
White with #AC148F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC148F; }
p { color: rgb(172,20,143); }
H1.HeaderClassName
{
color: #AC148F;
}
.AnyTagClassName
{
color: #AC148F;
}
</style>
background-color css
<style>
a { background-color: #AC148F; }
a { background-color: rgb(172,20,143); }
div.DivClassName
{
background-color: #AC148F;
}
.BgClassName
{
background-color: #AC148F;
}
</style>
border-color css
<style>
span { border-color: #AC148F; }
span { border-color: rgb(172,20,143); }
td.TdClassName
{
border-color: #AC148F;
}
.TagClassName
{
border-color: #AC148F;
}
</style>