Shades of Medium Violet Red #AC1485
Tints of Medium Violet Red #AC1485
RGB
CMYK
RGB Variations
Color information
#AC1485 (or 0xAC1485) is known color: Medium Violet Red. HEX triplet: AC, 14 and 85. RGB value is (172,20,133). Sum of RGB (Red+Green+Blue) = 172+20+133=325 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.92% from 325); Green value is 20 (8.20% from 255 or 6.15% from 325); Blue value is 133 (52.34% from 255 or 40.92% from 325); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1485 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1485 is #53EB7A. Grayscale: #4E4E4E. Windows color (decimal): -5499771 or 8721580. OLE color: 8721580.
HSL color Cylindrical-coordinate representation of color #AC1485: hue angle of 315.39º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC1485 is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 20 | 133 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.33 |
| HSL | 315.39º | 0.79% | 0.38% | - |
| HSV(B) | 315.39º | 0.88% | 0.67% | - |
| XYZ | 21.5 | 10.96 | 23.17 | - |
| YUV | 78.33 | 158.86 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 20 | 133 | 0 | 0.88 | 0.23 | 0.33 | 315.39 | 0.79 | 0.38 |
| Hex | AC | 14 | 85 | 0 | 58 | 17 | 21 | 13B | 4F | 26 |
| Octal | 254 | 24 | 205 | 0 | 130 | 27 | 41 | 473 | 117 | 46 |
| Binary | 10101100 | 10100 | 10000101 | 0 | 1011000 | 10111 | 100001 | 100111011 | 1001111 | 100110 |
Color Harmonies of #AC1485
Complementary color
Monochromatic Colors of #AC1485
Black with #AC1485
Text Example
Text Example
White with #AC1485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1485; }
p { color: rgb(172,20,133); }
H1.HeaderClassName
{
color: #AC1485;
}
.AnyTagClassName
{
color: #AC1485;
}
</style>
background-color css
<style>
a { background-color: #AC1485; }
a { background-color: rgb(172,20,133); }
div.DivClassName
{
background-color: #AC1485;
}
.BgClassName
{
background-color: #AC1485;
}
</style>
border-color css
<style>
span { border-color: #AC1485; }
span { border-color: rgb(172,20,133); }
td.TdClassName
{
border-color: #AC1485;
}
.TagClassName
{
border-color: #AC1485;
}
</style>