Shades of Medium Red Violet #A2347B
Tints of Medium Red Violet #A2347B
RGB
CMYK
RGB Variations
Color information
#A2347B (or 0xA2347B) is known color: Medium Red Violet. HEX triplet: A2, 34 and 7B. RGB value is (162,52,123). Sum of RGB (Red+Green+Blue) = 162+52+123=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A2347B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2347B is #5DCB84. Grayscale: #5C5C5C. Windows color (decimal): -6146949 or 8074402. OLE color: 8074402.
HSL color Cylindrical-coordinate representation of color #A2347B: hue angle of 321.27º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A2347B is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 52 | 123 | - |
| CMYK | 0 | 0.68 | 0.24 | 0.36 |
| HSL | 321.27º | 0.51% | 0.42% | - |
| HSV(B) | 321.27º | 0.68% | 0.64% | - |
| XYZ | 19.7 | 11.57 | 19.93 | - |
| YUV | 92.98 | 144.94 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 52 | 123 | 0 | 0.68 | 0.24 | 0.36 | 321.27 | 0.51 | 0.42 |
| Hex | A2 | 34 | 7B | 0 | 44 | 18 | 24 | 141 | 33 | 2A |
| Octal | 242 | 64 | 173 | 0 | 104 | 30 | 44 | 501 | 63 | 52 |
| Binary | 10100010 | 110100 | 1111011 | 0 | 1000100 | 11000 | 100100 | 101000001 | 110011 | 101010 |
Color Harmonies of #A2347B
Complementary color
Monochromatic Colors of #A2347B
Black with #A2347B
Text Example
Text Example
White with #A2347B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2347B; }
p { color: rgb(162,52,123); }
H1.HeaderClassName
{
color: #A2347B;
}
.AnyTagClassName
{
color: #A2347B;
}
</style>
background-color css
<style>
a { background-color: #A2347B; }
a { background-color: rgb(162,52,123); }
div.DivClassName
{
background-color: #A2347B;
}
.BgClassName
{
background-color: #A2347B;
}
</style>
border-color css
<style>
span { border-color: #A2347B; }
span { border-color: rgb(162,52,123); }
td.TdClassName
{
border-color: #A2347B;
}
.TagClassName
{
border-color: #A2347B;
}
</style>