Shades of Medium Red Violet #A725A1
Tints of Medium Red Violet #A725A1
RGB
CMYK
RGB Variations
Color information
#A725A1 (or 0xA725A1) is known color: Medium Red Violet. HEX triplet: A7, 25 and A1. RGB value is (167,37,161). Sum of RGB (Red+Green+Blue) = 167+37+161=365 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.75% from 365); Green value is 37 (14.84% from 255 or 10.14% from 365); Blue value is 161 (63.28% from 255 or 44.11% from 365); Max value from RGB is 167 - color contains mainly: red. Hex color #A725A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A725A1 is #58DA5E. Grayscale: #595959. Windows color (decimal): -5823071 or 10560935. OLE color: 10560935.
HSL color Cylindrical-coordinate representation of color #A725A1: hue angle of 302.77º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A725A1 is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 37 | 161 | - |
| CMYK | 0 | 0.78 | 0.04 | 0.35 |
| HSL | 302.77º | 0.64% | 0.4% | - |
| HSV(B) | 302.77º | 0.78% | 0.65% | - |
| XYZ | 23.03 | 12.11 | 34.84 | - |
| YUV | 90.01 | 168.07 | 182.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 37 | 161 | 0 | 0.78 | 0.04 | 0.35 | 302.77 | 0.64 | 0.4 |
| Hex | A7 | 25 | A1 | 0 | 4E | 4 | 23 | 12F | 40 | 28 |
| Octal | 247 | 45 | 241 | 0 | 116 | 4 | 43 | 457 | 100 | 50 |
| Binary | 10100111 | 100101 | 10100001 | 0 | 1001110 | 100 | 100011 | 100101111 | 1000000 | 101000 |
Color Harmonies of #A725A1
Complementary color
Monochromatic Colors of #A725A1
Black with #A725A1
Text Example
Text Example
White with #A725A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A725A1; }
p { color: rgb(167,37,161); }
H1.HeaderClassName
{
color: #A725A1;
}
.AnyTagClassName
{
color: #A725A1;
}
</style>
background-color css
<style>
a { background-color: #A725A1; }
a { background-color: rgb(167,37,161); }
div.DivClassName
{
background-color: #A725A1;
}
.BgClassName
{
background-color: #A725A1;
}
</style>
border-color css
<style>
span { border-color: #A725A1; }
span { border-color: rgb(167,37,161); }
td.TdClassName
{
border-color: #A725A1;
}
.TagClassName
{
border-color: #A725A1;
}
</style>