Shades of Medium Red Violet #A9458B
Tints of Medium Red Violet #A9458B
RGB
CMYK
RGB Variations
Color information
#A9458B (or 0xA9458B) is known color: Medium Red Violet. HEX triplet: A9, 45 and 8B. RGB value is (169,69,139). Sum of RGB (Red+Green+Blue) = 169+69+139=377 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.83% from 377); Green value is 69 (27.34% from 255 or 18.30% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 169 - color contains mainly: red. Hex color #A9458B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9458B is #56BA74. Grayscale: #6A6A6A. Windows color (decimal): -5683829 or 9127337. OLE color: 9127337.
HSL color Cylindrical-coordinate representation of color #A9458B: hue angle of 318º degrees, saturation: 0.42, 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 #A9458B is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 69 | 139 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.34 |
| HSL | 318º | 0.42% | 0.47% | - |
| HSV(B) | 318º | 0.59% | 0.66% | - |
| XYZ | 23.15 | 14.56 | 26.02 | - |
| YUV | 106.88 | 146.13 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 69 | 139 | 0 | 0.59 | 0.18 | 0.34 | 318 | 0.42 | 0.47 |
| Hex | A9 | 45 | 8B | 0 | 3B | 12 | 22 | 13E | 2A | 2F |
| Octal | 251 | 105 | 213 | 0 | 73 | 22 | 42 | 476 | 52 | 57 |
| Binary | 10101001 | 1000101 | 10001011 | 0 | 111011 | 10010 | 100010 | 100111110 | 101010 | 101111 |
Color Harmonies of #A9458B
Complementary color
Monochromatic Colors of #A9458B
Black with #A9458B
Text Example
Text Example
White with #A9458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9458B; }
p { color: rgb(169,69,139); }
H1.HeaderClassName
{
color: #A9458B;
}
.AnyTagClassName
{
color: #A9458B;
}
</style>
background-color css
<style>
a { background-color: #A9458B; }
a { background-color: rgb(169,69,139); }
div.DivClassName
{
background-color: #A9458B;
}
.BgClassName
{
background-color: #A9458B;
}
</style>
border-color css
<style>
span { border-color: #A9458B; }
span { border-color: rgb(169,69,139); }
td.TdClassName
{
border-color: #A9458B;
}
.TagClassName
{
border-color: #A9458B;
}
</style>