Shades of Medium Red Violet #A52C7B
Tints of Medium Red Violet #A52C7B
RGB
CMYK
RGB Variations
Color information
#A52C7B (or 0xA52C7B) is known color: Medium Red Violet. HEX triplet: A5, 2C and 7B. RGB value is (165,44,123). Sum of RGB (Red+Green+Blue) = 165+44+123=332 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.70% from 332); Green value is 44 (17.58% from 255 or 13.25% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 165 - color contains mainly: red. Hex color #A52C7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52C7B is #5AD384. Grayscale: #585858. Windows color (decimal): -5952389 or 8072357. OLE color: 8072357.
HSL color Cylindrical-coordinate representation of color #A52C7B: hue angle of 320.83º degrees, saturation: 0.58, 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 #A52C7B is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 44 | 123 | - |
| CMYK | 0 | 0.73 | 0.25 | 0.35 |
| HSL | 320.83º | 0.58% | 0.41% | - |
| HSV(B) | 320.83º | 0.73% | 0.65% | - |
| XYZ | 19.99 | 11.23 | 19.85 | - |
| YUV | 89.19 | 147.09 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 44 | 123 | 0 | 0.73 | 0.25 | 0.35 | 320.83 | 0.58 | 0.41 |
| Hex | A5 | 2C | 7B | 0 | 49 | 19 | 23 | 141 | 3A | 29 |
| Octal | 245 | 54 | 173 | 0 | 111 | 31 | 43 | 501 | 72 | 51 |
| Binary | 10100101 | 101100 | 1111011 | 0 | 1001001 | 11001 | 100011 | 101000001 | 111010 | 101001 |
Color Harmonies of #A52C7B
Complementary color
Monochromatic Colors of #A52C7B
Black with #A52C7B
Text Example
Text Example
White with #A52C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52C7B; }
p { color: rgb(165,44,123); }
H1.HeaderClassName
{
color: #A52C7B;
}
.AnyTagClassName
{
color: #A52C7B;
}
</style>
background-color css
<style>
a { background-color: #A52C7B; }
a { background-color: rgb(165,44,123); }
div.DivClassName
{
background-color: #A52C7B;
}
.BgClassName
{
background-color: #A52C7B;
}
</style>
border-color css
<style>
span { border-color: #A52C7B; }
span { border-color: rgb(165,44,123); }
td.TdClassName
{
border-color: #A52C7B;
}
.TagClassName
{
border-color: #A52C7B;
}
</style>