Shades of Medium Red Violet #A9428F
Tints of Medium Red Violet #A9428F
RGB
CMYK
RGB Variations
Color information
#A9428F (or 0xA9428F) is known color: Medium Red Violet. HEX triplet: A9, 42 and 8F. RGB value is (169,66,143). Sum of RGB (Red+Green+Blue) = 169+66+143=378 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.71% from 378); Green value is 66 (26.17% from 255 or 17.46% from 378); Blue value is 143 (56.25% from 255 or 37.83% from 378); Max value from RGB is 169 - color contains mainly: red. Hex color #A9428F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9428F is #56BD70. Grayscale: #696969. Windows color (decimal): -5684593 or 9388713. OLE color: 9388713.
HSL color Cylindrical-coordinate representation of color #A9428F: hue angle of 315.15º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A9428F is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 66 | 143 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.34 |
| HSL | 315.15º | 0.44% | 0.46% | - |
| HSV(B) | 315.15º | 0.61% | 0.66% | - |
| XYZ | 23.27 | 14.31 | 27.52 | - |
| YUV | 105.58 | 149.12 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 66 | 143 | 0 | 0.61 | 0.15 | 0.34 | 315.15 | 0.44 | 0.46 |
| Hex | A9 | 42 | 8F | 0 | 3D | F | 22 | 13B | 2C | 2E |
| Octal | 251 | 102 | 217 | 0 | 75 | 17 | 42 | 473 | 54 | 56 |
| Binary | 10101001 | 1000010 | 10001111 | 0 | 111101 | 1111 | 100010 | 100111011 | 101100 | 101110 |
Color Harmonies of #A9428F
Complementary color
Monochromatic Colors of #A9428F
Black with #A9428F
Text Example
Text Example
White with #A9428F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9428F; }
p { color: rgb(169,66,143); }
H1.HeaderClassName
{
color: #A9428F;
}
.AnyTagClassName
{
color: #A9428F;
}
</style>
background-color css
<style>
a { background-color: #A9428F; }
a { background-color: rgb(169,66,143); }
div.DivClassName
{
background-color: #A9428F;
}
.BgClassName
{
background-color: #A9428F;
}
</style>
border-color css
<style>
span { border-color: #A9428F; }
span { border-color: rgb(169,66,143); }
td.TdClassName
{
border-color: #A9428F;
}
.TagClassName
{
border-color: #A9428F;
}
</style>