Shades of Medium Red Violet #AC398A
Tints of Medium Red Violet #AC398A
RGB
CMYK
RGB Variations
Color information
#AC398A (or 0xAC398A) is known color: Medium Red Violet. HEX triplet: AC, 39 and 8A. RGB value is (172,57,138). Sum of RGB (Red+Green+Blue) = 172+57+138=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 57 (22.66% from 255 or 15.53% from 367); Blue value is 138 (54.30% from 255 or 37.60% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC398A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC398A is #53C675. Grayscale: #646464. Windows color (decimal): -5490294 or 9058732. OLE color: 9058732.
HSL color Cylindrical-coordinate representation of color #AC398A: hue angle of 317.74º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC398A is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 57 | 138 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.33 |
| HSL | 317.74º | 0.5% | 0.45% | - |
| HSV(B) | 317.74º | 0.67% | 0.67% | - |
| XYZ | 23.06 | 13.53 | 25.44 | - |
| YUV | 100.62 | 149.1 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 57 | 138 | 0 | 0.67 | 0.20 | 0.33 | 317.74 | 0.5 | 0.45 |
| Hex | AC | 39 | 8A | 0 | 43 | 14 | 21 | 13E | 32 | 2D |
| Octal | 254 | 71 | 212 | 0 | 103 | 24 | 41 | 476 | 62 | 55 |
| Binary | 10101100 | 111001 | 10001010 | 0 | 1000011 | 10100 | 100001 | 100111110 | 110010 | 101101 |
Color Harmonies of #AC398A
Complementary color
Monochromatic Colors of #AC398A
Black with #AC398A
Text Example
Text Example
White with #AC398A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC398A; }
p { color: rgb(172,57,138); }
H1.HeaderClassName
{
color: #AC398A;
}
.AnyTagClassName
{
color: #AC398A;
}
</style>
background-color css
<style>
a { background-color: #AC398A; }
a { background-color: rgb(172,57,138); }
div.DivClassName
{
background-color: #AC398A;
}
.BgClassName
{
background-color: #AC398A;
}
</style>
border-color css
<style>
span { border-color: #AC398A; }
span { border-color: rgb(172,57,138); }
td.TdClassName
{
border-color: #AC398A;
}
.TagClassName
{
border-color: #AC398A;
}
</style>