Shades of Medium Red Violet #A52D9B
Tints of Medium Red Violet #A52D9B
RGB
CMYK
RGB Variations
Color information
#A52D9B (or 0xA52D9B) is known color: Medium Red Violet. HEX triplet: A5, 2D and 9B. RGB value is (165,45,155). Sum of RGB (Red+Green+Blue) = 165+45+155=365 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.21% from 365); Green value is 45 (17.97% from 255 or 12.33% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 165 - color contains mainly: red. Hex color #A52D9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52D9B is #5AD264. Grayscale: #5D5D5D. Windows color (decimal): -5952101 or 10169765. OLE color: 10169765.
HSL color Cylindrical-coordinate representation of color #A52D9B: hue angle of 305º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A52D9B is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 45 | 155 | - |
| CMYK | 0 | 0.73 | 0.06 | 0.35 |
| HSL | 305º | 0.57% | 0.41% | - |
| HSV(B) | 305º | 0.73% | 0.65% | - |
| XYZ | 22.37 | 12.24 | 32.19 | - |
| YUV | 93.42 | 162.76 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 45 | 155 | 0 | 0.73 | 0.06 | 0.35 | 305 | 0.57 | 0.41 |
| Hex | A5 | 2D | 9B | 0 | 49 | 6 | 23 | 131 | 39 | 29 |
| Octal | 245 | 55 | 233 | 0 | 111 | 6 | 43 | 461 | 71 | 51 |
| Binary | 10100101 | 101101 | 10011011 | 0 | 1001001 | 110 | 100011 | 100110001 | 111001 | 101001 |
Color Harmonies of #A52D9B
Complementary color
Monochromatic Colors of #A52D9B
Black with #A52D9B
Text Example
Text Example
White with #A52D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52D9B; }
p { color: rgb(165,45,155); }
H1.HeaderClassName
{
color: #A52D9B;
}
.AnyTagClassName
{
color: #A52D9B;
}
</style>
background-color css
<style>
a { background-color: #A52D9B; }
a { background-color: rgb(165,45,155); }
div.DivClassName
{
background-color: #A52D9B;
}
.BgClassName
{
background-color: #A52D9B;
}
</style>
border-color css
<style>
span { border-color: #A52D9B; }
span { border-color: rgb(165,45,155); }
td.TdClassName
{
border-color: #A52D9B;
}
.TagClassName
{
border-color: #A52D9B;
}
</style>