Shades of Medium Red Violet #A24191
Tints of Medium Red Violet #A24191
RGB
CMYK
RGB Variations
Color information
#A24191 (or 0xA24191) is known color: Medium Red Violet. HEX triplet: A2, 41 and 91. RGB value is (162,65,145). Sum of RGB (Red+Green+Blue) = 162+65+145=372 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.55% from 372); Green value is 65 (25.78% from 255 or 17.47% from 372); Blue value is 145 (57.03% from 255 or 38.98% from 372); Max value from RGB is 162 - color contains mainly: red. Hex color #A24191 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24191 is #5DBE6E. Grayscale: #666666. Windows color (decimal): -6143599 or 9519522. OLE color: 9519522.
HSL color Cylindrical-coordinate representation of color #A24191: hue angle of 310.52º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A24191 is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 65 | 145 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.36 |
| HSL | 310.52º | 0.43% | 0.45% | - |
| HSV(B) | 310.52º | 0.6% | 0.64% | - |
| XYZ | 21.9 | 13.51 | 28.24 | - |
| YUV | 103.12 | 151.64 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 65 | 145 | 0 | 0.60 | 0.10 | 0.36 | 310.52 | 0.43 | 0.45 |
| Hex | A2 | 41 | 91 | 0 | 3C | A | 24 | 137 | 2B | 2D |
| Octal | 242 | 101 | 221 | 0 | 74 | 12 | 44 | 467 | 53 | 55 |
| Binary | 10100010 | 1000001 | 10010001 | 0 | 111100 | 1010 | 100100 | 100110111 | 101011 | 101101 |
Color Harmonies of #A24191
Complementary color
Monochromatic Colors of #A24191
Black with #A24191
Text Example
Text Example
White with #A24191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24191; }
p { color: rgb(162,65,145); }
H1.HeaderClassName
{
color: #A24191;
}
.AnyTagClassName
{
color: #A24191;
}
</style>
background-color css
<style>
a { background-color: #A24191; }
a { background-color: rgb(162,65,145); }
div.DivClassName
{
background-color: #A24191;
}
.BgClassName
{
background-color: #A24191;
}
</style>
border-color css
<style>
span { border-color: #A24191; }
span { border-color: rgb(162,65,145); }
td.TdClassName
{
border-color: #A24191;
}
.TagClassName
{
border-color: #A24191;
}
</style>