Shades of Medium Red Violet #A2327F
Tints of Medium Red Violet #A2327F
RGB
CMYK
RGB Variations
Color information
#A2327F (or 0xA2327F) is known color: Medium Red Violet. HEX triplet: A2, 32 and 7F. RGB value is (162,50,127). Sum of RGB (Red+Green+Blue) = 162+50+127=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 50 (19.92% from 255 or 14.75% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 162 - color contains mainly: red. Hex color #A2327F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2327F is #5DCD80. Grayscale: #5C5C5C. Windows color (decimal): -6147457 or 8336034. OLE color: 8336034.
HSL color Cylindrical-coordinate representation of color #A2327F: hue angle of 318.75º 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 #A2327F is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 50 | 127 | - |
| CMYK | 0 | 0.69 | 0.22 | 0.36 |
| HSL | 318.75º | 0.53% | 0.42% | - |
| HSV(B) | 318.75º | 0.69% | 0.64% | - |
| XYZ | 19.87 | 11.49 | 21.25 | - |
| YUV | 92.27 | 147.61 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 50 | 127 | 0 | 0.69 | 0.22 | 0.36 | 318.75 | 0.53 | 0.42 |
| Hex | A2 | 32 | 7F | 0 | 45 | 16 | 24 | 13F | 35 | 2A |
| Octal | 242 | 62 | 177 | 0 | 105 | 26 | 44 | 477 | 65 | 52 |
| Binary | 10100010 | 110010 | 1111111 | 0 | 1000101 | 10110 | 100100 | 100111111 | 110101 | 101010 |
Color Harmonies of #A2327F
Complementary color
Monochromatic Colors of #A2327F
Black with #A2327F
Text Example
Text Example
White with #A2327F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2327F; }
p { color: rgb(162,50,127); }
H1.HeaderClassName
{
color: #A2327F;
}
.AnyTagClassName
{
color: #A2327F;
}
</style>
background-color css
<style>
a { background-color: #A2327F; }
a { background-color: rgb(162,50,127); }
div.DivClassName
{
background-color: #A2327F;
}
.BgClassName
{
background-color: #A2327F;
}
</style>
border-color css
<style>
span { border-color: #A2327F; }
span { border-color: rgb(162,50,127); }
td.TdClassName
{
border-color: #A2327F;
}
.TagClassName
{
border-color: #A2327F;
}
</style>