Shades of Medium Red Violet #A934A0
Tints of Medium Red Violet #A934A0
RGB
CMYK
RGB Variations
Color information
#A934A0 (or 0xA934A0) is known color: Medium Red Violet. HEX triplet: A9, 34 and A0. RGB value is (169,52,160). Sum of RGB (Red+Green+Blue) = 169+52+160=381 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.36% from 381); Green value is 52 (20.70% from 255 or 13.65% from 381); Blue value is 160 (62.89% from 255 or 41.99% from 381); Max value from RGB is 169 - color contains mainly: red. Hex color #A934A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A934A0 is #56CB5F. Grayscale: #626262. Windows color (decimal): -5688160 or 10499241. OLE color: 10499241.
HSL color Cylindrical-coordinate representation of color #A934A0: hue angle of 304.62º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A934A0 is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 52 | 160 | - |
| CMYK | 0 | 0.69 | 0.05 | 0.34 |
| HSL | 304.62º | 0.53% | 0.43% | - |
| HSV(B) | 304.62º | 0.69% | 0.66% | - |
| XYZ | 23.94 | 13.43 | 34.59 | - |
| YUV | 99.3 | 162.26 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 52 | 160 | 0 | 0.69 | 0.05 | 0.34 | 304.62 | 0.53 | 0.43 |
| Hex | A9 | 34 | A0 | 0 | 45 | 5 | 22 | 131 | 35 | 2B |
| Octal | 251 | 64 | 240 | 0 | 105 | 5 | 42 | 461 | 65 | 53 |
| Binary | 10101001 | 110100 | 10100000 | 0 | 1000101 | 101 | 100010 | 100110001 | 110101 | 101011 |
Color Harmonies of #A934A0
Complementary color
Monochromatic Colors of #A934A0
Black with #A934A0
Text Example
Text Example
White with #A934A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A934A0; }
p { color: rgb(169,52,160); }
H1.HeaderClassName
{
color: #A934A0;
}
.AnyTagClassName
{
color: #A934A0;
}
</style>
background-color css
<style>
a { background-color: #A934A0; }
a { background-color: rgb(169,52,160); }
div.DivClassName
{
background-color: #A934A0;
}
.BgClassName
{
background-color: #A934A0;
}
</style>
border-color css
<style>
span { border-color: #A934A0; }
span { border-color: rgb(169,52,160); }
td.TdClassName
{
border-color: #A934A0;
}
.TagClassName
{
border-color: #A934A0;
}
</style>