Shades of Medium Red Violet #A92C9F
Tints of Medium Red Violet #A92C9F
RGB
CMYK
RGB Variations
Color information
#A92C9F (or 0xA92C9F) is known color: Medium Red Violet. HEX triplet: A9, 2C and 9F. RGB value is (169,44,159). Sum of RGB (Red+Green+Blue) = 169+44+159=372 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.43% from 372); Green value is 44 (17.58% from 255 or 11.83% from 372); Blue value is 159 (62.5% from 255 or 42.74% from 372); Max value from RGB is 169 - color contains mainly: red. Hex color #A92C9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A92C9F is #56D360. Grayscale: #5E5E5E. Windows color (decimal): -5690209 or 10431657. OLE color: 10431657.
HSL color Cylindrical-coordinate representation of color #A92C9F: hue angle of 304.8º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A92C9F is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 44 | 159 | - |
| CMYK | 0 | 0.74 | 0.06 | 0.34 |
| HSL | 304.8º | 0.59% | 0.42% | - |
| HSV(B) | 304.8º | 0.74% | 0.66% | - |
| XYZ | 23.52 | 12.74 | 34.02 | - |
| YUV | 94.49 | 164.41 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 44 | 159 | 0 | 0.74 | 0.06 | 0.34 | 304.8 | 0.59 | 0.42 |
| Hex | A9 | 2C | 9F | 0 | 4A | 6 | 22 | 131 | 3B | 2A |
| Octal | 251 | 54 | 237 | 0 | 112 | 6 | 42 | 461 | 73 | 52 |
| Binary | 10101001 | 101100 | 10011111 | 0 | 1001010 | 110 | 100010 | 100110001 | 111011 | 101010 |
Color Harmonies of #A92C9F
Complementary color
Monochromatic Colors of #A92C9F
Black with #A92C9F
Text Example
Text Example
White with #A92C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92C9F; }
p { color: rgb(169,44,159); }
H1.HeaderClassName
{
color: #A92C9F;
}
.AnyTagClassName
{
color: #A92C9F;
}
</style>
background-color css
<style>
a { background-color: #A92C9F; }
a { background-color: rgb(169,44,159); }
div.DivClassName
{
background-color: #A92C9F;
}
.BgClassName
{
background-color: #A92C9F;
}
</style>
border-color css
<style>
span { border-color: #A92C9F; }
span { border-color: rgb(169,44,159); }
td.TdClassName
{
border-color: #A92C9F;
}
.TagClassName
{
border-color: #A92C9F;
}
</style>