Shades of Medium Red Violet #AC378A
Tints of Medium Red Violet #AC378A
RGB
CMYK
RGB Variations
Color information
#AC378A (or 0xAC378A) is known color: Medium Red Violet. HEX triplet: AC, 37 and 8A. RGB value is (172,55,138). Sum of RGB (Red+Green+Blue) = 172+55+138=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 55 (21.88% from 255 or 15.07% from 365); Blue value is 138 (54.30% from 255 or 37.81% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC378A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC378A is #53C875. Grayscale: #636363. Windows color (decimal): -5490806 or 9058220. OLE color: 9058220.
HSL color Cylindrical-coordinate representation of color #AC378A: hue angle of 317.44º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC378A is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 55 | 138 | - |
| CMYK | 0 | 0.68 | 0.20 | 0.33 |
| HSL | 317.44º | 0.52% | 0.45% | - |
| HSV(B) | 317.44º | 0.68% | 0.67% | - |
| XYZ | 22.97 | 13.34 | 25.41 | - |
| YUV | 99.45 | 149.76 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 55 | 138 | 0 | 0.68 | 0.20 | 0.33 | 317.44 | 0.52 | 0.45 |
| Hex | AC | 37 | 8A | 0 | 44 | 14 | 21 | 13D | 34 | 2D |
| Octal | 254 | 67 | 212 | 0 | 104 | 24 | 41 | 475 | 64 | 55 |
| Binary | 10101100 | 110111 | 10001010 | 0 | 1000100 | 10100 | 100001 | 100111101 | 110100 | 101101 |
Color Harmonies of #AC378A
Complementary color
Monochromatic Colors of #AC378A
Black with #AC378A
Text Example
Text Example
White with #AC378A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC378A; }
p { color: rgb(172,55,138); }
H1.HeaderClassName
{
color: #AC378A;
}
.AnyTagClassName
{
color: #AC378A;
}
</style>
background-color css
<style>
a { background-color: #AC378A; }
a { background-color: rgb(172,55,138); }
div.DivClassName
{
background-color: #AC378A;
}
.BgClassName
{
background-color: #AC378A;
}
</style>
border-color css
<style>
span { border-color: #AC378A; }
span { border-color: rgb(172,55,138); }
td.TdClassName
{
border-color: #AC378A;
}
.TagClassName
{
border-color: #AC378A;
}
</style>