Shades of Medium Red Violet #A9328C
Tints of Medium Red Violet #A9328C
RGB
CMYK
RGB Variations
Color information
#A9328C (or 0xA9328C) is known color: Medium Red Violet. HEX triplet: A9, 32 and 8C. RGB value is (169,50,140). Sum of RGB (Red+Green+Blue) = 169+50+140=359 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.08% from 359); Green value is 50 (19.92% from 255 or 13.93% from 359); Blue value is 140 (55.08% from 255 or 39.00% from 359); Max value from RGB is 169 - color contains mainly: red. Hex color #A9328C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9328C is #56CD73. Grayscale: #5F5F5F. Windows color (decimal): -5688692 or 9188009. OLE color: 9188009.
HSL color Cylindrical-coordinate representation of color #A9328C: hue angle of 314.62º 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 #A9328C is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 50 | 140 | - |
| CMYK | 0 | 0.70 | 0.17 | 0.34 |
| HSL | 314.62º | 0.54% | 0.43% | - |
| HSV(B) | 314.62º | 0.7% | 0.66% | - |
| XYZ | 22.24 | 12.61 | 26.07 | - |
| YUV | 95.84 | 152.92 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 50 | 140 | 0 | 0.70 | 0.17 | 0.34 | 314.62 | 0.54 | 0.43 |
| Hex | A9 | 32 | 8C | 0 | 46 | 11 | 22 | 13B | 36 | 2B |
| Octal | 251 | 62 | 214 | 0 | 106 | 21 | 42 | 473 | 66 | 53 |
| Binary | 10101001 | 110010 | 10001100 | 0 | 1000110 | 10001 | 100010 | 100111011 | 110110 | 101011 |
Color Harmonies of #A9328C
Complementary color
Monochromatic Colors of #A9328C
Black with #A9328C
Text Example
Text Example
White with #A9328C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9328C; }
p { color: rgb(169,50,140); }
H1.HeaderClassName
{
color: #A9328C;
}
.AnyTagClassName
{
color: #A9328C;
}
</style>
background-color css
<style>
a { background-color: #A9328C; }
a { background-color: rgb(169,50,140); }
div.DivClassName
{
background-color: #A9328C;
}
.BgClassName
{
background-color: #A9328C;
}
</style>
border-color css
<style>
span { border-color: #A9328C; }
span { border-color: rgb(169,50,140); }
td.TdClassName
{
border-color: #A9328C;
}
.TagClassName
{
border-color: #A9328C;
}
</style>