Shades of Medium Red Violet #A52D8A
Tints of Medium Red Violet #A52D8A
RGB
CMYK
RGB Variations
Color information
#A52D8A (or 0xA52D8A) is known color: Medium Red Violet. HEX triplet: A5, 2D and 8A. RGB value is (165,45,138). Sum of RGB (Red+Green+Blue) = 165+45+138=348 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.41% from 348); Green value is 45 (17.97% from 255 or 12.93% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 165 - color contains mainly: red. Hex color #A52D8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52D8A is #5AD275. Grayscale: #5B5B5B. Windows color (decimal): -5952118 or 9055653. OLE color: 9055653.
HSL color Cylindrical-coordinate representation of color #A52D8A: hue angle of 313.5º 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 #A52D8A is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 45 | 138 | - |
| CMYK | 0 | 0.73 | 0.16 | 0.35 |
| HSL | 313.5º | 0.57% | 0.41% | - |
| HSV(B) | 313.5º | 0.73% | 0.65% | - |
| XYZ | 21.04 | 11.71 | 25.2 | - |
| YUV | 91.48 | 154.26 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 45 | 138 | 0 | 0.73 | 0.16 | 0.35 | 313.5 | 0.57 | 0.41 |
| Hex | A5 | 2D | 8A | 0 | 49 | 10 | 23 | 13A | 39 | 29 |
| Octal | 245 | 55 | 212 | 0 | 111 | 20 | 43 | 472 | 71 | 51 |
| Binary | 10100101 | 101101 | 10001010 | 0 | 1001001 | 10000 | 100011 | 100111010 | 111001 | 101001 |
Color Harmonies of #A52D8A
Complementary color
Monochromatic Colors of #A52D8A
Black with #A52D8A
Text Example
Text Example
White with #A52D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52D8A; }
p { color: rgb(165,45,138); }
H1.HeaderClassName
{
color: #A52D8A;
}
.AnyTagClassName
{
color: #A52D8A;
}
</style>
background-color css
<style>
a { background-color: #A52D8A; }
a { background-color: rgb(165,45,138); }
div.DivClassName
{
background-color: #A52D8A;
}
.BgClassName
{
background-color: #A52D8A;
}
</style>
border-color css
<style>
span { border-color: #A52D8A; }
span { border-color: rgb(165,45,138); }
td.TdClassName
{
border-color: #A52D8A;
}
.TagClassName
{
border-color: #A52D8A;
}
</style>