Shades of Medium Red Violet #AC4180
Tints of Medium Red Violet #AC4180
RGB
CMYK
RGB Variations
Color information
#AC4180 (or 0xAC4180) is known color: Medium Red Violet. HEX triplet: AC, 41 and 80. RGB value is (172,65,128). Sum of RGB (Red+Green+Blue) = 172+65+128=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4180 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4180 is #53BE7F. Grayscale: #686868. Windows color (decimal): -5488256 or 8405420. OLE color: 8405420.
HSL color Cylindrical-coordinate representation of color #AC4180: hue angle of 324.67º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC4180 is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 65 | 128 | - |
| CMYK | 0 | 0.62 | 0.26 | 0.33 |
| HSL | 324.67º | 0.45% | 0.46% | - |
| HSV(B) | 324.67º | 0.62% | 0.67% | - |
| XYZ | 22.8 | 14.11 | 21.94 | - |
| YUV | 104.18 | 141.45 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 65 | 128 | 0 | 0.62 | 0.26 | 0.33 | 324.67 | 0.45 | 0.46 |
| Hex | AC | 41 | 80 | 0 | 3E | 1A | 21 | 145 | 2D | 2E |
| Octal | 254 | 101 | 200 | 0 | 76 | 32 | 41 | 505 | 55 | 56 |
| Binary | 10101100 | 1000001 | 10000000 | 0 | 111110 | 11010 | 100001 | 101000101 | 101101 | 101110 |
Color Harmonies of #AC4180
Complementary color
Monochromatic Colors of #AC4180
Black with #AC4180
Text Example
Text Example
White with #AC4180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4180; }
p { color: rgb(172,65,128); }
H1.HeaderClassName
{
color: #AC4180;
}
.AnyTagClassName
{
color: #AC4180;
}
</style>
background-color css
<style>
a { background-color: #AC4180; }
a { background-color: rgb(172,65,128); }
div.DivClassName
{
background-color: #AC4180;
}
.BgClassName
{
background-color: #AC4180;
}
</style>
border-color css
<style>
span { border-color: #AC4180; }
span { border-color: rgb(172,65,128); }
td.TdClassName
{
border-color: #AC4180;
}
.TagClassName
{
border-color: #AC4180;
}
</style>