Shades of Medium Red Violet #A52789
Tints of Medium Red Violet #A52789
RGB
CMYK
RGB Variations
Color information
#A52789 (or 0xA52789) is known color: Medium Red Violet. HEX triplet: A5, 27 and 89. RGB value is (165,39,137). Sum of RGB (Red+Green+Blue) = 165+39+137=341 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.39% from 341); Green value is 39 (15.62% from 255 or 11.44% from 341); Blue value is 137 (53.91% from 255 or 40.18% from 341); Max value from RGB is 165 - color contains mainly: red. Hex color #A52789 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52789 is #5AD876. Grayscale: #575757. Windows color (decimal): -5953655 or 8988581. OLE color: 8988581.
HSL color Cylindrical-coordinate representation of color #A52789: hue angle of 313.33º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A52789 is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 39 | 137 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.35 |
| HSL | 313.33º | 0.62% | 0.4% | - |
| HSV(B) | 313.33º | 0.76% | 0.65% | - |
| XYZ | 20.76 | 11.26 | 24.75 | - |
| YUV | 87.85 | 155.74 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 39 | 137 | 0 | 0.76 | 0.17 | 0.35 | 313.33 | 0.62 | 0.4 |
| Hex | A5 | 27 | 89 | 0 | 4C | 11 | 23 | 139 | 3E | 28 |
| Octal | 245 | 47 | 211 | 0 | 114 | 21 | 43 | 471 | 76 | 50 |
| Binary | 10100101 | 100111 | 10001001 | 0 | 1001100 | 10001 | 100011 | 100111001 | 111110 | 101000 |
Color Harmonies of #A52789
Complementary color
Monochromatic Colors of #A52789
Black with #A52789
Text Example
Text Example
White with #A52789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52789; }
p { color: rgb(165,39,137); }
H1.HeaderClassName
{
color: #A52789;
}
.AnyTagClassName
{
color: #A52789;
}
</style>
background-color css
<style>
a { background-color: #A52789; }
a { background-color: rgb(165,39,137); }
div.DivClassName
{
background-color: #A52789;
}
.BgClassName
{
background-color: #A52789;
}
</style>
border-color css
<style>
span { border-color: #A52789; }
span { border-color: rgb(165,39,137); }
td.TdClassName
{
border-color: #A52789;
}
.TagClassName
{
border-color: #A52789;
}
</style>