Shades of Medium Red Violet #A9209C
Tints of Medium Red Violet #A9209C
RGB
CMYK
RGB Variations
Color information
#A9209C (or 0xA9209C) is known color: Medium Red Violet. HEX triplet: A9, 20 and 9C. RGB value is (169,32,156). Sum of RGB (Red+Green+Blue) = 169+32+156=357 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.34% from 357); Green value is 32 (12.89% from 255 or 8.96% from 357); Blue value is 156 (61.33% from 255 or 43.70% from 357); Max value from RGB is 169 - color contains mainly: red. Hex color #A9209C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9209C is #56DF63. Grayscale: #565656. Windows color (decimal): -5693284 or 10231977. OLE color: 10231977.
HSL color Cylindrical-coordinate representation of color #A9209C: hue angle of 305.69º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A9209C is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 32 | 156 | - |
| CMYK | 0 | 0.81 | 0.08 | 0.34 |
| HSL | 305.69º | 0.68% | 0.39% | - |
| HSV(B) | 305.69º | 0.81% | 0.66% | - |
| XYZ | 22.88 | 11.87 | 32.54 | - |
| YUV | 87.1 | 166.89 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 32 | 156 | 0 | 0.81 | 0.08 | 0.34 | 305.69 | 0.68 | 0.39 |
| Hex | A9 | 20 | 9C | 0 | 51 | 8 | 22 | 132 | 44 | 27 |
| Octal | 251 | 40 | 234 | 0 | 121 | 10 | 42 | 462 | 104 | 47 |
| Binary | 10101001 | 100000 | 10011100 | 0 | 1010001 | 1000 | 100010 | 100110010 | 1000100 | 100111 |
Color Harmonies of #A9209C
Complementary color
Monochromatic Colors of #A9209C
Black with #A9209C
Text Example
Text Example
White with #A9209C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9209C; }
p { color: rgb(169,32,156); }
H1.HeaderClassName
{
color: #A9209C;
}
.AnyTagClassName
{
color: #A9209C;
}
</style>
background-color css
<style>
a { background-color: #A9209C; }
a { background-color: rgb(169,32,156); }
div.DivClassName
{
background-color: #A9209C;
}
.BgClassName
{
background-color: #A9209C;
}
</style>
border-color css
<style>
span { border-color: #A9209C; }
span { border-color: rgb(169,32,156); }
td.TdClassName
{
border-color: #A9209C;
}
.TagClassName
{
border-color: #A9209C;
}
</style>