Shades of Medium Red Violet #A24A89
Tints of Medium Red Violet #A24A89
RGB
CMYK
RGB Variations
Color information
#A24A89 (or 0xA24A89) is known color: Medium Red Violet. HEX triplet: A2, 4A and 89. RGB value is (162,74,137). Sum of RGB (Red+Green+Blue) = 162+74+137=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 74 (29.30% from 255 or 19.84% from 373); Blue value is 137 (53.91% from 255 or 36.73% from 373); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24A89 is #5DB576. Grayscale: #6B6B6B. Windows color (decimal): -6141303 or 8997538. OLE color: 8997538.
HSL color Cylindrical-coordinate representation of color #A24A89: hue angle of 317.05º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A24A89 is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 74 | 137 | - |
| CMYK | 0 | 0.54 | 0.15 | 0.36 |
| HSL | 317.05º | 0.37% | 0.46% | - |
| HSV(B) | 317.05º | 0.54% | 0.64% | - |
| XYZ | 21.86 | 14.39 | 25.29 | - |
| YUV | 107.49 | 144.65 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 74 | 137 | 0 | 0.54 | 0.15 | 0.36 | 317.05 | 0.37 | 0.46 |
| Hex | A2 | 4A | 89 | 0 | 36 | F | 24 | 13D | 25 | 2E |
| Octal | 242 | 112 | 211 | 0 | 66 | 17 | 44 | 475 | 45 | 56 |
| Binary | 10100010 | 1001010 | 10001001 | 0 | 110110 | 1111 | 100100 | 100111101 | 100101 | 101110 |
Color Harmonies of #A24A89
Complementary color
Monochromatic Colors of #A24A89
Black with #A24A89
Text Example
Text Example
White with #A24A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24A89; }
p { color: rgb(162,74,137); }
H1.HeaderClassName
{
color: #A24A89;
}
.AnyTagClassName
{
color: #A24A89;
}
</style>
background-color css
<style>
a { background-color: #A24A89; }
a { background-color: rgb(162,74,137); }
div.DivClassName
{
background-color: #A24A89;
}
.BgClassName
{
background-color: #A24A89;
}
</style>
border-color css
<style>
span { border-color: #A24A89; }
span { border-color: rgb(162,74,137); }
td.TdClassName
{
border-color: #A24A89;
}
.TagClassName
{
border-color: #A24A89;
}
</style>