Shades of Medium Red Violet #A925A1
Tints of Medium Red Violet #A925A1
RGB
CMYK
RGB Variations
Color information
#A925A1 (or 0xA925A1) is known color: Medium Red Violet. HEX triplet: A9, 25 and A1. RGB value is (169,37,161). Sum of RGB (Red+Green+Blue) = 169+37+161=367 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.05% from 367); Green value is 37 (14.84% from 255 or 10.08% from 367); Blue value is 161 (63.28% from 255 or 43.87% from 367); Max value from RGB is 169 - color contains mainly: red. Hex color #A925A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A925A1 is #56DA5E. Grayscale: #5A5A5A. Windows color (decimal): -5691999 or 10560937. OLE color: 10560937.
HSL color Cylindrical-coordinate representation of color #A925A1: hue angle of 303.64º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A925A1 is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 37 | 161 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.34 |
| HSL | 303.64º | 0.64% | 0.4% | - |
| HSV(B) | 303.64º | 0.78% | 0.66% | - |
| XYZ | 23.46 | 12.33 | 34.86 | - |
| YUV | 90.6 | 167.73 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 37 | 161 | 0 | 0.78 | 0.05 | 0.34 | 303.64 | 0.64 | 0.4 |
| Hex | A9 | 25 | A1 | 0 | 4E | 5 | 22 | 130 | 40 | 28 |
| Octal | 251 | 45 | 241 | 0 | 116 | 5 | 42 | 460 | 100 | 50 |
| Binary | 10101001 | 100101 | 10100001 | 0 | 1001110 | 101 | 100010 | 100110000 | 1000000 | 101000 |
Color Harmonies of #A925A1
Complementary color
Monochromatic Colors of #A925A1
Black with #A925A1
Text Example
Text Example
White with #A925A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A925A1; }
p { color: rgb(169,37,161); }
H1.HeaderClassName
{
color: #A925A1;
}
.AnyTagClassName
{
color: #A925A1;
}
</style>
background-color css
<style>
a { background-color: #A925A1; }
a { background-color: rgb(169,37,161); }
div.DivClassName
{
background-color: #A925A1;
}
.BgClassName
{
background-color: #A925A1;
}
</style>
border-color css
<style>
span { border-color: #A925A1; }
span { border-color: rgb(169,37,161); }
td.TdClassName
{
border-color: #A925A1;
}
.TagClassName
{
border-color: #A925A1;
}
</style>