Shades of Medium Red Violet #A9348E
Tints of Medium Red Violet #A9348E
RGB
CMYK
RGB Variations
Color information
#A9348E (or 0xA9348E) is known color: Medium Red Violet. HEX triplet: A9, 34 and 8E. RGB value is (169,52,142). Sum of RGB (Red+Green+Blue) = 169+52+142=363 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.56% from 363); Green value is 52 (20.70% from 255 or 14.33% from 363); Blue value is 142 (55.86% from 255 or 39.12% from 363); Max value from RGB is 169 - color contains mainly: red. Hex color #A9348E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9348E is #56CB71. Grayscale: #616161. Windows color (decimal): -5688178 or 9319593. OLE color: 9319593.
HSL color Cylindrical-coordinate representation of color #A9348E: hue angle of 313.85º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A9348E is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 52 | 142 | - |
| CMYK | 0 | 0.69 | 0.16 | 0.34 |
| HSL | 313.85º | 0.53% | 0.43% | - |
| HSV(B) | 313.85º | 0.69% | 0.66% | - |
| XYZ | 22.47 | 12.84 | 26.89 | - |
| YUV | 97.24 | 153.26 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 52 | 142 | 0 | 0.69 | 0.16 | 0.34 | 313.85 | 0.53 | 0.43 |
| Hex | A9 | 34 | 8E | 0 | 45 | 10 | 22 | 13A | 35 | 2B |
| Octal | 251 | 64 | 216 | 0 | 105 | 20 | 42 | 472 | 65 | 53 |
| Binary | 10101001 | 110100 | 10001110 | 0 | 1000101 | 10000 | 100010 | 100111010 | 110101 | 101011 |
Color Harmonies of #A9348E
Complementary color
Monochromatic Colors of #A9348E
Black with #A9348E
Text Example
Text Example
White with #A9348E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9348E; }
p { color: rgb(169,52,142); }
H1.HeaderClassName
{
color: #A9348E;
}
.AnyTagClassName
{
color: #A9348E;
}
</style>
background-color css
<style>
a { background-color: #A9348E; }
a { background-color: rgb(169,52,142); }
div.DivClassName
{
background-color: #A9348E;
}
.BgClassName
{
background-color: #A9348E;
}
</style>
border-color css
<style>
span { border-color: #A9348E; }
span { border-color: rgb(169,52,142); }
td.TdClassName
{
border-color: #A9348E;
}
.TagClassName
{
border-color: #A9348E;
}
</style>