Shades of Medium Red Violet #A92CA4
Tints of Medium Red Violet #A92CA4
RGB
CMYK
RGB Variations
Color information
#A92CA4 (or 0xA92CA4) is known color: Medium Red Violet. HEX triplet: A9, 2C and A4. RGB value is (169,44,164). Sum of RGB (Red+Green+Blue) = 169+44+164=377 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.83% from 377); Green value is 44 (17.58% from 255 or 11.67% from 377); Blue value is 164 (64.45% from 255 or 43.50% from 377); Max value from RGB is 169 - color contains mainly: red. Hex color #A92CA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A92CA4 is #56D35B. Grayscale: #5E5E5E. Windows color (decimal): -5690204 or 10759337. OLE color: 10759337.
HSL color Cylindrical-coordinate representation of color #A92CA4: hue angle of 302.4º 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 #A92CA4 is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 44 | 164 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.34 |
| HSL | 302.4º | 0.59% | 0.42% | - |
| HSV(B) | 302.4º | 0.74% | 0.66% | - |
| XYZ | 23.96 | 12.92 | 36.35 | - |
| YUV | 95.06 | 166.91 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 44 | 164 | 0 | 0.74 | 0.03 | 0.34 | 302.4 | 0.59 | 0.42 |
| Hex | A9 | 2C | A4 | 0 | 4A | 3 | 22 | 12E | 3B | 2A |
| Octal | 251 | 54 | 244 | 0 | 112 | 3 | 42 | 456 | 73 | 52 |
| Binary | 10101001 | 101100 | 10100100 | 0 | 1001010 | 11 | 100010 | 100101110 | 111011 | 101010 |
Color Harmonies of #A92CA4
Complementary color
Monochromatic Colors of #A92CA4
Black with #A92CA4
Text Example
Text Example
White with #A92CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92CA4; }
p { color: rgb(169,44,164); }
H1.HeaderClassName
{
color: #A92CA4;
}
.AnyTagClassName
{
color: #A92CA4;
}
</style>
background-color css
<style>
a { background-color: #A92CA4; }
a { background-color: rgb(169,44,164); }
div.DivClassName
{
background-color: #A92CA4;
}
.BgClassName
{
background-color: #A92CA4;
}
</style>
border-color css
<style>
span { border-color: #A92CA4; }
span { border-color: rgb(169,44,164); }
td.TdClassName
{
border-color: #A92CA4;
}
.TagClassName
{
border-color: #A92CA4;
}
</style>