Shades of Medium Red Violet #A2448D
Tints of Medium Red Violet #A2448D
RGB
CMYK
RGB Variations
Color information
#A2448D (or 0xA2448D) is known color: Medium Red Violet. HEX triplet: A2, 44 and 8D. RGB value is (162,68,141). Sum of RGB (Red+Green+Blue) = 162+68+141=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 68 (26.95% from 255 or 18.33% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 162 - color contains mainly: red. Hex color #A2448D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2448D is #5DBB72. Grayscale: #686868. Windows color (decimal): -6142835 or 9258146. OLE color: 9258146.
HSL color Cylindrical-coordinate representation of color #A2448D: hue angle of 313.4º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A2448D is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 68 | 141 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.36 |
| HSL | 313.4º | 0.41% | 0.45% | - |
| HSV(B) | 313.4º | 0.58% | 0.64% | - |
| XYZ | 21.78 | 13.74 | 26.7 | - |
| YUV | 104.43 | 148.64 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 68 | 141 | 0 | 0.58 | 0.13 | 0.36 | 313.4 | 0.41 | 0.45 |
| Hex | A2 | 44 | 8D | 0 | 3A | D | 24 | 139 | 29 | 2D |
| Octal | 242 | 104 | 215 | 0 | 72 | 15 | 44 | 471 | 51 | 55 |
| Binary | 10100010 | 1000100 | 10001101 | 0 | 111010 | 1101 | 100100 | 100111001 | 101001 | 101101 |
Color Harmonies of #A2448D
Complementary color
Monochromatic Colors of #A2448D
Black with #A2448D
Text Example
Text Example
White with #A2448D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2448D; }
p { color: rgb(162,68,141); }
H1.HeaderClassName
{
color: #A2448D;
}
.AnyTagClassName
{
color: #A2448D;
}
</style>
background-color css
<style>
a { background-color: #A2448D; }
a { background-color: rgb(162,68,141); }
div.DivClassName
{
background-color: #A2448D;
}
.BgClassName
{
background-color: #A2448D;
}
</style>
border-color css
<style>
span { border-color: #A2448D; }
span { border-color: rgb(162,68,141); }
td.TdClassName
{
border-color: #A2448D;
}
.TagClassName
{
border-color: #A2448D;
}
</style>