Shades of Medium Red Violet #A52F85
Tints of Medium Red Violet #A52F85
RGB
CMYK
RGB Variations
Color information
#A52F85 (or 0xA52F85) is known color: Medium Red Violet. HEX triplet: A5, 2F and 85. RGB value is (165,47,133). Sum of RGB (Red+Green+Blue) = 165+47+133=345 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.83% from 345); Green value is 47 (18.75% from 255 or 13.62% from 345); Blue value is 133 (52.34% from 255 or 38.55% from 345); Max value from RGB is 165 - color contains mainly: red. Hex color #A52F85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52F85 is #5AD07A. Grayscale: #5B5B5B. Windows color (decimal): -5951611 or 8728485. OLE color: 8728485.
HSL color Cylindrical-coordinate representation of color #A52F85: hue angle of 316.27º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A52F85 is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 47 | 133 | - |
| CMYK | 0 | 0.72 | 0.19 | 0.35 |
| HSL | 316.27º | 0.56% | 0.42% | - |
| HSV(B) | 316.27º | 0.72% | 0.65% | - |
| XYZ | 20.77 | 11.73 | 23.36 | - |
| YUV | 92.09 | 151.09 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 47 | 133 | 0 | 0.72 | 0.19 | 0.35 | 316.27 | 0.56 | 0.42 |
| Hex | A5 | 2F | 85 | 0 | 48 | 13 | 23 | 13C | 38 | 2A |
| Octal | 245 | 57 | 205 | 0 | 110 | 23 | 43 | 474 | 70 | 52 |
| Binary | 10100101 | 101111 | 10000101 | 0 | 1001000 | 10011 | 100011 | 100111100 | 111000 | 101010 |
Color Harmonies of #A52F85
Complementary color
Monochromatic Colors of #A52F85
Black with #A52F85
Text Example
Text Example
White with #A52F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52F85; }
p { color: rgb(165,47,133); }
H1.HeaderClassName
{
color: #A52F85;
}
.AnyTagClassName
{
color: #A52F85;
}
</style>
background-color css
<style>
a { background-color: #A52F85; }
a { background-color: rgb(165,47,133); }
div.DivClassName
{
background-color: #A52F85;
}
.BgClassName
{
background-color: #A52F85;
}
</style>
border-color css
<style>
span { border-color: #A52F85; }
span { border-color: rgb(165,47,133); }
td.TdClassName
{
border-color: #A52F85;
}
.TagClassName
{
border-color: #A52F85;
}
</style>