Shades of Medium Red Violet #A42B96
Tints of Medium Red Violet #A42B96
RGB
CMYK
RGB Variations
Color information
#A42B96 (or 0xA42B96) is known color: Medium Red Violet. HEX triplet: A4, 2B and 96. RGB value is (164,43,150). Sum of RGB (Red+Green+Blue) = 164+43+150=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 43 (17.19% from 255 or 12.04% from 357); Blue value is 150 (58.98% from 255 or 42.02% from 357); Max value from RGB is 164 - color contains mainly: red. Hex color #A42B96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42B96 is #5BD469. Grayscale: #5B5B5B. Windows color (decimal): -6018154 or 9841572. OLE color: 9841572.
HSL color Cylindrical-coordinate representation of color #A42B96: hue angle of 306.94º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A42B96 is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 43 | 150 | - |
| CMYK | 0 | 0.74 | 0.09 | 0.36 |
| HSL | 306.94º | 0.58% | 0.41% | - |
| HSV(B) | 306.94º | 0.74% | 0.64% | - |
| XYZ | 21.68 | 11.82 | 29.99 | - |
| YUV | 91.38 | 161.09 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 43 | 150 | 0 | 0.74 | 0.09 | 0.36 | 306.94 | 0.58 | 0.41 |
| Hex | A4 | 2B | 96 | 0 | 4A | 9 | 24 | 133 | 3A | 29 |
| Octal | 244 | 53 | 226 | 0 | 112 | 11 | 44 | 463 | 72 | 51 |
| Binary | 10100100 | 101011 | 10010110 | 0 | 1001010 | 1001 | 100100 | 100110011 | 111010 | 101001 |
Color Harmonies of #A42B96
Complementary color
Monochromatic Colors of #A42B96
Black with #A42B96
Text Example
Text Example
White with #A42B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42B96; }
p { color: rgb(164,43,150); }
H1.HeaderClassName
{
color: #A42B96;
}
.AnyTagClassName
{
color: #A42B96;
}
</style>
background-color css
<style>
a { background-color: #A42B96; }
a { background-color: rgb(164,43,150); }
div.DivClassName
{
background-color: #A42B96;
}
.BgClassName
{
background-color: #A42B96;
}
</style>
border-color css
<style>
span { border-color: #A42B96; }
span { border-color: rgb(164,43,150); }
td.TdClassName
{
border-color: #A42B96;
}
.TagClassName
{
border-color: #A42B96;
}
</style>