Shades of Medium Red Violet #A2408D
Tints of Medium Red Violet #A2408D
RGB
CMYK
RGB Variations
Color information
#A2408D (or 0xA2408D) is known color: Medium Red Violet. HEX triplet: A2, 40 and 8D. RGB value is (162,64,141). Sum of RGB (Red+Green+Blue) = 162+64+141=367 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.14% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 162 - color contains mainly: red. Hex color #A2408D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2408D is #5DBF72. Grayscale: #656565. Windows color (decimal): -6143859 or 9257122. OLE color: 9257122.
HSL color Cylindrical-coordinate representation of color #A2408D: hue angle of 312.86º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A2408D is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 64 | 141 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.36 |
| HSL | 312.86º | 0.43% | 0.44% | - |
| HSV(B) | 312.86º | 0.6% | 0.64% | - |
| XYZ | 21.54 | 13.27 | 26.63 | - |
| YUV | 102.08 | 149.97 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 64 | 141 | 0 | 0.60 | 0.13 | 0.36 | 312.86 | 0.43 | 0.44 |
| Hex | A2 | 40 | 8D | 0 | 3C | D | 24 | 139 | 2B | 2C |
| Octal | 242 | 100 | 215 | 0 | 74 | 15 | 44 | 471 | 53 | 54 |
| Binary | 10100010 | 1000000 | 10001101 | 0 | 111100 | 1101 | 100100 | 100111001 | 101011 | 101100 |
Color Harmonies of #A2408D
Complementary color
Monochromatic Colors of #A2408D
Black with #A2408D
Text Example
Text Example
White with #A2408D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2408D; }
p { color: rgb(162,64,141); }
H1.HeaderClassName
{
color: #A2408D;
}
.AnyTagClassName
{
color: #A2408D;
}
</style>
background-color css
<style>
a { background-color: #A2408D; }
a { background-color: rgb(162,64,141); }
div.DivClassName
{
background-color: #A2408D;
}
.BgClassName
{
background-color: #A2408D;
}
</style>
border-color css
<style>
span { border-color: #A2408D; }
span { border-color: rgb(162,64,141); }
td.TdClassName
{
border-color: #A2408D;
}
.TagClassName
{
border-color: #A2408D;
}
</style>