Shades of Medium Red Violet #A92A96
Tints of Medium Red Violet #A92A96
RGB
CMYK
RGB Variations
Color information
#A92A96 (or 0xA92A96) is known color: Medium Red Violet. HEX triplet: A9, 2A and 96. RGB value is (169,42,150). Sum of RGB (Red+Green+Blue) = 169+42+150=361 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.81% from 361); Green value is 42 (16.80% from 255 or 11.63% from 361); Blue value is 150 (58.98% from 255 or 41.55% from 361); Max value from RGB is 169 - color contains mainly: red. Hex color #A92A96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A92A96 is #56D569. Grayscale: #5B5B5B. Windows color (decimal): -5690730 or 9841321. OLE color: 9841321.
HSL color Cylindrical-coordinate representation of color #A92A96: hue angle of 308.98º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A92A96 is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 42 | 150 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.34 |
| HSL | 308.98º | 0.6% | 0.41% | - |
| HSV(B) | 308.98º | 0.75% | 0.66% | - |
| XYZ | 22.7 | 12.29 | 30.03 | - |
| YUV | 92.29 | 160.58 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 42 | 150 | 0 | 0.75 | 0.11 | 0.34 | 308.98 | 0.6 | 0.41 |
| Hex | A9 | 2A | 96 | 0 | 4B | B | 22 | 135 | 3C | 29 |
| Octal | 251 | 52 | 226 | 0 | 113 | 13 | 42 | 465 | 74 | 51 |
| Binary | 10101001 | 101010 | 10010110 | 0 | 1001011 | 1011 | 100010 | 100110101 | 111100 | 101001 |
Color Harmonies of #A92A96
Complementary color
Monochromatic Colors of #A92A96
Black with #A92A96
Text Example
Text Example
White with #A92A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92A96; }
p { color: rgb(169,42,150); }
H1.HeaderClassName
{
color: #A92A96;
}
.AnyTagClassName
{
color: #A92A96;
}
</style>
background-color css
<style>
a { background-color: #A92A96; }
a { background-color: rgb(169,42,150); }
div.DivClassName
{
background-color: #A92A96;
}
.BgClassName
{
background-color: #A92A96;
}
</style>
border-color css
<style>
span { border-color: #A92A96; }
span { border-color: rgb(169,42,150); }
td.TdClassName
{
border-color: #A92A96;
}
.TagClassName
{
border-color: #A92A96;
}
</style>