Shades of Medium Red Violet #A1327B
Tints of Medium Red Violet #A1327B
RGB
CMYK
RGB Variations
Color information
#A1327B (or 0xA1327B) is known color: Medium Red Violet. HEX triplet: A1, 32 and 7B. RGB value is (161,50,123). Sum of RGB (Red+Green+Blue) = 161+50+123=334 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.20% from 334); Green value is 50 (19.92% from 255 or 14.97% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 161 - color contains mainly: red. Hex color #A1327B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1327B is #5ECD84. Grayscale: #5B5B5B. Windows color (decimal): -6212997 or 8073889. OLE color: 8073889.
HSL color Cylindrical-coordinate representation of color #A1327B: hue angle of 320.54º 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 #A1327B is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 50 | 123 | - |
| CMYK | 0 | 0.69 | 0.24 | 0.37 |
| HSL | 320.54º | 0.53% | 0.41% | - |
| HSV(B) | 320.54º | 0.69% | 0.63% | - |
| XYZ | 19.41 | 11.29 | 19.89 | - |
| YUV | 91.51 | 145.77 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 50 | 123 | 0 | 0.69 | 0.24 | 0.37 | 320.54 | 0.53 | 0.41 |
| Hex | A1 | 32 | 7B | 0 | 45 | 18 | 25 | 141 | 35 | 29 |
| Octal | 241 | 62 | 173 | 0 | 105 | 30 | 45 | 501 | 65 | 51 |
| Binary | 10100001 | 110010 | 1111011 | 0 | 1000101 | 11000 | 100101 | 101000001 | 110101 | 101001 |
Color Harmonies of #A1327B
Complementary color
Monochromatic Colors of #A1327B
Black with #A1327B
Text Example
Text Example
White with #A1327B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1327B; }
p { color: rgb(161,50,123); }
H1.HeaderClassName
{
color: #A1327B;
}
.AnyTagClassName
{
color: #A1327B;
}
</style>
background-color css
<style>
a { background-color: #A1327B; }
a { background-color: rgb(161,50,123); }
div.DivClassName
{
background-color: #A1327B;
}
.BgClassName
{
background-color: #A1327B;
}
</style>
border-color css
<style>
span { border-color: #A1327B; }
span { border-color: rgb(161,50,123); }
td.TdClassName
{
border-color: #A1327B;
}
.TagClassName
{
border-color: #A1327B;
}
</style>