Shades of Medium Red Violet #A92DA4
Tints of Medium Red Violet #A92DA4
RGB
CMYK
RGB Variations
Color information
#A92DA4 (or 0xA92DA4) is known color: Medium Red Violet. HEX triplet: A9, 2D and A4. RGB value is (169,45,164). Sum of RGB (Red+Green+Blue) = 169+45+164=378 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.71% from 378); Green value is 45 (17.97% from 255 or 11.90% from 378); Blue value is 164 (64.45% from 255 or 43.39% from 378); Max value from RGB is 169 - color contains mainly: red. Hex color #A92DA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A92DA4 is #56D25B. Grayscale: #5F5F5F. Windows color (decimal): -5689948 or 10759593. OLE color: 10759593.
HSL color Cylindrical-coordinate representation of color #A92DA4: hue angle of 302.42º 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 #A92DA4 is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 45 | 164 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.34 |
| HSL | 302.42º | 0.58% | 0.42% | - |
| HSV(B) | 302.42º | 0.73% | 0.66% | - |
| XYZ | 24 | 12.99 | 36.36 | - |
| YUV | 95.64 | 166.58 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 45 | 164 | 0 | 0.73 | 0.03 | 0.34 | 302.42 | 0.58 | 0.42 |
| Hex | A9 | 2D | A4 | 0 | 49 | 3 | 22 | 12E | 3A | 2A |
| Octal | 251 | 55 | 244 | 0 | 111 | 3 | 42 | 456 | 72 | 52 |
| Binary | 10101001 | 101101 | 10100100 | 0 | 1001001 | 11 | 100010 | 100101110 | 111010 | 101010 |
Color Harmonies of #A92DA4
Complementary color
Monochromatic Colors of #A92DA4
Black with #A92DA4
Text Example
Text Example
White with #A92DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92DA4; }
p { color: rgb(169,45,164); }
H1.HeaderClassName
{
color: #A92DA4;
}
.AnyTagClassName
{
color: #A92DA4;
}
</style>
background-color css
<style>
a { background-color: #A92DA4; }
a { background-color: rgb(169,45,164); }
div.DivClassName
{
background-color: #A92DA4;
}
.BgClassName
{
background-color: #A92DA4;
}
</style>
border-color css
<style>
span { border-color: #A92DA4; }
span { border-color: rgb(169,45,164); }
td.TdClassName
{
border-color: #A92DA4;
}
.TagClassName
{
border-color: #A92DA4;
}
</style>