Shades of Medium Red Violet #AC448D
Tints of Medium Red Violet #AC448D
RGB
CMYK
RGB Variations
Color information
#AC448D (or 0xAC448D) is known color: Medium Red Violet. HEX triplet: AC, 44 and 8D. RGB value is (172,68,141). Sum of RGB (Red+Green+Blue) = 172+68+141=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 68 (26.95% from 255 or 17.85% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC448D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC448D is #53BB72. Grayscale: #6B6B6B. Windows color (decimal): -5487475 or 9258156. OLE color: 9258156.
HSL color Cylindrical-coordinate representation of color #AC448D: hue angle of 317.88º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC448D is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 68 | 141 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.33 |
| HSL | 317.88º | 0.43% | 0.47% | - |
| HSV(B) | 317.88º | 0.6% | 0.67% | - |
| XYZ | 23.89 | 14.83 | 26.8 | - |
| YUV | 107.42 | 146.96 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 68 | 141 | 0 | 0.60 | 0.18 | 0.33 | 317.88 | 0.43 | 0.47 |
| Hex | AC | 44 | 8D | 0 | 3C | 12 | 21 | 13E | 2B | 2F |
| Octal | 254 | 104 | 215 | 0 | 74 | 22 | 41 | 476 | 53 | 57 |
| Binary | 10101100 | 1000100 | 10001101 | 0 | 111100 | 10010 | 100001 | 100111110 | 101011 | 101111 |
Color Harmonies of #AC448D
Complementary color
Monochromatic Colors of #AC448D
Black with #AC448D
Text Example
Text Example
White with #AC448D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC448D; }
p { color: rgb(172,68,141); }
H1.HeaderClassName
{
color: #AC448D;
}
.AnyTagClassName
{
color: #AC448D;
}
</style>
background-color css
<style>
a { background-color: #AC448D; }
a { background-color: rgb(172,68,141); }
div.DivClassName
{
background-color: #AC448D;
}
.BgClassName
{
background-color: #AC448D;
}
</style>
border-color css
<style>
span { border-color: #AC448D; }
span { border-color: rgb(172,68,141); }
td.TdClassName
{
border-color: #AC448D;
}
.TagClassName
{
border-color: #AC448D;
}
</style>