Shades of Medium Red Violet #A1328E
Tints of Medium Red Violet #A1328E
RGB
CMYK
RGB Variations
Color information
#A1328E (or 0xA1328E) is known color: Medium Red Violet. HEX triplet: A1, 32 and 8E. RGB value is (161,50,142). Sum of RGB (Red+Green+Blue) = 161+50+142=353 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.61% from 353); Green value is 50 (19.92% from 255 or 14.16% from 353); Blue value is 142 (55.86% from 255 or 40.23% from 353); Max value from RGB is 161 - color contains mainly: red. Hex color #A1328E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1328E is #5ECD71. Grayscale: #5D5D5D. Windows color (decimal): -6212978 or 9319073. OLE color: 9319073.
HSL color Cylindrical-coordinate representation of color #A1328E: hue angle of 310.27º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A1328E is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 50 | 142 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.37 |
| HSL | 310.27º | 0.53% | 0.41% | - |
| HSV(B) | 310.27º | 0.69% | 0.63% | - |
| XYZ | 20.72 | 11.81 | 26.78 | - |
| YUV | 93.68 | 155.27 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 50 | 142 | 0 | 0.69 | 0.12 | 0.37 | 310.27 | 0.53 | 0.41 |
| Hex | A1 | 32 | 8E | 0 | 45 | C | 25 | 136 | 35 | 29 |
| Octal | 241 | 62 | 216 | 0 | 105 | 14 | 45 | 466 | 65 | 51 |
| Binary | 10100001 | 110010 | 10001110 | 0 | 1000101 | 1100 | 100101 | 100110110 | 110101 | 101001 |
Color Harmonies of #A1328E
Complementary color
Monochromatic Colors of #A1328E
Black with #A1328E
Text Example
Text Example
White with #A1328E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1328E; }
p { color: rgb(161,50,142); }
H1.HeaderClassName
{
color: #A1328E;
}
.AnyTagClassName
{
color: #A1328E;
}
</style>
background-color css
<style>
a { background-color: #A1328E; }
a { background-color: rgb(161,50,142); }
div.DivClassName
{
background-color: #A1328E;
}
.BgClassName
{
background-color: #A1328E;
}
</style>
border-color css
<style>
span { border-color: #A1328E; }
span { border-color: rgb(161,50,142); }
td.TdClassName
{
border-color: #A1328E;
}
.TagClassName
{
border-color: #A1328E;
}
</style>