Shades of Medium Red Violet #A52899
Tints of Medium Red Violet #A52899
RGB
CMYK
RGB Variations
Color information
#A52899 (or 0xA52899) is known color: Medium Red Violet. HEX triplet: A5, 28 and 99. RGB value is (165,40,153). Sum of RGB (Red+Green+Blue) = 165+40+153=358 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.09% from 358); Green value is 40 (16.02% from 255 or 11.17% from 358); Blue value is 153 (60.16% from 255 or 42.74% from 358); Max value from RGB is 165 - color contains mainly: red. Hex color #A52899 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52899 is #5AD766. Grayscale: #595959. Windows color (decimal): -5953383 or 10037413. OLE color: 10037413.
HSL color Cylindrical-coordinate representation of color #A52899: hue angle of 305.76º degrees, saturation: 0.61, 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 #A52899 is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 40 | 153 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.35 |
| HSL | 305.76º | 0.61% | 0.4% | - |
| HSV(B) | 305.76º | 0.76% | 0.65% | - |
| XYZ | 22.03 | 11.82 | 31.26 | - |
| YUV | 90.26 | 163.41 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 40 | 153 | 0 | 0.76 | 0.07 | 0.35 | 305.76 | 0.61 | 0.4 |
| Hex | A5 | 28 | 99 | 0 | 4C | 7 | 23 | 132 | 3D | 28 |
| Octal | 245 | 50 | 231 | 0 | 114 | 7 | 43 | 462 | 75 | 50 |
| Binary | 10100101 | 101000 | 10011001 | 0 | 1001100 | 111 | 100011 | 100110010 | 111101 | 101000 |
Color Harmonies of #A52899
Complementary color
Monochromatic Colors of #A52899
Black with #A52899
Text Example
Text Example
White with #A52899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52899; }
p { color: rgb(165,40,153); }
H1.HeaderClassName
{
color: #A52899;
}
.AnyTagClassName
{
color: #A52899;
}
</style>
background-color css
<style>
a { background-color: #A52899; }
a { background-color: rgb(165,40,153); }
div.DivClassName
{
background-color: #A52899;
}
.BgClassName
{
background-color: #A52899;
}
</style>
border-color css
<style>
span { border-color: #A52899; }
span { border-color: rgb(165,40,153); }
td.TdClassName
{
border-color: #A52899;
}
.TagClassName
{
border-color: #A52899;
}
</style>