Shades of Medium Red Violet #A5328A
Tints of Medium Red Violet #A5328A
RGB
CMYK
RGB Variations
Color information
#A5328A (or 0xA5328A) is known color: Medium Red Violet. HEX triplet: A5, 32 and 8A. RGB value is (165,50,138). Sum of RGB (Red+Green+Blue) = 165+50+138=353 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.74% from 353); Green value is 50 (19.92% from 255 or 14.16% from 353); Blue value is 138 (54.30% from 255 or 39.09% from 353); Max value from RGB is 165 - color contains mainly: red. Hex color #A5328A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5328A is #5ACD75. Grayscale: #5E5E5E. Windows color (decimal): -5950838 or 9056933. OLE color: 9056933.
HSL color Cylindrical-coordinate representation of color #A5328A: hue angle of 314.09º 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 #A5328A is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 50 | 138 | - |
| CMYK | 0 | 0.70 | 0.16 | 0.35 |
| HSL | 314.09º | 0.53% | 0.42% | - |
| HSV(B) | 314.09º | 0.7% | 0.65% | - |
| XYZ | 21.25 | 12.12 | 25.26 | - |
| YUV | 94.42 | 152.6 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 50 | 138 | 0 | 0.70 | 0.16 | 0.35 | 314.09 | 0.53 | 0.42 |
| Hex | A5 | 32 | 8A | 0 | 46 | 10 | 23 | 13A | 35 | 2A |
| Octal | 245 | 62 | 212 | 0 | 106 | 20 | 43 | 472 | 65 | 52 |
| Binary | 10100101 | 110010 | 10001010 | 0 | 1000110 | 10000 | 100011 | 100111010 | 110101 | 101010 |
Color Harmonies of #A5328A
Complementary color
Monochromatic Colors of #A5328A
Black with #A5328A
Text Example
Text Example
White with #A5328A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5328A; }
p { color: rgb(165,50,138); }
H1.HeaderClassName
{
color: #A5328A;
}
.AnyTagClassName
{
color: #A5328A;
}
</style>
background-color css
<style>
a { background-color: #A5328A; }
a { background-color: rgb(165,50,138); }
div.DivClassName
{
background-color: #A5328A;
}
.BgClassName
{
background-color: #A5328A;
}
</style>
border-color css
<style>
span { border-color: #A5328A; }
span { border-color: rgb(165,50,138); }
td.TdClassName
{
border-color: #A5328A;
}
.TagClassName
{
border-color: #A5328A;
}
</style>