Shades of Medium Red Violet #A5329C
Tints of Medium Red Violet #A5329C
RGB
CMYK
RGB Variations
Color information
#A5329C (or 0xA5329C) is known color: Medium Red Violet. HEX triplet: A5, 32 and 9C. RGB value is (165,50,156). Sum of RGB (Red+Green+Blue) = 165+50+156=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 50 (19.92% from 255 or 13.48% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 165 - color contains mainly: red. Hex color #A5329C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5329C is #5ACD63. Grayscale: #606060. Windows color (decimal): -5950820 or 10236581. OLE color: 10236581.
HSL color Cylindrical-coordinate representation of color #A5329C: hue angle of 304.7º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A5329C is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 50 | 156 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.35 |
| HSL | 304.7º | 0.53% | 0.42% | - |
| HSV(B) | 304.7º | 0.7% | 0.65% | - |
| XYZ | 22.66 | 12.68 | 32.71 | - |
| YUV | 96.47 | 161.6 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 50 | 156 | 0 | 0.70 | 0.05 | 0.35 | 304.7 | 0.53 | 0.42 |
| Hex | A5 | 32 | 9C | 0 | 46 | 5 | 23 | 131 | 35 | 2A |
| Octal | 245 | 62 | 234 | 0 | 106 | 5 | 43 | 461 | 65 | 52 |
| Binary | 10100101 | 110010 | 10011100 | 0 | 1000110 | 101 | 100011 | 100110001 | 110101 | 101010 |
Color Harmonies of #A5329C
Complementary color
Monochromatic Colors of #A5329C
Black with #A5329C
Text Example
Text Example
White with #A5329C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5329C; }
p { color: rgb(165,50,156); }
H1.HeaderClassName
{
color: #A5329C;
}
.AnyTagClassName
{
color: #A5329C;
}
</style>
background-color css
<style>
a { background-color: #A5329C; }
a { background-color: rgb(165,50,156); }
div.DivClassName
{
background-color: #A5329C;
}
.BgClassName
{
background-color: #A5329C;
}
</style>
border-color css
<style>
span { border-color: #A5329C; }
span { border-color: rgb(165,50,156); }
td.TdClassName
{
border-color: #A5329C;
}
.TagClassName
{
border-color: #A5329C;
}
</style>