Shades of Medium Red Violet #AC3978
Tints of Medium Red Violet #AC3978
RGB
CMYK
RGB Variations
Color information
#AC3978 (or 0xAC3978) is known color: Medium Red Violet. HEX triplet: AC, 39 and 78. RGB value is (172,57,120). Sum of RGB (Red+Green+Blue) = 172+57+120=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 57 (22.66% from 255 or 16.33% from 349); Blue value is 120 (47.27% from 255 or 34.38% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3978 is #53C687. Grayscale: #626262. Windows color (decimal): -5490312 or 7879084. OLE color: 7879084.
HSL color Cylindrical-coordinate representation of color #AC3978: hue angle of 327.13º 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 #AC3978 is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 57 | 120 | - |
| CMYK | 0 | 0.67 | 0.30 | 0.33 |
| HSL | 327.13º | 0.5% | 0.45% | - |
| HSV(B) | 327.13º | 0.67% | 0.67% | - |
| XYZ | 21.87 | 13.05 | 19.14 | - |
| YUV | 98.57 | 140.1 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 57 | 120 | 0 | 0.67 | 0.30 | 0.33 | 327.13 | 0.5 | 0.45 |
| Hex | AC | 39 | 78 | 0 | 43 | 1E | 21 | 147 | 32 | 2D |
| Octal | 254 | 71 | 170 | 0 | 103 | 36 | 41 | 507 | 62 | 55 |
| Binary | 10101100 | 111001 | 1111000 | 0 | 1000011 | 11110 | 100001 | 101000111 | 110010 | 101101 |
Color Harmonies of #AC3978
Complementary color
Monochromatic Colors of #AC3978
Black with #AC3978
Text Example
Text Example
White with #AC3978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3978; }
p { color: rgb(172,57,120); }
H1.HeaderClassName
{
color: #AC3978;
}
.AnyTagClassName
{
color: #AC3978;
}
</style>
background-color css
<style>
a { background-color: #AC3978; }
a { background-color: rgb(172,57,120); }
div.DivClassName
{
background-color: #AC3978;
}
.BgClassName
{
background-color: #AC3978;
}
</style>
border-color css
<style>
span { border-color: #AC3978; }
span { border-color: rgb(172,57,120); }
td.TdClassName
{
border-color: #AC3978;
}
.TagClassName
{
border-color: #AC3978;
}
</style>