Shades of Medium Red Violet #A42891
Tints of Medium Red Violet #A42891
RGB
CMYK
RGB Variations
Color information
#A42891 (or 0xA42891) is known color: Medium Red Violet. HEX triplet: A4, 28 and 91. RGB value is (164,40,145). Sum of RGB (Red+Green+Blue) = 164+40+145=349 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.99% from 349); Green value is 40 (16.02% from 255 or 11.46% from 349); Blue value is 145 (57.03% from 255 or 41.55% from 349); Max value from RGB is 164 - color contains mainly: red. Hex color #A42891 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42891 is #5BD76E. Grayscale: #585858. Windows color (decimal): -6018927 or 9513124. OLE color: 9513124.
HSL color Cylindrical-coordinate representation of color #A42891: hue angle of 309.19º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A42891 is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 40 | 145 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.36 |
| HSL | 309.19º | 0.61% | 0.4% | - |
| HSV(B) | 309.19º | 0.76% | 0.64% | - |
| XYZ | 21.18 | 11.45 | 27.88 | - |
| YUV | 89.05 | 159.58 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 40 | 145 | 0 | 0.76 | 0.12 | 0.36 | 309.19 | 0.61 | 0.4 |
| Hex | A4 | 28 | 91 | 0 | 4C | C | 24 | 135 | 3D | 28 |
| Octal | 244 | 50 | 221 | 0 | 114 | 14 | 44 | 465 | 75 | 50 |
| Binary | 10100100 | 101000 | 10010001 | 0 | 1001100 | 1100 | 100100 | 100110101 | 111101 | 101000 |
Color Harmonies of #A42891
Complementary color
Monochromatic Colors of #A42891
Black with #A42891
Text Example
Text Example
White with #A42891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42891; }
p { color: rgb(164,40,145); }
H1.HeaderClassName
{
color: #A42891;
}
.AnyTagClassName
{
color: #A42891;
}
</style>
background-color css
<style>
a { background-color: #A42891; }
a { background-color: rgb(164,40,145); }
div.DivClassName
{
background-color: #A42891;
}
.BgClassName
{
background-color: #A42891;
}
</style>
border-color css
<style>
span { border-color: #A42891; }
span { border-color: rgb(164,40,145); }
td.TdClassName
{
border-color: #A42891;
}
.TagClassName
{
border-color: #A42891;
}
</style>