Shades of Medium Red Violet #A2398D
Tints of Medium Red Violet #A2398D
RGB
CMYK
RGB Variations
Color information
#A2398D (or 0xA2398D) is known color: Medium Red Violet. HEX triplet: A2, 39 and 8D. RGB value is (162,57,141). Sum of RGB (Red+Green+Blue) = 162+57+141=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 57 (22.66% from 255 or 15.83% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 162 - color contains mainly: red. Hex color #A2398D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2398D is #5DC672. Grayscale: #616161. Windows color (decimal): -6145651 or 9255330. OLE color: 9255330.
HSL color Cylindrical-coordinate representation of color #A2398D: hue angle of 312º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A2398D is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 57 | 141 | - |
| CMYK | 0 | 0.65 | 0.13 | 0.36 |
| HSL | 312º | 0.48% | 0.43% | - |
| HSV(B) | 312º | 0.65% | 0.64% | - |
| XYZ | 21.17 | 12.53 | 26.5 | - |
| YUV | 97.97 | 152.29 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 57 | 141 | 0 | 0.65 | 0.13 | 0.36 | 312 | 0.48 | 0.43 |
| Hex | A2 | 39 | 8D | 0 | 41 | D | 24 | 138 | 30 | 2B |
| Octal | 242 | 71 | 215 | 0 | 101 | 15 | 44 | 470 | 60 | 53 |
| Binary | 10100010 | 111001 | 10001101 | 0 | 1000001 | 1101 | 100100 | 100111000 | 110000 | 101011 |
Color Harmonies of #A2398D
Complementary color
Monochromatic Colors of #A2398D
Black with #A2398D
Text Example
Text Example
White with #A2398D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2398D; }
p { color: rgb(162,57,141); }
H1.HeaderClassName
{
color: #A2398D;
}
.AnyTagClassName
{
color: #A2398D;
}
</style>
background-color css
<style>
a { background-color: #A2398D; }
a { background-color: rgb(162,57,141); }
div.DivClassName
{
background-color: #A2398D;
}
.BgClassName
{
background-color: #A2398D;
}
</style>
border-color css
<style>
span { border-color: #A2398D; }
span { border-color: rgb(162,57,141); }
td.TdClassName
{
border-color: #A2398D;
}
.TagClassName
{
border-color: #A2398D;
}
</style>