Shades of Medium Red Violet #A92D9E
Tints of Medium Red Violet #A92D9E
RGB
CMYK
RGB Variations
Color information
#A92D9E (or 0xA92D9E) is known color: Medium Red Violet. HEX triplet: A9, 2D and 9E. RGB value is (169,45,158). Sum of RGB (Red+Green+Blue) = 169+45+158=372 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.43% from 372); Green value is 45 (17.97% from 255 or 12.10% from 372); Blue value is 158 (62.11% from 255 or 42.47% from 372); Max value from RGB is 169 - color contains mainly: red. Hex color #A92D9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A92D9E is #56D261. Grayscale: #5E5E5E. Windows color (decimal): -5689954 or 10366377. OLE color: 10366377.
HSL color Cylindrical-coordinate representation of color #A92D9E: hue angle of 305.32º 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 #A92D9E is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 45 | 158 | - |
| CMYK | 0 | 0.73 | 0.07 | 0.34 |
| HSL | 305.32º | 0.58% | 0.42% | - |
| HSV(B) | 305.32º | 0.73% | 0.66% | - |
| XYZ | 23.47 | 12.78 | 33.58 | - |
| YUV | 94.96 | 163.58 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 45 | 158 | 0 | 0.73 | 0.07 | 0.34 | 305.32 | 0.58 | 0.42 |
| Hex | A9 | 2D | 9E | 0 | 49 | 7 | 22 | 131 | 3A | 2A |
| Octal | 251 | 55 | 236 | 0 | 111 | 7 | 42 | 461 | 72 | 52 |
| Binary | 10101001 | 101101 | 10011110 | 0 | 1001001 | 111 | 100010 | 100110001 | 111010 | 101010 |
Color Harmonies of #A92D9E
Complementary color
Monochromatic Colors of #A92D9E
Black with #A92D9E
Text Example
Text Example
White with #A92D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92D9E; }
p { color: rgb(169,45,158); }
H1.HeaderClassName
{
color: #A92D9E;
}
.AnyTagClassName
{
color: #A92D9E;
}
</style>
background-color css
<style>
a { background-color: #A92D9E; }
a { background-color: rgb(169,45,158); }
div.DivClassName
{
background-color: #A92D9E;
}
.BgClassName
{
background-color: #A92D9E;
}
</style>
border-color css
<style>
span { border-color: #A92D9E; }
span { border-color: rgb(169,45,158); }
td.TdClassName
{
border-color: #A92D9E;
}
.TagClassName
{
border-color: #A92D9E;
}
</style>