Shades of Medium Red Violet #A92DA0
Tints of Medium Red Violet #A92DA0
RGB
CMYK
RGB Variations
Color information
#A92DA0 (or 0xA92DA0) is known color: Medium Red Violet. HEX triplet: A9, 2D and A0. RGB value is (169,45,160). Sum of RGB (Red+Green+Blue) = 169+45+160=374 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.19% from 374); Green value is 45 (17.97% from 255 or 12.03% from 374); Blue value is 160 (62.89% from 255 or 42.78% from 374); Max value from RGB is 169 - color contains mainly: red. Hex color #A92DA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A92DA0 is #56D25F. Grayscale: #5E5E5E. Windows color (decimal): -5689952 or 10497449. OLE color: 10497449.
HSL color Cylindrical-coordinate representation of color #A92DA0: hue angle of 304.35º 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 #A92DA0 is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 45 | 160 | - |
| CMYK | 0 | 0.73 | 0.05 | 0.34 |
| HSL | 304.35º | 0.58% | 0.42% | - |
| HSV(B) | 304.35º | 0.73% | 0.66% | - |
| XYZ | 23.65 | 12.85 | 34.49 | - |
| YUV | 95.19 | 164.58 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 45 | 160 | 0 | 0.73 | 0.05 | 0.34 | 304.35 | 0.58 | 0.42 |
| Hex | A9 | 2D | A0 | 0 | 49 | 5 | 22 | 130 | 3A | 2A |
| Octal | 251 | 55 | 240 | 0 | 111 | 5 | 42 | 460 | 72 | 52 |
| Binary | 10101001 | 101101 | 10100000 | 0 | 1001001 | 101 | 100010 | 100110000 | 111010 | 101010 |
Color Harmonies of #A92DA0
Complementary color
Monochromatic Colors of #A92DA0
Black with #A92DA0
Text Example
Text Example
White with #A92DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92DA0; }
p { color: rgb(169,45,160); }
H1.HeaderClassName
{
color: #A92DA0;
}
.AnyTagClassName
{
color: #A92DA0;
}
</style>
background-color css
<style>
a { background-color: #A92DA0; }
a { background-color: rgb(169,45,160); }
div.DivClassName
{
background-color: #A92DA0;
}
.BgClassName
{
background-color: #A92DA0;
}
</style>
border-color css
<style>
span { border-color: #A92DA0; }
span { border-color: rgb(169,45,160); }
td.TdClassName
{
border-color: #A92DA0;
}
.TagClassName
{
border-color: #A92DA0;
}
</style>