Shades of Medium Red Violet #A53088
Tints of Medium Red Violet #A53088
RGB
CMYK
RGB Variations
Color information
#A53088 (or 0xA53088) is known color: Medium Red Violet. HEX triplet: A5, 30 and 88. RGB value is (165,48,136). Sum of RGB (Red+Green+Blue) = 165+48+136=349 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.28% from 349); Green value is 48 (19.14% from 255 or 13.75% from 349); Blue value is 136 (53.52% from 255 or 38.97% from 349); Max value from RGB is 165 - color contains mainly: red. Hex color #A53088 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53088 is #5ACF77. Grayscale: #5C5C5C. Windows color (decimal): -5951352 or 8925349. OLE color: 8925349.
HSL color Cylindrical-coordinate representation of color #A53088: hue angle of 314.87º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A53088 is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 48 | 136 | - |
| CMYK | 0 | 0.71 | 0.18 | 0.35 |
| HSL | 314.87º | 0.55% | 0.42% | - |
| HSV(B) | 314.87º | 0.71% | 0.65% | - |
| XYZ | 21.02 | 11.89 | 24.48 | - |
| YUV | 93.02 | 152.26 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 48 | 136 | 0 | 0.71 | 0.18 | 0.35 | 314.87 | 0.55 | 0.42 |
| Hex | A5 | 30 | 88 | 0 | 47 | 12 | 23 | 13B | 37 | 2A |
| Octal | 245 | 60 | 210 | 0 | 107 | 22 | 43 | 473 | 67 | 52 |
| Binary | 10100101 | 110000 | 10001000 | 0 | 1000111 | 10010 | 100011 | 100111011 | 110111 | 101010 |
Color Harmonies of #A53088
Complementary color
Monochromatic Colors of #A53088
Black with #A53088
Text Example
Text Example
White with #A53088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53088; }
p { color: rgb(165,48,136); }
H1.HeaderClassName
{
color: #A53088;
}
.AnyTagClassName
{
color: #A53088;
}
</style>
background-color css
<style>
a { background-color: #A53088; }
a { background-color: rgb(165,48,136); }
div.DivClassName
{
background-color: #A53088;
}
.BgClassName
{
background-color: #A53088;
}
</style>
border-color css
<style>
span { border-color: #A53088; }
span { border-color: rgb(165,48,136); }
td.TdClassName
{
border-color: #A53088;
}
.TagClassName
{
border-color: #A53088;
}
</style>