Shades of Medium Red Violet #A2398B
Tints of Medium Red Violet #A2398B
RGB
CMYK
RGB Variations
Color information
#A2398B (or 0xA2398B) is known color: Medium Red Violet. HEX triplet: A2, 39 and 8B. RGB value is (162,57,139). Sum of RGB (Red+Green+Blue) = 162+57+139=358 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.25% from 358); Green value is 57 (22.66% from 255 or 15.92% from 358); Blue value is 139 (54.69% from 255 or 38.83% from 358); Max value from RGB is 162 - color contains mainly: red. Hex color #A2398B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2398B is #5DC674. Grayscale: #616161. Windows color (decimal): -6145653 or 9124258. OLE color: 9124258.
HSL color Cylindrical-coordinate representation of color #A2398B: hue angle of 313.14º 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 #A2398B is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 57 | 139 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.36 |
| HSL | 313.14º | 0.48% | 0.43% | - |
| HSV(B) | 313.14º | 0.65% | 0.64% | - |
| XYZ | 21.02 | 12.47 | 25.73 | - |
| YUV | 97.74 | 151.29 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 57 | 139 | 0 | 0.65 | 0.14 | 0.36 | 313.14 | 0.48 | 0.43 |
| Hex | A2 | 39 | 8B | 0 | 41 | E | 24 | 139 | 30 | 2B |
| Octal | 242 | 71 | 213 | 0 | 101 | 16 | 44 | 471 | 60 | 53 |
| Binary | 10100010 | 111001 | 10001011 | 0 | 1000001 | 1110 | 100100 | 100111001 | 110000 | 101011 |
Color Harmonies of #A2398B
Complementary color
Monochromatic Colors of #A2398B
Black with #A2398B
Text Example
Text Example
White with #A2398B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2398B; }
p { color: rgb(162,57,139); }
H1.HeaderClassName
{
color: #A2398B;
}
.AnyTagClassName
{
color: #A2398B;
}
</style>
background-color css
<style>
a { background-color: #A2398B; }
a { background-color: rgb(162,57,139); }
div.DivClassName
{
background-color: #A2398B;
}
.BgClassName
{
background-color: #A2398B;
}
</style>
border-color css
<style>
span { border-color: #A2398B; }
span { border-color: rgb(162,57,139); }
td.TdClassName
{
border-color: #A2398B;
}
.TagClassName
{
border-color: #A2398B;
}
</style>