Shades of Medium Red Violet #A52B89
Tints of Medium Red Violet #A52B89
RGB
CMYK
RGB Variations
Color information
#A52B89 (or 0xA52B89) is known color: Medium Red Violet. HEX triplet: A5, 2B and 89. RGB value is (165,43,137). Sum of RGB (Red+Green+Blue) = 165+43+137=345 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.83% from 345); Green value is 43 (17.19% from 255 or 12.46% from 345); Blue value is 137 (53.91% from 255 or 39.71% from 345); Max value from RGB is 165 - color contains mainly: red. Hex color #A52B89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52B89 is #5AD476. Grayscale: #595959. Windows color (decimal): -5952631 or 8989605. OLE color: 8989605.
HSL color Cylindrical-coordinate representation of color #A52B89: hue angle of 313.77º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A52B89 is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 43 | 137 | - |
| CMYK | 0 | 0.74 | 0.17 | 0.35 |
| HSL | 313.77º | 0.59% | 0.41% | - |
| HSV(B) | 313.77º | 0.74% | 0.65% | - |
| XYZ | 20.9 | 11.53 | 24.79 | - |
| YUV | 90.19 | 154.42 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 43 | 137 | 0 | 0.74 | 0.17 | 0.35 | 313.77 | 0.59 | 0.41 |
| Hex | A5 | 2B | 89 | 0 | 4A | 11 | 23 | 13A | 3B | 29 |
| Octal | 245 | 53 | 211 | 0 | 112 | 21 | 43 | 472 | 73 | 51 |
| Binary | 10100101 | 101011 | 10001001 | 0 | 1001010 | 10001 | 100011 | 100111010 | 111011 | 101001 |
Color Harmonies of #A52B89
Complementary color
Monochromatic Colors of #A52B89
Black with #A52B89
Text Example
Text Example
White with #A52B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52B89; }
p { color: rgb(165,43,137); }
H1.HeaderClassName
{
color: #A52B89;
}
.AnyTagClassName
{
color: #A52B89;
}
</style>
background-color css
<style>
a { background-color: #A52B89; }
a { background-color: rgb(165,43,137); }
div.DivClassName
{
background-color: #A52B89;
}
.BgClassName
{
background-color: #A52B89;
}
</style>
border-color css
<style>
span { border-color: #A52B89; }
span { border-color: rgb(165,43,137); }
td.TdClassName
{
border-color: #A52B89;
}
.TagClassName
{
border-color: #A52B89;
}
</style>