Shades of Medium Red Violet #A9218A
Tints of Medium Red Violet #A9218A
RGB
CMYK
RGB Variations
Color information
#A9218A (or 0xA9218A) is known color: Medium Red Violet. HEX triplet: A9, 21 and 8A. RGB value is (169,33,138). Sum of RGB (Red+Green+Blue) = 169+33+138=340 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.71% from 340); Green value is 33 (13.28% from 255 or 9.71% from 340); Blue value is 138 (54.30% from 255 or 40.59% from 340); Max value from RGB is 169 - color contains mainly: red. Hex color #A9218A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9218A is #56DE75. Grayscale: #555555. Windows color (decimal): -5693046 or 9052585. OLE color: 9052585.
HSL color Cylindrical-coordinate representation of color #A9218A: hue angle of 313.68º 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 #A9218A is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 33 | 138 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.34 |
| HSL | 313.68º | 0.67% | 0.4% | - |
| HSV(B) | 313.68º | 0.8% | 0.66% | - |
| XYZ | 21.49 | 11.36 | 25.1 | - |
| YUV | 85.63 | 157.56 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 33 | 138 | 0 | 0.80 | 0.18 | 0.34 | 313.68 | 0.67 | 0.4 |
| Hex | A9 | 21 | 8A | 0 | 50 | 12 | 22 | 13A | 43 | 28 |
| Octal | 251 | 41 | 212 | 0 | 120 | 22 | 42 | 472 | 103 | 50 |
| Binary | 10101001 | 100001 | 10001010 | 0 | 1010000 | 10010 | 100010 | 100111010 | 1000011 | 101000 |
Color Harmonies of #A9218A
Complementary color
Monochromatic Colors of #A9218A
Black with #A9218A
Text Example
Text Example
White with #A9218A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9218A; }
p { color: rgb(169,33,138); }
H1.HeaderClassName
{
color: #A9218A;
}
.AnyTagClassName
{
color: #A9218A;
}
</style>
background-color css
<style>
a { background-color: #A9218A; }
a { background-color: rgb(169,33,138); }
div.DivClassName
{
background-color: #A9218A;
}
.BgClassName
{
background-color: #A9218A;
}
</style>
border-color css
<style>
span { border-color: #A9218A; }
span { border-color: rgb(169,33,138); }
td.TdClassName
{
border-color: #A9218A;
}
.TagClassName
{
border-color: #A9218A;
}
</style>