Shades of Medium Red Violet #A2307B
Tints of Medium Red Violet #A2307B
RGB
CMYK
RGB Variations
Color information
#A2307B (or 0xA2307B) is known color: Medium Red Violet. HEX triplet: A2, 30 and 7B. RGB value is (162,48,123). Sum of RGB (Red+Green+Blue) = 162+48+123=333 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.65% from 333); Green value is 48 (19.14% from 255 or 14.41% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 162 - color contains mainly: red. Hex color #A2307B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2307B is #5DCF84. Grayscale: #5A5A5A. Windows color (decimal): -6147973 or 8073378. OLE color: 8073378.
HSL color Cylindrical-coordinate representation of color #A2307B: hue angle of 320.53º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A2307B is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 48 | 123 | - |
| CMYK | 0 | 0.70 | 0.24 | 0.36 |
| HSL | 320.53º | 0.54% | 0.41% | - |
| HSV(B) | 320.53º | 0.7% | 0.64% | - |
| XYZ | 19.53 | 11.23 | 19.88 | - |
| YUV | 90.64 | 146.27 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 48 | 123 | 0 | 0.70 | 0.24 | 0.36 | 320.53 | 0.54 | 0.41 |
| Hex | A2 | 30 | 7B | 0 | 46 | 18 | 24 | 141 | 36 | 29 |
| Octal | 242 | 60 | 173 | 0 | 106 | 30 | 44 | 501 | 66 | 51 |
| Binary | 10100010 | 110000 | 1111011 | 0 | 1000110 | 11000 | 100100 | 101000001 | 110110 | 101001 |
Color Harmonies of #A2307B
Complementary color
Monochromatic Colors of #A2307B
Black with #A2307B
Text Example
Text Example
White with #A2307B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2307B; }
p { color: rgb(162,48,123); }
H1.HeaderClassName
{
color: #A2307B;
}
.AnyTagClassName
{
color: #A2307B;
}
</style>
background-color css
<style>
a { background-color: #A2307B; }
a { background-color: rgb(162,48,123); }
div.DivClassName
{
background-color: #A2307B;
}
.BgClassName
{
background-color: #A2307B;
}
</style>
border-color css
<style>
span { border-color: #A2307B; }
span { border-color: rgb(162,48,123); }
td.TdClassName
{
border-color: #A2307B;
}
.TagClassName
{
border-color: #A2307B;
}
</style>