Shades of Medium Red Violet #A24A8A
Tints of Medium Red Violet #A24A8A
RGB
CMYK
RGB Variations
Color information
#A24A8A (or 0xA24A8A) is known color: Medium Red Violet. HEX triplet: A2, 4A and 8A. RGB value is (162,74,138). Sum of RGB (Red+Green+Blue) = 162+74+138=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 74 (29.30% from 255 or 19.79% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24A8A is #5DB575. Grayscale: #6B6B6B. Windows color (decimal): -6141302 or 9063074. OLE color: 9063074.
HSL color Cylindrical-coordinate representation of color #A24A8A: hue angle of 316.36º 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 #A24A8A is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 74 | 138 | - |
| CMYK | 0 | 0.54 | 0.15 | 0.36 |
| HSL | 316.36º | 0.37% | 0.46% | - |
| HSV(B) | 316.36º | 0.54% | 0.64% | - |
| XYZ | 21.94 | 14.41 | 25.67 | - |
| YUV | 107.61 | 145.15 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 74 | 138 | 0 | 0.54 | 0.15 | 0.36 | 316.36 | 0.37 | 0.46 |
| Hex | A2 | 4A | 8A | 0 | 36 | F | 24 | 13C | 25 | 2E |
| Octal | 242 | 112 | 212 | 0 | 66 | 17 | 44 | 474 | 45 | 56 |
| Binary | 10100010 | 1001010 | 10001010 | 0 | 110110 | 1111 | 100100 | 100111100 | 100101 | 101110 |
Color Harmonies of #A24A8A
Complementary color
Monochromatic Colors of #A24A8A
Black with #A24A8A
Text Example
Text Example
White with #A24A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24A8A; }
p { color: rgb(162,74,138); }
H1.HeaderClassName
{
color: #A24A8A;
}
.AnyTagClassName
{
color: #A24A8A;
}
</style>
background-color css
<style>
a { background-color: #A24A8A; }
a { background-color: rgb(162,74,138); }
div.DivClassName
{
background-color: #A24A8A;
}
.BgClassName
{
background-color: #A24A8A;
}
</style>
border-color css
<style>
span { border-color: #A24A8A; }
span { border-color: rgb(162,74,138); }
td.TdClassName
{
border-color: #A24A8A;
}
.TagClassName
{
border-color: #A24A8A;
}
</style>