Shades of Medium Red Violet #A92D8D
Tints of Medium Red Violet #A92D8D
RGB
CMYK
RGB Variations
Color information
#A92D8D (or 0xA92D8D) is known color: Medium Red Violet. HEX triplet: A9, 2D and 8D. RGB value is (169,45,141). Sum of RGB (Red+Green+Blue) = 169+45+141=355 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.61% from 355); Green value is 45 (17.97% from 255 or 12.68% from 355); Blue value is 141 (55.47% from 255 or 39.72% from 355); Max value from RGB is 169 - color contains mainly: red. Hex color #A92D8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A92D8D is #56D272. Grayscale: #5C5C5C. Windows color (decimal): -5689971 or 9252265. OLE color: 9252265.
HSL color Cylindrical-coordinate representation of color #A92D8D: hue angle of 313.55º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A92D8D is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 45 | 141 | - |
| CMYK | 0 | 0.73 | 0.17 | 0.34 |
| HSL | 313.55º | 0.58% | 0.42% | - |
| HSV(B) | 313.55º | 0.73% | 0.66% | - |
| XYZ | 22.11 | 12.23 | 26.4 | - |
| YUV | 93.02 | 155.08 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 45 | 141 | 0 | 0.73 | 0.17 | 0.34 | 313.55 | 0.58 | 0.42 |
| Hex | A9 | 2D | 8D | 0 | 49 | 11 | 22 | 13A | 3A | 2A |
| Octal | 251 | 55 | 215 | 0 | 111 | 21 | 42 | 472 | 72 | 52 |
| Binary | 10101001 | 101101 | 10001101 | 0 | 1001001 | 10001 | 100010 | 100111010 | 111010 | 101010 |
Color Harmonies of #A92D8D
Complementary color
Monochromatic Colors of #A92D8D
Black with #A92D8D
Text Example
Text Example
White with #A92D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92D8D; }
p { color: rgb(169,45,141); }
H1.HeaderClassName
{
color: #A92D8D;
}
.AnyTagClassName
{
color: #A92D8D;
}
</style>
background-color css
<style>
a { background-color: #A92D8D; }
a { background-color: rgb(169,45,141); }
div.DivClassName
{
background-color: #A92D8D;
}
.BgClassName
{
background-color: #A92D8D;
}
</style>
border-color css
<style>
span { border-color: #A92D8D; }
span { border-color: rgb(169,45,141); }
td.TdClassName
{
border-color: #A92D8D;
}
.TagClassName
{
border-color: #A92D8D;
}
</style>