Shades of Medium Red Violet #A52975
Tints of Medium Red Violet #A52975
RGB
CMYK
RGB Variations
Color information
#A52975 (or 0xA52975) is known color: Medium Red Violet. HEX triplet: A5, 29 and 75. RGB value is (165,41,117). Sum of RGB (Red+Green+Blue) = 165+41+117=323 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.08% from 323); Green value is 41 (16.41% from 255 or 12.69% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 165 - color contains mainly: red. Hex color #A52975 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52975 is #5AD68A. Grayscale: #565656. Windows color (decimal): -5953163 or 7678373. OLE color: 7678373.
HSL color Cylindrical-coordinate representation of color #A52975: hue angle of 323.23º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A52975 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 41 | 117 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.35 |
| HSL | 323.23º | 0.6% | 0.4% | - |
| HSV(B) | 323.23º | 0.75% | 0.65% | - |
| XYZ | 19.52 | 10.87 | 17.9 | - |
| YUV | 86.74 | 145.08 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 41 | 117 | 0 | 0.75 | 0.29 | 0.35 | 323.23 | 0.6 | 0.4 |
| Hex | A5 | 29 | 75 | 0 | 4B | 1D | 23 | 143 | 3C | 28 |
| Octal | 245 | 51 | 165 | 0 | 113 | 35 | 43 | 503 | 74 | 50 |
| Binary | 10100101 | 101001 | 1110101 | 0 | 1001011 | 11101 | 100011 | 101000011 | 111100 | 101000 |
Color Harmonies of #A52975
Complementary color
Monochromatic Colors of #A52975
Black with #A52975
Text Example
Text Example
White with #A52975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52975; }
p { color: rgb(165,41,117); }
H1.HeaderClassName
{
color: #A52975;
}
.AnyTagClassName
{
color: #A52975;
}
</style>
background-color css
<style>
a { background-color: #A52975; }
a { background-color: rgb(165,41,117); }
div.DivClassName
{
background-color: #A52975;
}
.BgClassName
{
background-color: #A52975;
}
</style>
border-color css
<style>
span { border-color: #A52975; }
span { border-color: rgb(165,41,117); }
td.TdClassName
{
border-color: #A52975;
}
.TagClassName
{
border-color: #A52975;
}
</style>