Shades of Medium Red Violet #A42493
Tints of Medium Red Violet #A42493
RGB
CMYK
RGB Variations
Color information
#A42493 (or 0xA42493) is known color: Medium Red Violet. HEX triplet: A4, 24 and 93. RGB value is (164,36,147). Sum of RGB (Red+Green+Blue) = 164+36+147=347 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.26% from 347); Green value is 36 (14.45% from 255 or 10.37% from 347); Blue value is 147 (57.81% from 255 or 42.36% from 347); Max value from RGB is 164 - color contains mainly: red. Hex color #A42493 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42493 is #5BDB6C. Grayscale: #565656. Windows color (decimal): -6019949 or 9643172. OLE color: 9643172.
HSL color Cylindrical-coordinate representation of color #A42493: hue angle of 307.97º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A42493 is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 36 | 147 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.36 |
| HSL | 307.97º | 0.64% | 0.39% | - |
| HSV(B) | 307.97º | 0.78% | 0.64% | - |
| XYZ | 21.21 | 11.26 | 28.66 | - |
| YUV | 86.93 | 161.91 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 36 | 147 | 0 | 0.78 | 0.10 | 0.36 | 307.97 | 0.64 | 0.39 |
| Hex | A4 | 24 | 93 | 0 | 4E | A | 24 | 134 | 40 | 27 |
| Octal | 244 | 44 | 223 | 0 | 116 | 12 | 44 | 464 | 100 | 47 |
| Binary | 10100100 | 100100 | 10010011 | 0 | 1001110 | 1010 | 100100 | 100110100 | 1000000 | 100111 |
Color Harmonies of #A42493
Complementary color
Monochromatic Colors of #A42493
Black with #A42493
Text Example
Text Example
White with #A42493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42493; }
p { color: rgb(164,36,147); }
H1.HeaderClassName
{
color: #A42493;
}
.AnyTagClassName
{
color: #A42493;
}
</style>
background-color css
<style>
a { background-color: #A42493; }
a { background-color: rgb(164,36,147); }
div.DivClassName
{
background-color: #A42493;
}
.BgClassName
{
background-color: #A42493;
}
</style>
border-color css
<style>
span { border-color: #A42493; }
span { border-color: rgb(164,36,147); }
td.TdClassName
{
border-color: #A42493;
}
.TagClassName
{
border-color: #A42493;
}
</style>