Shades of Medium Red Violet #A9388B
Tints of Medium Red Violet #A9388B
RGB
CMYK
RGB Variations
Color information
#A9388B (or 0xA9388B) is known color: Medium Red Violet. HEX triplet: A9, 38 and 8B. RGB value is (169,56,139). Sum of RGB (Red+Green+Blue) = 169+56+139=364 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.43% from 364); Green value is 56 (22.27% from 255 or 15.38% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 169 - color contains mainly: red. Hex color #A9388B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9388B is #56C774. Grayscale: #636363. Windows color (decimal): -5687157 or 9124009. OLE color: 9124009.
HSL color Cylindrical-coordinate representation of color #A9388B: hue angle of 315.93º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A9388B is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 56 | 139 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.34 |
| HSL | 315.93º | 0.5% | 0.44% | - |
| HSV(B) | 315.93º | 0.67% | 0.66% | - |
| XYZ | 22.44 | 13.13 | 25.78 | - |
| YUV | 99.25 | 150.44 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 56 | 139 | 0 | 0.67 | 0.18 | 0.34 | 315.93 | 0.5 | 0.44 |
| Hex | A9 | 38 | 8B | 0 | 43 | 12 | 22 | 13C | 32 | 2C |
| Octal | 251 | 70 | 213 | 0 | 103 | 22 | 42 | 474 | 62 | 54 |
| Binary | 10101001 | 111000 | 10001011 | 0 | 1000011 | 10010 | 100010 | 100111100 | 110010 | 101100 |
Color Harmonies of #A9388B
Complementary color
Monochromatic Colors of #A9388B
Black with #A9388B
Text Example
Text Example
White with #A9388B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9388B; }
p { color: rgb(169,56,139); }
H1.HeaderClassName
{
color: #A9388B;
}
.AnyTagClassName
{
color: #A9388B;
}
</style>
background-color css
<style>
a { background-color: #A9388B; }
a { background-color: rgb(169,56,139); }
div.DivClassName
{
background-color: #A9388B;
}
.BgClassName
{
background-color: #A9388B;
}
</style>
border-color css
<style>
span { border-color: #A9388B; }
span { border-color: rgb(169,56,139); }
td.TdClassName
{
border-color: #A9388B;
}
.TagClassName
{
border-color: #A9388B;
}
</style>