Shades of Medium Red Violet #A42592
Tints of Medium Red Violet #A42592
RGB
CMYK
RGB Variations
Color information
#A42592 (or 0xA42592) is known color: Medium Red Violet. HEX triplet: A4, 25 and 92. RGB value is (164,37,146). Sum of RGB (Red+Green+Blue) = 164+37+146=347 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.26% from 347); Green value is 37 (14.84% from 255 or 10.66% from 347); Blue value is 146 (57.42% from 255 or 42.07% from 347); Max value from RGB is 164 - color contains mainly: red. Hex color #A42592 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42592 is #5BDA6D. Grayscale: #575757. Windows color (decimal): -6019694 or 9577892. OLE color: 9577892.
HSL color Cylindrical-coordinate representation of color #A42592: hue angle of 308.5º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A42592 is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 37 | 146 | - |
| CMYK | 0 | 0.77 | 0.11 | 0.36 |
| HSL | 308.5º | 0.63% | 0.39% | - |
| HSV(B) | 308.5º | 0.77% | 0.64% | - |
| XYZ | 21.16 | 11.29 | 28.26 | - |
| YUV | 87.4 | 161.08 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 37 | 146 | 0 | 0.77 | 0.11 | 0.36 | 308.5 | 0.63 | 0.39 |
| Hex | A4 | 25 | 92 | 0 | 4D | B | 24 | 135 | 3F | 27 |
| Octal | 244 | 45 | 222 | 0 | 115 | 13 | 44 | 465 | 77 | 47 |
| Binary | 10100100 | 100101 | 10010010 | 0 | 1001101 | 1011 | 100100 | 100110101 | 111111 | 100111 |
Color Harmonies of #A42592
Complementary color
Monochromatic Colors of #A42592
Black with #A42592
Text Example
Text Example
White with #A42592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42592; }
p { color: rgb(164,37,146); }
H1.HeaderClassName
{
color: #A42592;
}
.AnyTagClassName
{
color: #A42592;
}
</style>
background-color css
<style>
a { background-color: #A42592; }
a { background-color: rgb(164,37,146); }
div.DivClassName
{
background-color: #A42592;
}
.BgClassName
{
background-color: #A42592;
}
</style>
border-color css
<style>
span { border-color: #A42592; }
span { border-color: rgb(164,37,146); }
td.TdClassName
{
border-color: #A42592;
}
.TagClassName
{
border-color: #A42592;
}
</style>