Shades of Medium Red Violet #A52A7D
Tints of Medium Red Violet #A52A7D
RGB
CMYK
RGB Variations
Color information
#A52A7D (or 0xA52A7D) is known color: Medium Red Violet. HEX triplet: A5, 2A and 7D. RGB value is (165,42,125). Sum of RGB (Red+Green+Blue) = 165+42+125=332 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.70% from 332); Green value is 42 (16.80% from 255 or 12.65% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 165 - color contains mainly: red. Hex color #A52A7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52A7D is #5AD582. Grayscale: #585858. Windows color (decimal): -5952899 or 8202917. OLE color: 8202917.
HSL color Cylindrical-coordinate representation of color #A52A7D: hue angle of 319.51º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A52A7D is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 42 | 125 | - |
| CMYK | 0 | 0.75 | 0.24 | 0.35 |
| HSL | 319.51º | 0.59% | 0.41% | - |
| HSV(B) | 319.51º | 0.75% | 0.65% | - |
| XYZ | 20.05 | 11.14 | 20.49 | - |
| YUV | 88.24 | 148.75 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 42 | 125 | 0 | 0.75 | 0.24 | 0.35 | 319.51 | 0.59 | 0.41 |
| Hex | A5 | 2A | 7D | 0 | 4B | 18 | 23 | 140 | 3B | 29 |
| Octal | 245 | 52 | 175 | 0 | 113 | 30 | 43 | 500 | 73 | 51 |
| Binary | 10100101 | 101010 | 1111101 | 0 | 1001011 | 11000 | 100011 | 101000000 | 111011 | 101001 |
Color Harmonies of #A52A7D
Complementary color
Monochromatic Colors of #A52A7D
Black with #A52A7D
Text Example
Text Example
White with #A52A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52A7D; }
p { color: rgb(165,42,125); }
H1.HeaderClassName
{
color: #A52A7D;
}
.AnyTagClassName
{
color: #A52A7D;
}
</style>
background-color css
<style>
a { background-color: #A52A7D; }
a { background-color: rgb(165,42,125); }
div.DivClassName
{
background-color: #A52A7D;
}
.BgClassName
{
background-color: #A52A7D;
}
</style>
border-color css
<style>
span { border-color: #A52A7D; }
span { border-color: rgb(165,42,125); }
td.TdClassName
{
border-color: #A52A7D;
}
.TagClassName
{
border-color: #A52A7D;
}
</style>