Shades of Medium Red Violet #A52E7B
Tints of Medium Red Violet #A52E7B
RGB
CMYK
RGB Variations
Color information
#A52E7B (or 0xA52E7B) is known color: Medium Red Violet. HEX triplet: A5, 2E and 7B. RGB value is (165,46,123). Sum of RGB (Red+Green+Blue) = 165+46+123=334 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.40% from 334); Green value is 46 (18.36% from 255 or 13.77% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 165 - color contains mainly: red. Hex color #A52E7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52E7B is #5AD184. Grayscale: #5A5A5A. Windows color (decimal): -5951877 or 8072869. OLE color: 8072869.
HSL color Cylindrical-coordinate representation of color #A52E7B: hue angle of 321.18º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A52E7B is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 46 | 123 | - |
| CMYK | 0 | 0.72 | 0.25 | 0.35 |
| HSL | 321.18º | 0.56% | 0.41% | - |
| HSV(B) | 321.18º | 0.72% | 0.65% | - |
| XYZ | 20.07 | 11.38 | 19.88 | - |
| YUV | 90.36 | 146.42 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 46 | 123 | 0 | 0.72 | 0.25 | 0.35 | 321.18 | 0.56 | 0.41 |
| Hex | A5 | 2E | 7B | 0 | 48 | 19 | 23 | 141 | 38 | 29 |
| Octal | 245 | 56 | 173 | 0 | 110 | 31 | 43 | 501 | 70 | 51 |
| Binary | 10100101 | 101110 | 1111011 | 0 | 1001000 | 11001 | 100011 | 101000001 | 111000 | 101001 |
Color Harmonies of #A52E7B
Complementary color
Monochromatic Colors of #A52E7B
Black with #A52E7B
Text Example
Text Example
White with #A52E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52E7B; }
p { color: rgb(165,46,123); }
H1.HeaderClassName
{
color: #A52E7B;
}
.AnyTagClassName
{
color: #A52E7B;
}
</style>
background-color css
<style>
a { background-color: #A52E7B; }
a { background-color: rgb(165,46,123); }
div.DivClassName
{
background-color: #A52E7B;
}
.BgClassName
{
background-color: #A52E7B;
}
</style>
border-color css
<style>
span { border-color: #A52E7B; }
span { border-color: rgb(165,46,123); }
td.TdClassName
{
border-color: #A52E7B;
}
.TagClassName
{
border-color: #A52E7B;
}
</style>