Shades of Medium Red Violet #A1307B
Tints of Medium Red Violet #A1307B
RGB
CMYK
RGB Variations
Color information
#A1307B (or 0xA1307B) is known color: Medium Red Violet. HEX triplet: A1, 30 and 7B. RGB value is (161,48,123). Sum of RGB (Red+Green+Blue) = 161+48+123=332 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.49% from 332); Green value is 48 (19.14% from 255 or 14.46% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 161 - color contains mainly: red. Hex color #A1307B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1307B is #5ECF84. Grayscale: #5A5A5A. Windows color (decimal): -6213509 or 8073377. OLE color: 8073377.
HSL color Cylindrical-coordinate representation of color #A1307B: hue angle of 320.18º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A1307B is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 48 | 123 | - |
| CMYK | 0 | 0.70 | 0.24 | 0.37 |
| HSL | 320.18º | 0.54% | 0.41% | - |
| HSV(B) | 320.18º | 0.7% | 0.63% | - |
| XYZ | 19.33 | 11.12 | 19.87 | - |
| YUV | 90.34 | 146.44 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 48 | 123 | 0 | 0.70 | 0.24 | 0.37 | 320.18 | 0.54 | 0.41 |
| Hex | A1 | 30 | 7B | 0 | 46 | 18 | 25 | 140 | 36 | 29 |
| Octal | 241 | 60 | 173 | 0 | 106 | 30 | 45 | 500 | 66 | 51 |
| Binary | 10100001 | 110000 | 1111011 | 0 | 1000110 | 11000 | 100101 | 101000000 | 110110 | 101001 |
Color Harmonies of #A1307B
Complementary color
Monochromatic Colors of #A1307B
Black with #A1307B
Text Example
Text Example
White with #A1307B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1307B; }
p { color: rgb(161,48,123); }
H1.HeaderClassName
{
color: #A1307B;
}
.AnyTagClassName
{
color: #A1307B;
}
</style>
background-color css
<style>
a { background-color: #A1307B; }
a { background-color: rgb(161,48,123); }
div.DivClassName
{
background-color: #A1307B;
}
.BgClassName
{
background-color: #A1307B;
}
</style>
border-color css
<style>
span { border-color: #A1307B; }
span { border-color: rgb(161,48,123); }
td.TdClassName
{
border-color: #A1307B;
}
.TagClassName
{
border-color: #A1307B;
}
</style>