Shades of Medium Violet Red #AC1A83
Tints of Medium Violet Red #AC1A83
RGB
CMYK
RGB Variations
Color information
#AC1A83 (or 0xAC1A83) is known color: Medium Violet Red. HEX triplet: AC, 1A and 83. RGB value is (172,26,131). Sum of RGB (Red+Green+Blue) = 172+26+131=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 26 (10.55% from 255 or 7.90% from 329); Blue value is 131 (51.56% from 255 or 39.82% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1A83 is #53E57C. Grayscale: #515151. Windows color (decimal): -5498237 or 8592044. OLE color: 8592044.
HSL color Cylindrical-coordinate representation of color #AC1A83: hue angle of 316.85º 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 #AC1A83 is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 26 | 131 | - |
| CMYK | 0 | 0.85 | 0.24 | 0.33 |
| HSL | 316.85º | 0.74% | 0.39% | - |
| HSV(B) | 316.85º | 0.85% | 0.67% | - |
| XYZ | 21.48 | 11.15 | 22.49 | - |
| YUV | 81.62 | 155.87 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 26 | 131 | 0 | 0.85 | 0.24 | 0.33 | 316.85 | 0.74 | 0.39 |
| Hex | AC | 1A | 83 | 0 | 55 | 18 | 21 | 13D | 4A | 27 |
| Octal | 254 | 32 | 203 | 0 | 125 | 30 | 41 | 475 | 112 | 47 |
| Binary | 10101100 | 11010 | 10000011 | 0 | 1010101 | 11000 | 100001 | 100111101 | 1001010 | 100111 |
Color Harmonies of #AC1A83
Complementary color
Monochromatic Colors of #AC1A83
Black with #AC1A83
Text Example
Text Example
White with #AC1A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1A83; }
p { color: rgb(172,26,131); }
H1.HeaderClassName
{
color: #AC1A83;
}
.AnyTagClassName
{
color: #AC1A83;
}
</style>
background-color css
<style>
a { background-color: #AC1A83; }
a { background-color: rgb(172,26,131); }
div.DivClassName
{
background-color: #AC1A83;
}
.BgClassName
{
background-color: #AC1A83;
}
</style>
border-color css
<style>
span { border-color: #AC1A83; }
span { border-color: rgb(172,26,131); }
td.TdClassName
{
border-color: #AC1A83;
}
.TagClassName
{
border-color: #AC1A83;
}
</style>