Shades of Medium Red Violet #A9218B
Tints of Medium Red Violet #A9218B
RGB
CMYK
RGB Variations
Color information
#A9218B (or 0xA9218B) is known color: Medium Red Violet. HEX triplet: A9, 21 and 8B. RGB value is (169,33,139). Sum of RGB (Red+Green+Blue) = 169+33+139=341 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.56% from 341); Green value is 33 (13.28% from 255 or 9.68% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 169 - color contains mainly: red. Hex color #A9218B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9218B is #56DE74. Grayscale: #555555. Windows color (decimal): -5693045 or 9118121. OLE color: 9118121.
HSL color Cylindrical-coordinate representation of color #A9218B: hue angle of 313.24º 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 #A9218B is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 33 | 139 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.34 |
| HSL | 313.24º | 0.67% | 0.4% | - |
| HSV(B) | 313.24º | 0.8% | 0.66% | - |
| XYZ | 21.57 | 11.39 | 25.49 | - |
| YUV | 85.75 | 158.06 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 33 | 139 | 0 | 0.80 | 0.18 | 0.34 | 313.24 | 0.67 | 0.4 |
| Hex | A9 | 21 | 8B | 0 | 50 | 12 | 22 | 139 | 43 | 28 |
| Octal | 251 | 41 | 213 | 0 | 120 | 22 | 42 | 471 | 103 | 50 |
| Binary | 10101001 | 100001 | 10001011 | 0 | 1010000 | 10010 | 100010 | 100111001 | 1000011 | 101000 |
Color Harmonies of #A9218B
Complementary color
Monochromatic Colors of #A9218B
Black with #A9218B
Text Example
Text Example
White with #A9218B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9218B; }
p { color: rgb(169,33,139); }
H1.HeaderClassName
{
color: #A9218B;
}
.AnyTagClassName
{
color: #A9218B;
}
</style>
background-color css
<style>
a { background-color: #A9218B; }
a { background-color: rgb(169,33,139); }
div.DivClassName
{
background-color: #A9218B;
}
.BgClassName
{
background-color: #A9218B;
}
</style>
border-color css
<style>
span { border-color: #A9218B; }
span { border-color: rgb(169,33,139); }
td.TdClassName
{
border-color: #A9218B;
}
.TagClassName
{
border-color: #A9218B;
}
</style>