Shades of Medium Red Violet #A9468D
Tints of Medium Red Violet #A9468D
RGB
CMYK
RGB Variations
Color information
#A9468D (or 0xA9468D) is known color: Medium Red Violet. HEX triplet: A9, 46 and 8D. RGB value is (169,70,141). Sum of RGB (Red+Green+Blue) = 169+70+141=380 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.47% from 380); Green value is 70 (27.73% from 255 or 18.42% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 169 - color contains mainly: red. Hex color #A9468D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9468D is #56B972. Grayscale: #6B6B6B. Windows color (decimal): -5683571 or 9258665. OLE color: 9258665.
HSL color Cylindrical-coordinate representation of color #A9468D: hue angle of 316.97º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A9468D is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 70 | 141 | - |
| CMYK | 0 | 0.59 | 0.17 | 0.34 |
| HSL | 316.97º | 0.41% | 0.47% | - |
| HSV(B) | 316.97º | 0.59% | 0.66% | - |
| XYZ | 23.36 | 14.74 | 26.81 | - |
| YUV | 107.7 | 146.8 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 70 | 141 | 0 | 0.59 | 0.17 | 0.34 | 316.97 | 0.41 | 0.47 |
| Hex | A9 | 46 | 8D | 0 | 3B | 11 | 22 | 13D | 29 | 2F |
| Octal | 251 | 106 | 215 | 0 | 73 | 21 | 42 | 475 | 51 | 57 |
| Binary | 10101001 | 1000110 | 10001101 | 0 | 111011 | 10001 | 100010 | 100111101 | 101001 | 101111 |
Color Harmonies of #A9468D
Complementary color
Monochromatic Colors of #A9468D
Black with #A9468D
Text Example
Text Example
White with #A9468D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9468D; }
p { color: rgb(169,70,141); }
H1.HeaderClassName
{
color: #A9468D;
}
.AnyTagClassName
{
color: #A9468D;
}
</style>
background-color css
<style>
a { background-color: #A9468D; }
a { background-color: rgb(169,70,141); }
div.DivClassName
{
background-color: #A9468D;
}
.BgClassName
{
background-color: #A9468D;
}
</style>
border-color css
<style>
span { border-color: #A9468D; }
span { border-color: rgb(169,70,141); }
td.TdClassName
{
border-color: #A9468D;
}
.TagClassName
{
border-color: #A9468D;
}
</style>