Shades of Medium Red Violet #A52386
Tints of Medium Red Violet #A52386
RGB
CMYK
RGB Variations
Color information
#A52386 (or 0xA52386) is known color: Medium Red Violet. HEX triplet: A5, 23 and 86. RGB value is (165,35,134). Sum of RGB (Red+Green+Blue) = 165+35+134=334 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.40% from 334); Green value is 35 (14.06% from 255 or 10.48% from 334); Blue value is 134 (52.73% from 255 or 40.12% from 334); Max value from RGB is 165 - color contains mainly: red. Hex color #A52386 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52386 is #5ADC79. Grayscale: #545454. Windows color (decimal): -5954682 or 8790949. OLE color: 8790949.
HSL color Cylindrical-coordinate representation of color #A52386: hue angle of 314.31º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A52386 is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 35 | 134 | - |
| CMYK | 0 | 0.79 | 0.19 | 0.35 |
| HSL | 314.31º | 0.65% | 0.39% | - |
| HSV(B) | 314.31º | 0.79% | 0.65% | - |
| XYZ | 20.42 | 10.92 | 23.59 | - |
| YUV | 85.16 | 155.57 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 35 | 134 | 0 | 0.79 | 0.19 | 0.35 | 314.31 | 0.65 | 0.39 |
| Hex | A5 | 23 | 86 | 0 | 4F | 13 | 23 | 13A | 41 | 27 |
| Octal | 245 | 43 | 206 | 0 | 117 | 23 | 43 | 472 | 101 | 47 |
| Binary | 10100101 | 100011 | 10000110 | 0 | 1001111 | 10011 | 100011 | 100111010 | 1000001 | 100111 |
Color Harmonies of #A52386
Complementary color
Monochromatic Colors of #A52386
Black with #A52386
Text Example
Text Example
White with #A52386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52386; }
p { color: rgb(165,35,134); }
H1.HeaderClassName
{
color: #A52386;
}
.AnyTagClassName
{
color: #A52386;
}
</style>
background-color css
<style>
a { background-color: #A52386; }
a { background-color: rgb(165,35,134); }
div.DivClassName
{
background-color: #A52386;
}
.BgClassName
{
background-color: #A52386;
}
</style>
border-color css
<style>
span { border-color: #A52386; }
span { border-color: rgb(165,35,134); }
td.TdClassName
{
border-color: #A52386;
}
.TagClassName
{
border-color: #A52386;
}
</style>