Shades of Medium Red Violet #A9408B
Tints of Medium Red Violet #A9408B
RGB
CMYK
RGB Variations
Color information
#A9408B (or 0xA9408B) is known color: Medium Red Violet. HEX triplet: A9, 40 and 8B. RGB value is (169,64,139). Sum of RGB (Red+Green+Blue) = 169+64+139=372 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.43% from 372); Green value is 64 (25.39% from 255 or 17.20% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 169 - color contains mainly: red. Hex color #A9408B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9408B is #56BF74. Grayscale: #676767. Windows color (decimal): -5685109 or 9126057. OLE color: 9126057.
HSL color Cylindrical-coordinate representation of color #A9408B: hue angle of 317.14º degrees, saturation: 0.45, 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 #A9408B is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 64 | 139 | - |
| CMYK | 0 | 0.62 | 0.18 | 0.34 |
| HSL | 317.14º | 0.45% | 0.46% | - |
| HSV(B) | 317.14º | 0.62% | 0.66% | - |
| XYZ | 22.86 | 13.97 | 25.92 | - |
| YUV | 103.95 | 147.79 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 64 | 139 | 0 | 0.62 | 0.18 | 0.34 | 317.14 | 0.45 | 0.46 |
| Hex | A9 | 40 | 8B | 0 | 3E | 12 | 22 | 13D | 2D | 2E |
| Octal | 251 | 100 | 213 | 0 | 76 | 22 | 42 | 475 | 55 | 56 |
| Binary | 10101001 | 1000000 | 10001011 | 0 | 111110 | 10010 | 100010 | 100111101 | 101101 | 101110 |
Color Harmonies of #A9408B
Complementary color
Monochromatic Colors of #A9408B
Black with #A9408B
Text Example
Text Example
White with #A9408B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9408B; }
p { color: rgb(169,64,139); }
H1.HeaderClassName
{
color: #A9408B;
}
.AnyTagClassName
{
color: #A9408B;
}
</style>
background-color css
<style>
a { background-color: #A9408B; }
a { background-color: rgb(169,64,139); }
div.DivClassName
{
background-color: #A9408B;
}
.BgClassName
{
background-color: #A9408B;
}
</style>
border-color css
<style>
span { border-color: #A9408B; }
span { border-color: rgb(169,64,139); }
td.TdClassName
{
border-color: #A9408B;
}
.TagClassName
{
border-color: #A9408B;
}
</style>