Shades of Medium Violet Red #AC148A
Tints of Medium Violet Red #AC148A
RGB
CMYK
RGB Variations
Color information
#AC148A (or 0xAC148A) is known color: Medium Violet Red. HEX triplet: AC, 14 and 8A. RGB value is (172,20,138). Sum of RGB (Red+Green+Blue) = 172+20+138=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 138 (54.30% from 255 or 41.82% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC148A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC148A is #53EB75. Grayscale: #4E4E4E. Windows color (decimal): -5499766 or 9049260. OLE color: 9049260.
HSL color Cylindrical-coordinate representation of color #AC148A: hue angle of 313.42º 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 #AC148A is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 20 | 138 | - |
| CMYK | 0 | 0.88 | 0.20 | 0.33 |
| HSL | 313.42º | 0.79% | 0.38% | - |
| HSV(B) | 313.42º | 0.88% | 0.67% | - |
| XYZ | 21.85 | 11.11 | 25.04 | - |
| YUV | 78.9 | 161.36 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 20 | 138 | 0 | 0.88 | 0.20 | 0.33 | 313.42 | 0.79 | 0.38 |
| Hex | AC | 14 | 8A | 0 | 58 | 14 | 21 | 139 | 4F | 26 |
| Octal | 254 | 24 | 212 | 0 | 130 | 24 | 41 | 471 | 117 | 46 |
| Binary | 10101100 | 10100 | 10001010 | 0 | 1011000 | 10100 | 100001 | 100111001 | 1001111 | 100110 |
Color Harmonies of #AC148A
Complementary color
Monochromatic Colors of #AC148A
Black with #AC148A
Text Example
Text Example
White with #AC148A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC148A; }
p { color: rgb(172,20,138); }
H1.HeaderClassName
{
color: #AC148A;
}
.AnyTagClassName
{
color: #AC148A;
}
</style>
background-color css
<style>
a { background-color: #AC148A; }
a { background-color: rgb(172,20,138); }
div.DivClassName
{
background-color: #AC148A;
}
.BgClassName
{
background-color: #AC148A;
}
</style>
border-color css
<style>
span { border-color: #AC148A; }
span { border-color: rgb(172,20,138); }
td.TdClassName
{
border-color: #AC148A;
}
.TagClassName
{
border-color: #AC148A;
}
</style>