Shades of Medium Violet Red #AC1A85
Tints of Medium Violet Red #AC1A85
RGB
CMYK
RGB Variations
Color information
#AC1A85 (or 0xAC1A85) is known color: Medium Violet Red. HEX triplet: AC, 1A and 85. RGB value is (172,26,133). Sum of RGB (Red+Green+Blue) = 172+26+133=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 26 (10.55% from 255 or 7.85% from 331); Blue value is 133 (52.34% from 255 or 40.18% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1A85 is #53E57A. Grayscale: #515151. Windows color (decimal): -5498235 or 8723116. OLE color: 8723116.
HSL color Cylindrical-coordinate representation of color #AC1A85: hue angle of 316.03º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC1A85 is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 26 | 133 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.33 |
| HSL | 316.03º | 0.74% | 0.39% | - |
| HSV(B) | 316.03º | 0.85% | 0.67% | - |
| XYZ | 21.62 | 11.2 | 23.21 | - |
| YUV | 81.85 | 156.87 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 26 | 133 | 0 | 0.85 | 0.23 | 0.33 | 316.03 | 0.74 | 0.39 |
| Hex | AC | 1A | 85 | 0 | 55 | 17 | 21 | 13C | 4A | 27 |
| Octal | 254 | 32 | 205 | 0 | 125 | 27 | 41 | 474 | 112 | 47 |
| Binary | 10101100 | 11010 | 10000101 | 0 | 1010101 | 10111 | 100001 | 100111100 | 1001010 | 100111 |
Color Harmonies of #AC1A85
Complementary color
Monochromatic Colors of #AC1A85
Black with #AC1A85
Text Example
Text Example
White with #AC1A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1A85; }
p { color: rgb(172,26,133); }
H1.HeaderClassName
{
color: #AC1A85;
}
.AnyTagClassName
{
color: #AC1A85;
}
</style>
background-color css
<style>
a { background-color: #AC1A85; }
a { background-color: rgb(172,26,133); }
div.DivClassName
{
background-color: #AC1A85;
}
.BgClassName
{
background-color: #AC1A85;
}
</style>
border-color css
<style>
span { border-color: #AC1A85; }
span { border-color: rgb(172,26,133); }
td.TdClassName
{
border-color: #AC1A85;
}
.TagClassName
{
border-color: #AC1A85;
}
</style>