Shades of Medium Red Violet #A9327A
Tints of Medium Red Violet #A9327A
RGB
CMYK
RGB Variations
Color information
#A9327A (or 0xA9327A) is known color: Medium Red Violet. HEX triplet: A9, 32 and 7A. RGB value is (169,50,122). Sum of RGB (Red+Green+Blue) = 169+50+122=341 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.56% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 169 - color contains mainly: red. Hex color #A9327A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9327A is #56CD85. Grayscale: #5D5D5D. Windows color (decimal): -5688710 or 8008361. OLE color: 8008361.
HSL color Cylindrical-coordinate representation of color #A9327A: hue angle of 323.7º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A9327A is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 50 | 122 | - |
| CMYK | 0 | 0.70 | 0.28 | 0.34 |
| HSL | 323.7º | 0.54% | 0.43% | - |
| HSV(B) | 323.7º | 0.7% | 0.66% | - |
| XYZ | 21.02 | 12.12 | 19.64 | - |
| YUV | 93.79 | 143.92 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 50 | 122 | 0 | 0.70 | 0.28 | 0.34 | 323.7 | 0.54 | 0.43 |
| Hex | A9 | 32 | 7A | 0 | 46 | 1C | 22 | 144 | 36 | 2B |
| Octal | 251 | 62 | 172 | 0 | 106 | 34 | 42 | 504 | 66 | 53 |
| Binary | 10101001 | 110010 | 1111010 | 0 | 1000110 | 11100 | 100010 | 101000100 | 110110 | 101011 |
Color Harmonies of #A9327A
Complementary color
Monochromatic Colors of #A9327A
Black with #A9327A
Text Example
Text Example
White with #A9327A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9327A; }
p { color: rgb(169,50,122); }
H1.HeaderClassName
{
color: #A9327A;
}
.AnyTagClassName
{
color: #A9327A;
}
</style>
background-color css
<style>
a { background-color: #A9327A; }
a { background-color: rgb(169,50,122); }
div.DivClassName
{
background-color: #A9327A;
}
.BgClassName
{
background-color: #A9327A;
}
</style>
border-color css
<style>
span { border-color: #A9327A; }
span { border-color: rgb(169,50,122); }
td.TdClassName
{
border-color: #A9327A;
}
.TagClassName
{
border-color: #A9327A;
}
</style>