Shades of Medium Red Violet #A92EA2
Tints of Medium Red Violet #A92EA2
RGB
CMYK
RGB Variations
Color information
#A92EA2 (or 0xA92EA2) is known color: Medium Red Violet. HEX triplet: A9, 2E and A2. RGB value is (169,46,162). Sum of RGB (Red+Green+Blue) = 169+46+162=377 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.83% from 377); Green value is 46 (18.36% from 255 or 12.20% from 377); Blue value is 162 (63.67% from 255 or 42.97% from 377); Max value from RGB is 169 - color contains mainly: red. Hex color #A92EA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A92EA2 is #56D15D. Grayscale: #5F5F5F. Windows color (decimal): -5689694 or 10628777. OLE color: 10628777.
HSL color Cylindrical-coordinate representation of color #A92EA2: hue angle of 303.41º degrees, saturation: 0.57, 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 #A92EA2 is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 46 | 162 | - |
| CMYK | 0 | 0.73 | 0.04 | 0.34 |
| HSL | 303.41º | 0.57% | 0.42% | - |
| HSV(B) | 303.41º | 0.73% | 0.66% | - |
| XYZ | 23.86 | 13 | 35.43 | - |
| YUV | 96 | 165.25 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 46 | 162 | 0 | 0.73 | 0.04 | 0.34 | 303.41 | 0.57 | 0.42 |
| Hex | A9 | 2E | A2 | 0 | 49 | 4 | 22 | 12F | 39 | 2A |
| Octal | 251 | 56 | 242 | 0 | 111 | 4 | 42 | 457 | 71 | 52 |
| Binary | 10101001 | 101110 | 10100010 | 0 | 1001001 | 100 | 100010 | 100101111 | 111001 | 101010 |
Color Harmonies of #A92EA2
Complementary color
Monochromatic Colors of #A92EA2
Black with #A92EA2
Text Example
Text Example
White with #A92EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92EA2; }
p { color: rgb(169,46,162); }
H1.HeaderClassName
{
color: #A92EA2;
}
.AnyTagClassName
{
color: #A92EA2;
}
</style>
background-color css
<style>
a { background-color: #A92EA2; }
a { background-color: rgb(169,46,162); }
div.DivClassName
{
background-color: #A92EA2;
}
.BgClassName
{
background-color: #A92EA2;
}
</style>
border-color css
<style>
span { border-color: #A92EA2; }
span { border-color: rgb(169,46,162); }
td.TdClassName
{
border-color: #A92EA2;
}
.TagClassName
{
border-color: #A92EA2;
}
</style>