Shades of Medium Red Violet #A52489
Tints of Medium Red Violet #A52489
RGB
CMYK
RGB Variations
Color information
#A52489 (or 0xA52489) is known color: Medium Red Violet. HEX triplet: A5, 24 and 89. RGB value is (165,36,137). Sum of RGB (Red+Green+Blue) = 165+36+137=338 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.82% from 338); Green value is 36 (14.45% from 255 or 10.65% from 338); Blue value is 137 (53.91% from 255 or 40.53% from 338); Max value from RGB is 165 - color contains mainly: red. Hex color #A52489 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52489 is #5ADB76. Grayscale: #555555. Windows color (decimal): -5954423 or 8987813. OLE color: 8987813.
HSL color Cylindrical-coordinate representation of color #A52489: hue angle of 313.02º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A52489 is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 36 | 137 | - |
| CMYK | 0 | 0.78 | 0.17 | 0.35 |
| HSL | 313.02º | 0.64% | 0.39% | - |
| HSV(B) | 313.02º | 0.78% | 0.65% | - |
| XYZ | 20.66 | 11.07 | 24.71 | - |
| YUV | 86.09 | 156.74 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 36 | 137 | 0 | 0.78 | 0.17 | 0.35 | 313.02 | 0.64 | 0.39 |
| Hex | A5 | 24 | 89 | 0 | 4E | 11 | 23 | 139 | 40 | 27 |
| Octal | 245 | 44 | 211 | 0 | 116 | 21 | 43 | 471 | 100 | 47 |
| Binary | 10100101 | 100100 | 10001001 | 0 | 1001110 | 10001 | 100011 | 100111001 | 1000000 | 100111 |
Color Harmonies of #A52489
Complementary color
Monochromatic Colors of #A52489
Black with #A52489
Text Example
Text Example
White with #A52489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52489; }
p { color: rgb(165,36,137); }
H1.HeaderClassName
{
color: #A52489;
}
.AnyTagClassName
{
color: #A52489;
}
</style>
background-color css
<style>
a { background-color: #A52489; }
a { background-color: rgb(165,36,137); }
div.DivClassName
{
background-color: #A52489;
}
.BgClassName
{
background-color: #A52489;
}
</style>
border-color css
<style>
span { border-color: #A52489; }
span { border-color: rgb(165,36,137); }
td.TdClassName
{
border-color: #A52489;
}
.TagClassName
{
border-color: #A52489;
}
</style>