Shades of Medium Red Violet #A2327B
Tints of Medium Red Violet #A2327B
RGB
CMYK
RGB Variations
Color information
#A2327B (or 0xA2327B) is known color: Medium Red Violet. HEX triplet: A2, 32 and 7B. RGB value is (162,50,123). Sum of RGB (Red+Green+Blue) = 162+50+123=335 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.36% from 335); Green value is 50 (19.92% from 255 or 14.93% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 162 - color contains mainly: red. Hex color #A2327B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2327B is #5DCD84. Grayscale: #5B5B5B. Windows color (decimal): -6147461 or 8073890. OLE color: 8073890.
HSL color Cylindrical-coordinate representation of color #A2327B: hue angle of 320.89º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A2327B is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 50 | 123 | - |
| CMYK | 0 | 0.69 | 0.24 | 0.36 |
| HSL | 320.89º | 0.53% | 0.42% | - |
| HSV(B) | 320.89º | 0.69% | 0.64% | - |
| XYZ | 19.62 | 11.39 | 19.9 | - |
| YUV | 91.81 | 145.61 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 50 | 123 | 0 | 0.69 | 0.24 | 0.36 | 320.89 | 0.53 | 0.42 |
| Hex | A2 | 32 | 7B | 0 | 45 | 18 | 24 | 141 | 35 | 2A |
| Octal | 242 | 62 | 173 | 0 | 105 | 30 | 44 | 501 | 65 | 52 |
| Binary | 10100010 | 110010 | 1111011 | 0 | 1000101 | 11000 | 100100 | 101000001 | 110101 | 101010 |
Color Harmonies of #A2327B
Complementary color
Monochromatic Colors of #A2327B
Black with #A2327B
Text Example
Text Example
White with #A2327B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2327B; }
p { color: rgb(162,50,123); }
H1.HeaderClassName
{
color: #A2327B;
}
.AnyTagClassName
{
color: #A2327B;
}
</style>
background-color css
<style>
a { background-color: #A2327B; }
a { background-color: rgb(162,50,123); }
div.DivClassName
{
background-color: #A2327B;
}
.BgClassName
{
background-color: #A2327B;
}
</style>
border-color css
<style>
span { border-color: #A2327B; }
span { border-color: rgb(162,50,123); }
td.TdClassName
{
border-color: #A2327B;
}
.TagClassName
{
border-color: #A2327B;
}
</style>