Shades of Medium Red Violet #A52A89
Tints of Medium Red Violet #A52A89
RGB
CMYK
RGB Variations
Color information
#A52A89 (or 0xA52A89) is known color: Medium Red Violet. HEX triplet: A5, 2A and 89. RGB value is (165,42,137). Sum of RGB (Red+Green+Blue) = 165+42+137=344 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.97% from 344); Green value is 42 (16.80% from 255 or 12.21% from 344); Blue value is 137 (53.91% from 255 or 39.83% from 344); Max value from RGB is 165 - color contains mainly: red. Hex color #A52A89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52A89 is #5AD576. Grayscale: #595959. Windows color (decimal): -5952887 or 8989349. OLE color: 8989349.
HSL color Cylindrical-coordinate representation of color #A52A89: hue angle of 313.66º 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 #A52A89 is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 42 | 137 | - |
| CMYK | 0 | 0.75 | 0.17 | 0.35 |
| HSL | 313.66º | 0.59% | 0.41% | - |
| HSV(B) | 313.66º | 0.75% | 0.65% | - |
| XYZ | 20.86 | 11.46 | 24.78 | - |
| YUV | 89.61 | 154.75 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 42 | 137 | 0 | 0.75 | 0.17 | 0.35 | 313.66 | 0.59 | 0.41 |
| Hex | A5 | 2A | 89 | 0 | 4B | 11 | 23 | 13A | 3B | 29 |
| Octal | 245 | 52 | 211 | 0 | 113 | 21 | 43 | 472 | 73 | 51 |
| Binary | 10100101 | 101010 | 10001001 | 0 | 1001011 | 10001 | 100011 | 100111010 | 111011 | 101001 |
Color Harmonies of #A52A89
Complementary color
Monochromatic Colors of #A52A89
Black with #A52A89
Text Example
Text Example
White with #A52A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52A89; }
p { color: rgb(165,42,137); }
H1.HeaderClassName
{
color: #A52A89;
}
.AnyTagClassName
{
color: #A52A89;
}
</style>
background-color css
<style>
a { background-color: #A52A89; }
a { background-color: rgb(165,42,137); }
div.DivClassName
{
background-color: #A52A89;
}
.BgClassName
{
background-color: #A52A89;
}
</style>
border-color css
<style>
span { border-color: #A52A89; }
span { border-color: rgb(165,42,137); }
td.TdClassName
{
border-color: #A52A89;
}
.TagClassName
{
border-color: #A52A89;
}
</style>