Shades of Medium Red Violet #A9418D
Tints of Medium Red Violet #A9418D
RGB
CMYK
RGB Variations
Color information
#A9418D (or 0xA9418D) is known color: Medium Red Violet. HEX triplet: A9, 41 and 8D. RGB value is (169,65,141). Sum of RGB (Red+Green+Blue) = 169+65+141=375 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.07% from 375); Green value is 65 (25.78% from 255 or 17.33% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 169 - color contains mainly: red. Hex color #A9418D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9418D is #56BE72. Grayscale: #686868. Windows color (decimal): -5684851 or 9257385. OLE color: 9257385.
HSL color Cylindrical-coordinate representation of color #A9418D: hue angle of 316.15º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A9418D is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 65 | 141 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.34 |
| HSL | 316.15º | 0.44% | 0.46% | - |
| HSV(B) | 316.15º | 0.62% | 0.66% | - |
| XYZ | 23.06 | 14.14 | 26.71 | - |
| YUV | 104.76 | 148.46 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 65 | 141 | 0 | 0.62 | 0.17 | 0.34 | 316.15 | 0.44 | 0.46 |
| Hex | A9 | 41 | 8D | 0 | 3E | 11 | 22 | 13C | 2C | 2E |
| Octal | 251 | 101 | 215 | 0 | 76 | 21 | 42 | 474 | 54 | 56 |
| Binary | 10101001 | 1000001 | 10001101 | 0 | 111110 | 10001 | 100010 | 100111100 | 101100 | 101110 |
Color Harmonies of #A9418D
Complementary color
Monochromatic Colors of #A9418D
Black with #A9418D
Text Example
Text Example
White with #A9418D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9418D; }
p { color: rgb(169,65,141); }
H1.HeaderClassName
{
color: #A9418D;
}
.AnyTagClassName
{
color: #A9418D;
}
</style>
background-color css
<style>
a { background-color: #A9418D; }
a { background-color: rgb(169,65,141); }
div.DivClassName
{
background-color: #A9418D;
}
.BgClassName
{
background-color: #A9418D;
}
</style>
border-color css
<style>
span { border-color: #A9418D; }
span { border-color: rgb(169,65,141); }
td.TdClassName
{
border-color: #A9418D;
}
.TagClassName
{
border-color: #A9418D;
}
</style>