Shades of Medium Red Violet #AC478A
Tints of Medium Red Violet #AC478A
RGB
CMYK
RGB Variations
Color information
#AC478A (or 0xAC478A) is known color: Medium Red Violet. HEX triplet: AC, 47 and 8A. RGB value is (172,71,138). Sum of RGB (Red+Green+Blue) = 172+71+138=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 71 (28.12% from 255 or 18.64% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC478A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC478A is #53B875. Grayscale: #6C6C6C. Windows color (decimal): -5486710 or 9062316. OLE color: 9062316.
HSL color Cylindrical-coordinate representation of color #AC478A: hue angle of 320.2º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC478A is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 71 | 138 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.33 |
| HSL | 320.2º | 0.42% | 0.48% | - |
| HSV(B) | 320.2º | 0.59% | 0.67% | - |
| XYZ | 23.85 | 15.11 | 25.7 | - |
| YUV | 108.84 | 144.46 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 71 | 138 | 0 | 0.59 | 0.20 | 0.33 | 320.2 | 0.42 | 0.48 |
| Hex | AC | 47 | 8A | 0 | 3B | 14 | 21 | 140 | 2A | 30 |
| Octal | 254 | 107 | 212 | 0 | 73 | 24 | 41 | 500 | 52 | 60 |
| Binary | 10101100 | 1000111 | 10001010 | 0 | 111011 | 10100 | 100001 | 101000000 | 101010 | 110000 |
Color Harmonies of #AC478A
Complementary color
Monochromatic Colors of #AC478A
Black with #AC478A
Text Example
Text Example
White with #AC478A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC478A; }
p { color: rgb(172,71,138); }
H1.HeaderClassName
{
color: #AC478A;
}
.AnyTagClassName
{
color: #AC478A;
}
</style>
background-color css
<style>
a { background-color: #AC478A; }
a { background-color: rgb(172,71,138); }
div.DivClassName
{
background-color: #AC478A;
}
.BgClassName
{
background-color: #AC478A;
}
</style>
border-color css
<style>
span { border-color: #AC478A; }
span { border-color: rgb(172,71,138); }
td.TdClassName
{
border-color: #AC478A;
}
.TagClassName
{
border-color: #AC478A;
}
</style>