Shades of Medium Red Violet #A24188
Tints of Medium Red Violet #A24188
RGB
CMYK
RGB Variations
Color information
#A24188 (or 0xA24188) is known color: Medium Red Violet. HEX triplet: A2, 41 and 88. RGB value is (162,65,136). Sum of RGB (Red+Green+Blue) = 162+65+136=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 136 (53.52% from 255 or 37.47% from 363); Max value from RGB is 162 - color contains mainly: red. Hex color #A24188 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24188 is #5DBE77. Grayscale: #656565. Windows color (decimal): -6143608 or 8929698. OLE color: 8929698.
HSL color Cylindrical-coordinate representation of color #A24188: hue angle of 316.08º 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 #A24188 is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 65 | 136 | - |
| CMYK | 0 | 0.60 | 0.16 | 0.36 |
| HSL | 316.08º | 0.43% | 0.45% | - |
| HSV(B) | 316.08º | 0.6% | 0.64% | - |
| XYZ | 21.23 | 13.24 | 24.73 | - |
| YUV | 102.1 | 147.14 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 65 | 136 | 0 | 0.60 | 0.16 | 0.36 | 316.08 | 0.43 | 0.45 |
| Hex | A2 | 41 | 88 | 0 | 3C | 10 | 24 | 13C | 2B | 2D |
| Octal | 242 | 101 | 210 | 0 | 74 | 20 | 44 | 474 | 53 | 55 |
| Binary | 10100010 | 1000001 | 10001000 | 0 | 111100 | 10000 | 100100 | 100111100 | 101011 | 101101 |
Color Harmonies of #A24188
Complementary color
Monochromatic Colors of #A24188
Black with #A24188
Text Example
Text Example
White with #A24188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24188; }
p { color: rgb(162,65,136); }
H1.HeaderClassName
{
color: #A24188;
}
.AnyTagClassName
{
color: #A24188;
}
</style>
background-color css
<style>
a { background-color: #A24188; }
a { background-color: rgb(162,65,136); }
div.DivClassName
{
background-color: #A24188;
}
.BgClassName
{
background-color: #A24188;
}
</style>
border-color css
<style>
span { border-color: #A24188; }
span { border-color: rgb(162,65,136); }
td.TdClassName
{
border-color: #A24188;
}
.TagClassName
{
border-color: #A24188;
}
</style>