Shades of Medium Red Violet #A42287
Tints of Medium Red Violet #A42287
RGB
CMYK
RGB Variations
Color information
#A42287 (or 0xA42287) is known color: Medium Red Violet. HEX triplet: A4, 22 and 87. RGB value is (164,34,135). Sum of RGB (Red+Green+Blue) = 164+34+135=333 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.25% from 333); Green value is 34 (13.67% from 255 or 10.21% from 333); Blue value is 135 (53.12% from 255 or 40.54% from 333); Max value from RGB is 164 - color contains mainly: red. Hex color #A42287 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42287 is #5BDD78. Grayscale: #545454. Windows color (decimal): -6020473 or 8856228. OLE color: 8856228.
HSL color Cylindrical-coordinate representation of color #A42287: hue angle of 313.38º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A42287 is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 34 | 135 | - |
| CMYK | 0 | 0.79 | 0.18 | 0.36 |
| HSL | 313.38º | 0.66% | 0.39% | - |
| HSV(B) | 313.38º | 0.79% | 0.64% | - |
| XYZ | 20.26 | 10.79 | 23.94 | - |
| YUV | 84.38 | 156.57 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 34 | 135 | 0 | 0.79 | 0.18 | 0.36 | 313.38 | 0.66 | 0.39 |
| Hex | A4 | 22 | 87 | 0 | 4F | 12 | 24 | 139 | 42 | 27 |
| Octal | 244 | 42 | 207 | 0 | 117 | 22 | 44 | 471 | 102 | 47 |
| Binary | 10100100 | 100010 | 10000111 | 0 | 1001111 | 10010 | 100100 | 100111001 | 1000010 | 100111 |
Color Harmonies of #A42287
Complementary color
Monochromatic Colors of #A42287
Black with #A42287
Text Example
Text Example
White with #A42287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42287; }
p { color: rgb(164,34,135); }
H1.HeaderClassName
{
color: #A42287;
}
.AnyTagClassName
{
color: #A42287;
}
</style>
background-color css
<style>
a { background-color: #A42287; }
a { background-color: rgb(164,34,135); }
div.DivClassName
{
background-color: #A42287;
}
.BgClassName
{
background-color: #A42287;
}
</style>
border-color css
<style>
span { border-color: #A42287; }
span { border-color: rgb(164,34,135); }
td.TdClassName
{
border-color: #A42287;
}
.TagClassName
{
border-color: #A42287;
}
</style>