Shades of Medium Red Violet #A32E7A
Tints of Medium Red Violet #A32E7A
RGB
CMYK
RGB Variations
Color information
#A32E7A (or 0xA32E7A) is known color: Medium Red Violet. HEX triplet: A3, 2E and 7A. RGB value is (163,46,122). Sum of RGB (Red+Green+Blue) = 163+46+122=331 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.24% from 331); Green value is 46 (18.36% from 255 or 13.90% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 163 - color contains mainly: red. Hex color #A32E7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32E7A is #5CD185. Grayscale: #595959. Windows color (decimal): -6082950 or 8007331. OLE color: 8007331.
HSL color Cylindrical-coordinate representation of color #A32E7A: hue angle of 321.03º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A32E7A is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 46 | 122 | - |
| CMYK | 0 | 0.72 | 0.25 | 0.36 |
| HSL | 321.03º | 0.56% | 0.41% | - |
| HSV(B) | 321.03º | 0.72% | 0.64% | - |
| XYZ | 19.59 | 11.15 | 19.53 | - |
| YUV | 89.65 | 146.26 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 46 | 122 | 0 | 0.72 | 0.25 | 0.36 | 321.03 | 0.56 | 0.41 |
| Hex | A3 | 2E | 7A | 0 | 48 | 19 | 24 | 141 | 38 | 29 |
| Octal | 243 | 56 | 172 | 0 | 110 | 31 | 44 | 501 | 70 | 51 |
| Binary | 10100011 | 101110 | 1111010 | 0 | 1001000 | 11001 | 100100 | 101000001 | 111000 | 101001 |
Color Harmonies of #A32E7A
Complementary color
Monochromatic Colors of #A32E7A
Black with #A32E7A
Text Example
Text Example
White with #A32E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32E7A; }
p { color: rgb(163,46,122); }
H1.HeaderClassName
{
color: #A32E7A;
}
.AnyTagClassName
{
color: #A32E7A;
}
</style>
background-color css
<style>
a { background-color: #A32E7A; }
a { background-color: rgb(163,46,122); }
div.DivClassName
{
background-color: #A32E7A;
}
.BgClassName
{
background-color: #A32E7A;
}
</style>
border-color css
<style>
span { border-color: #A32E7A; }
span { border-color: rgb(163,46,122); }
td.TdClassName
{
border-color: #A32E7A;
}
.TagClassName
{
border-color: #A32E7A;
}
</style>