Shades of Medium Red Violet #A1347B
Tints of Medium Red Violet #A1347B
RGB
CMYK
RGB Variations
Color information
#A1347B (or 0xA1347B) is known color: Medium Red Violet. HEX triplet: A1, 34 and 7B. RGB value is (161,52,123). Sum of RGB (Red+Green+Blue) = 161+52+123=336 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.92% from 336); Green value is 52 (20.70% from 255 or 15.48% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 161 - color contains mainly: red. Hex color #A1347B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1347B is #5ECB84. Grayscale: #5C5C5C. Windows color (decimal): -6212485 or 8074401. OLE color: 8074401.
HSL color Cylindrical-coordinate representation of color #A1347B: hue angle of 320.92º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A1347B is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 52 | 123 | - |
| CMYK | 0 | 0.68 | 0.24 | 0.37 |
| HSL | 320.92º | 0.51% | 0.42% | - |
| HSV(B) | 320.92º | 0.68% | 0.63% | - |
| XYZ | 19.5 | 11.46 | 19.92 | - |
| YUV | 92.69 | 145.11 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 52 | 123 | 0 | 0.68 | 0.24 | 0.37 | 320.92 | 0.51 | 0.42 |
| Hex | A1 | 34 | 7B | 0 | 44 | 18 | 25 | 141 | 33 | 2A |
| Octal | 241 | 64 | 173 | 0 | 104 | 30 | 45 | 501 | 63 | 52 |
| Binary | 10100001 | 110100 | 1111011 | 0 | 1000100 | 11000 | 100101 | 101000001 | 110011 | 101010 |
Color Harmonies of #A1347B
Complementary color
Monochromatic Colors of #A1347B
Black with #A1347B
Text Example
Text Example
White with #A1347B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1347B; }
p { color: rgb(161,52,123); }
H1.HeaderClassName
{
color: #A1347B;
}
.AnyTagClassName
{
color: #A1347B;
}
</style>
background-color css
<style>
a { background-color: #A1347B; }
a { background-color: rgb(161,52,123); }
div.DivClassName
{
background-color: #A1347B;
}
.BgClassName
{
background-color: #A1347B;
}
</style>
border-color css
<style>
span { border-color: #A1347B; }
span { border-color: rgb(161,52,123); }
td.TdClassName
{
border-color: #A1347B;
}
.TagClassName
{
border-color: #A1347B;
}
</style>