Shades of Medium Red Violet #A92892
Tints of Medium Red Violet #A92892
RGB
CMYK
RGB Variations
Color information
#A92892 (or 0xA92892) is known color: Medium Red Violet. HEX triplet: A9, 28 and 92. RGB value is (169,40,146). Sum of RGB (Red+Green+Blue) = 169+40+146=355 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.61% from 355); Green value is 40 (16.02% from 255 or 11.27% from 355); Blue value is 146 (57.42% from 255 or 41.13% from 355); Max value from RGB is 169 - color contains mainly: red. Hex color #A92892 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A92892 is #56D76D. Grayscale: #5A5A5A. Windows color (decimal): -5691246 or 9578665. OLE color: 9578665.
HSL color Cylindrical-coordinate representation of color #A92892: hue angle of 310.7º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A92892 is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 40 | 146 | - |
| CMYK | 0 | 0.76 | 0.14 | 0.34 |
| HSL | 310.7º | 0.62% | 0.41% | - |
| HSV(B) | 310.7º | 0.76% | 0.66% | - |
| XYZ | 22.31 | 12.03 | 28.34 | - |
| YUV | 90.66 | 159.24 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 40 | 146 | 0 | 0.76 | 0.14 | 0.34 | 310.7 | 0.62 | 0.41 |
| Hex | A9 | 28 | 92 | 0 | 4C | E | 22 | 137 | 3E | 29 |
| Octal | 251 | 50 | 222 | 0 | 114 | 16 | 42 | 467 | 76 | 51 |
| Binary | 10101001 | 101000 | 10010010 | 0 | 1001100 | 1110 | 100010 | 100110111 | 111110 | 101001 |
Color Harmonies of #A92892
Complementary color
Monochromatic Colors of #A92892
Black with #A92892
Text Example
Text Example
White with #A92892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92892; }
p { color: rgb(169,40,146); }
H1.HeaderClassName
{
color: #A92892;
}
.AnyTagClassName
{
color: #A92892;
}
</style>
background-color css
<style>
a { background-color: #A92892; }
a { background-color: rgb(169,40,146); }
div.DivClassName
{
background-color: #A92892;
}
.BgClassName
{
background-color: #A92892;
}
</style>
border-color css
<style>
span { border-color: #A92892; }
span { border-color: rgb(169,40,146); }
td.TdClassName
{
border-color: #A92892;
}
.TagClassName
{
border-color: #A92892;
}
</style>