Shades of Medium Red Violet #A52A95
Tints of Medium Red Violet #A52A95
RGB
CMYK
RGB Variations
Color information
#A52A95 (or 0xA52A95) is known color: Medium Red Violet. HEX triplet: A5, 2A and 95. RGB value is (165,42,149). Sum of RGB (Red+Green+Blue) = 165+42+149=356 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.35% from 356); Green value is 42 (16.80% from 255 or 11.80% from 356); Blue value is 149 (58.59% from 255 or 41.85% from 356); Max value from RGB is 165 - color contains mainly: red. Hex color #A52A95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52A95 is #5AD56A. Grayscale: #5A5A5A. Windows color (decimal): -5952875 or 9775781. OLE color: 9775781.
HSL color Cylindrical-coordinate representation of color #A52A95: hue angle of 307.8º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A52A95 is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 42 | 149 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.35 |
| HSL | 307.8º | 0.59% | 0.41% | - |
| HSV(B) | 307.8º | 0.75% | 0.65% | - |
| XYZ | 21.77 | 11.83 | 29.57 | - |
| YUV | 90.98 | 160.75 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 42 | 149 | 0 | 0.75 | 0.10 | 0.35 | 307.8 | 0.59 | 0.41 |
| Hex | A5 | 2A | 95 | 0 | 4B | A | 23 | 134 | 3B | 29 |
| Octal | 245 | 52 | 225 | 0 | 113 | 12 | 43 | 464 | 73 | 51 |
| Binary | 10100101 | 101010 | 10010101 | 0 | 1001011 | 1010 | 100011 | 100110100 | 111011 | 101001 |
Color Harmonies of #A52A95
Complementary color
Monochromatic Colors of #A52A95
Black with #A52A95
Text Example
Text Example
White with #A52A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52A95; }
p { color: rgb(165,42,149); }
H1.HeaderClassName
{
color: #A52A95;
}
.AnyTagClassName
{
color: #A52A95;
}
</style>
background-color css
<style>
a { background-color: #A52A95; }
a { background-color: rgb(165,42,149); }
div.DivClassName
{
background-color: #A52A95;
}
.BgClassName
{
background-color: #A52A95;
}
</style>
border-color css
<style>
span { border-color: #A52A95; }
span { border-color: rgb(165,42,149); }
td.TdClassName
{
border-color: #A52A95;
}
.TagClassName
{
border-color: #A52A95;
}
</style>