Shades of Medium Red Violet #A5359A
Tints of Medium Red Violet #A5359A
RGB
CMYK
RGB Variations
Color information
#A5359A (or 0xA5359A) is known color: Medium Red Violet. HEX triplet: A5, 35 and 9A. RGB value is (165,53,154). Sum of RGB (Red+Green+Blue) = 165+53+154=372 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.35% from 372); Green value is 53 (21.09% from 255 or 14.25% from 372); Blue value is 154 (60.55% from 255 or 41.40% from 372); Max value from RGB is 165 - color contains mainly: red. Hex color #A5359A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5359A is #5ACA65. Grayscale: #616161. Windows color (decimal): -5950054 or 10106277. OLE color: 10106277.
HSL color Cylindrical-coordinate representation of color #A5359A: hue angle of 305.89º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A5359A is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 53 | 154 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.35 |
| HSL | 305.89º | 0.51% | 0.43% | - |
| HSV(B) | 305.89º | 0.68% | 0.65% | - |
| XYZ | 22.62 | 12.88 | 31.87 | - |
| YUV | 98 | 159.61 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 53 | 154 | 0 | 0.68 | 0.07 | 0.35 | 305.89 | 0.51 | 0.43 |
| Hex | A5 | 35 | 9A | 0 | 44 | 7 | 23 | 132 | 33 | 2B |
| Octal | 245 | 65 | 232 | 0 | 104 | 7 | 43 | 462 | 63 | 53 |
| Binary | 10100101 | 110101 | 10011010 | 0 | 1000100 | 111 | 100011 | 100110010 | 110011 | 101011 |
Color Harmonies of #A5359A
Complementary color
Monochromatic Colors of #A5359A
Black with #A5359A
Text Example
Text Example
White with #A5359A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5359A; }
p { color: rgb(165,53,154); }
H1.HeaderClassName
{
color: #A5359A;
}
.AnyTagClassName
{
color: #A5359A;
}
</style>
background-color css
<style>
a { background-color: #A5359A; }
a { background-color: rgb(165,53,154); }
div.DivClassName
{
background-color: #A5359A;
}
.BgClassName
{
background-color: #A5359A;
}
</style>
border-color css
<style>
span { border-color: #A5359A; }
span { border-color: rgb(165,53,154); }
td.TdClassName
{
border-color: #A5359A;
}
.TagClassName
{
border-color: #A5359A;
}
</style>