Shades of Medium Red Violet #A32B7A
Tints of Medium Red Violet #A32B7A
RGB
CMYK
RGB Variations
Color information
#A32B7A (or 0xA32B7A) is known color: Medium Red Violet. HEX triplet: A3, 2B and 7A. RGB value is (163,43,122). Sum of RGB (Red+Green+Blue) = 163+43+122=328 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.70% from 328); Green value is 43 (17.19% from 255 or 13.11% from 328); Blue value is 122 (48.05% from 255 or 37.20% from 328); Max value from RGB is 163 - color contains mainly: red. Hex color #A32B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32B7A is #5CD485. Grayscale: #575757. Windows color (decimal): -6083718 or 8006563. OLE color: 8006563.
HSL color Cylindrical-coordinate representation of color #A32B7A: hue angle of 320.5º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A32B7A is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 43 | 122 | - |
| CMYK | 0 | 0.74 | 0.25 | 0.36 |
| HSL | 320.5º | 0.58% | 0.4% | - |
| HSV(B) | 320.5º | 0.74% | 0.64% | - |
| XYZ | 19.48 | 10.92 | 19.49 | - |
| YUV | 87.89 | 147.26 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 43 | 122 | 0 | 0.74 | 0.25 | 0.36 | 320.5 | 0.58 | 0.4 |
| Hex | A3 | 2B | 7A | 0 | 4A | 19 | 24 | 140 | 3A | 28 |
| Octal | 243 | 53 | 172 | 0 | 112 | 31 | 44 | 500 | 72 | 50 |
| Binary | 10100011 | 101011 | 1111010 | 0 | 1001010 | 11001 | 100100 | 101000000 | 111010 | 101000 |
Color Harmonies of #A32B7A
Complementary color
Monochromatic Colors of #A32B7A
Black with #A32B7A
Text Example
Text Example
White with #A32B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32B7A; }
p { color: rgb(163,43,122); }
H1.HeaderClassName
{
color: #A32B7A;
}
.AnyTagClassName
{
color: #A32B7A;
}
</style>
background-color css
<style>
a { background-color: #A32B7A; }
a { background-color: rgb(163,43,122); }
div.DivClassName
{
background-color: #A32B7A;
}
.BgClassName
{
background-color: #A32B7A;
}
</style>
border-color css
<style>
span { border-color: #A32B7A; }
span { border-color: rgb(163,43,122); }
td.TdClassName
{
border-color: #A32B7A;
}
.TagClassName
{
border-color: #A32B7A;
}
</style>