Shades of Medium Red Violet #A9218C
Tints of Medium Red Violet #A9218C
RGB
CMYK
RGB Variations
Color information
#A9218C (or 0xA9218C) is known color: Medium Red Violet. HEX triplet: A9, 21 and 8C. RGB value is (169,33,140). Sum of RGB (Red+Green+Blue) = 169+33+140=342 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.42% from 342); Green value is 33 (13.28% from 255 or 9.65% from 342); Blue value is 140 (55.08% from 255 or 40.94% from 342); Max value from RGB is 169 - color contains mainly: red. Hex color #A9218C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9218C is #56DE73. Grayscale: #555555. Windows color (decimal): -5693044 or 9183657. OLE color: 9183657.
HSL color Cylindrical-coordinate representation of color #A9218C: hue angle of 312.79º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A9218C is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 33 | 140 | - |
| CMYK | 0 | 0.80 | 0.17 | 0.34 |
| HSL | 312.79º | 0.67% | 0.4% | - |
| HSV(B) | 312.79º | 0.8% | 0.66% | - |
| XYZ | 21.64 | 11.42 | 25.87 | - |
| YUV | 85.86 | 158.56 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 33 | 140 | 0 | 0.80 | 0.17 | 0.34 | 312.79 | 0.67 | 0.4 |
| Hex | A9 | 21 | 8C | 0 | 50 | 11 | 22 | 139 | 43 | 28 |
| Octal | 251 | 41 | 214 | 0 | 120 | 21 | 42 | 471 | 103 | 50 |
| Binary | 10101001 | 100001 | 10001100 | 0 | 1010000 | 10001 | 100010 | 100111001 | 1000011 | 101000 |
Color Harmonies of #A9218C
Complementary color
Monochromatic Colors of #A9218C
Black with #A9218C
Text Example
Text Example
White with #A9218C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9218C; }
p { color: rgb(169,33,140); }
H1.HeaderClassName
{
color: #A9218C;
}
.AnyTagClassName
{
color: #A9218C;
}
</style>
background-color css
<style>
a { background-color: #A9218C; }
a { background-color: rgb(169,33,140); }
div.DivClassName
{
background-color: #A9218C;
}
.BgClassName
{
background-color: #A9218C;
}
</style>
border-color css
<style>
span { border-color: #A9218C; }
span { border-color: rgb(169,33,140); }
td.TdClassName
{
border-color: #A9218C;
}
.TagClassName
{
border-color: #A9218C;
}
</style>