Shades of Medium Red Violet #A1348B
Tints of Medium Red Violet #A1348B
RGB
CMYK
RGB Variations
Color information
#A1348B (or 0xA1348B) is known color: Medium Red Violet. HEX triplet: A1, 34 and 8B. RGB value is (161,52,139). Sum of RGB (Red+Green+Blue) = 161+52+139=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 52 (20.70% from 255 or 14.77% from 352); Blue value is 139 (54.69% from 255 or 39.49% from 352); Max value from RGB is 161 - color contains mainly: red. Hex color #A1348B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1348B is #5ECB74. Grayscale: #5E5E5E. Windows color (decimal): -6212469 or 9122977. OLE color: 9122977.
HSL color Cylindrical-coordinate representation of color #A1348B: hue angle of 312.11º 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 #A1348B is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 52 | 139 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.37 |
| HSL | 312.11º | 0.51% | 0.42% | - |
| HSV(B) | 312.11º | 0.68% | 0.63% | - |
| XYZ | 20.59 | 11.9 | 25.64 | - |
| YUV | 94.51 | 153.11 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 52 | 139 | 0 | 0.68 | 0.14 | 0.37 | 312.11 | 0.51 | 0.42 |
| Hex | A1 | 34 | 8B | 0 | 44 | E | 25 | 138 | 33 | 2A |
| Octal | 241 | 64 | 213 | 0 | 104 | 16 | 45 | 470 | 63 | 52 |
| Binary | 10100001 | 110100 | 10001011 | 0 | 1000100 | 1110 | 100101 | 100111000 | 110011 | 101010 |
Color Harmonies of #A1348B
Complementary color
Monochromatic Colors of #A1348B
Black with #A1348B
Text Example
Text Example
White with #A1348B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1348B; }
p { color: rgb(161,52,139); }
H1.HeaderClassName
{
color: #A1348B;
}
.AnyTagClassName
{
color: #A1348B;
}
</style>
background-color css
<style>
a { background-color: #A1348B; }
a { background-color: rgb(161,52,139); }
div.DivClassName
{
background-color: #A1348B;
}
.BgClassName
{
background-color: #A1348B;
}
</style>
border-color css
<style>
span { border-color: #A1348B; }
span { border-color: rgb(161,52,139); }
td.TdClassName
{
border-color: #A1348B;
}
.TagClassName
{
border-color: #A1348B;
}
</style>