Shades of Medium Red Violet #A2337D
Tints of Medium Red Violet #A2337D
RGB
CMYK
RGB Variations
Color information
#A2337D (or 0xA2337D) is known color: Medium Red Violet. HEX triplet: A2, 33 and 7D. RGB value is (162,51,125). Sum of RGB (Red+Green+Blue) = 162+51+125=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 51 (20.31% from 255 or 15.09% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 162 - color contains mainly: red. Hex color #A2337D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2337D is #5DCC82. Grayscale: #5C5C5C. Windows color (decimal): -6147203 or 8205218. OLE color: 8205218.
HSL color Cylindrical-coordinate representation of color #A2337D: hue angle of 320º degrees, saturation: 0.52, 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 #A2337D is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 51 | 125 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.36 |
| HSL | 320º | 0.52% | 0.42% | - |
| HSV(B) | 320º | 0.69% | 0.64% | - |
| XYZ | 19.79 | 11.53 | 20.58 | - |
| YUV | 92.63 | 146.27 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 51 | 125 | 0 | 0.69 | 0.23 | 0.36 | 320 | 0.52 | 0.42 |
| Hex | A2 | 33 | 7D | 0 | 45 | 17 | 24 | 140 | 34 | 2A |
| Octal | 242 | 63 | 175 | 0 | 105 | 27 | 44 | 500 | 64 | 52 |
| Binary | 10100010 | 110011 | 1111101 | 0 | 1000101 | 10111 | 100100 | 101000000 | 110100 | 101010 |
Color Harmonies of #A2337D
Complementary color
Monochromatic Colors of #A2337D
Black with #A2337D
Text Example
Text Example
White with #A2337D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2337D; }
p { color: rgb(162,51,125); }
H1.HeaderClassName
{
color: #A2337D;
}
.AnyTagClassName
{
color: #A2337D;
}
</style>
background-color css
<style>
a { background-color: #A2337D; }
a { background-color: rgb(162,51,125); }
div.DivClassName
{
background-color: #A2337D;
}
.BgClassName
{
background-color: #A2337D;
}
</style>
border-color css
<style>
span { border-color: #A2337D; }
span { border-color: rgb(162,51,125); }
td.TdClassName
{
border-color: #A2337D;
}
.TagClassName
{
border-color: #A2337D;
}
</style>