Shades of Medium Red Violet #A9357E
Tints of Medium Red Violet #A9357E
RGB
CMYK
RGB Variations
Color information
#A9357E (or 0xA9357E) is known color: Medium Red Violet. HEX triplet: A9, 35 and 7E. RGB value is (169,53,126). Sum of RGB (Red+Green+Blue) = 169+53+126=348 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.56% from 348); Green value is 53 (21.09% from 255 or 15.23% from 348); Blue value is 126 (49.61% from 255 or 36.21% from 348); Max value from RGB is 169 - color contains mainly: red. Hex color #A9357E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9357E is #56CA81. Grayscale: #5F5F5F. Windows color (decimal): -5687938 or 8271273. OLE color: 8271273.
HSL color Cylindrical-coordinate representation of color #A9357E: hue angle of 322.24º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A9357E is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 53 | 126 | - |
| CMYK | 0 | 0.69 | 0.25 | 0.34 |
| HSL | 322.24º | 0.52% | 0.44% | - |
| HSV(B) | 322.24º | 0.69% | 0.66% | - |
| XYZ | 21.4 | 12.49 | 21.02 | - |
| YUV | 96.01 | 144.93 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 53 | 126 | 0 | 0.69 | 0.25 | 0.34 | 322.24 | 0.52 | 0.44 |
| Hex | A9 | 35 | 7E | 0 | 45 | 19 | 22 | 142 | 34 | 2C |
| Octal | 251 | 65 | 176 | 0 | 105 | 31 | 42 | 502 | 64 | 54 |
| Binary | 10101001 | 110101 | 1111110 | 0 | 1000101 | 11001 | 100010 | 101000010 | 110100 | 101100 |
Color Harmonies of #A9357E
Complementary color
Monochromatic Colors of #A9357E
Black with #A9357E
Text Example
Text Example
White with #A9357E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9357E; }
p { color: rgb(169,53,126); }
H1.HeaderClassName
{
color: #A9357E;
}
.AnyTagClassName
{
color: #A9357E;
}
</style>
background-color css
<style>
a { background-color: #A9357E; }
a { background-color: rgb(169,53,126); }
div.DivClassName
{
background-color: #A9357E;
}
.BgClassName
{
background-color: #A9357E;
}
</style>
border-color css
<style>
span { border-color: #A9357E; }
span { border-color: rgb(169,53,126); }
td.TdClassName
{
border-color: #A9357E;
}
.TagClassName
{
border-color: #A9357E;
}
</style>