Shades of Medium Red Violet #A32779
Tints of Medium Red Violet #A32779
RGB
CMYK
RGB Variations
Color information
#A32779 (or 0xA32779) is known color: Medium Red Violet. HEX triplet: A3, 27 and 79. RGB value is (163,39,121). Sum of RGB (Red+Green+Blue) = 163+39+121=323 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.46% from 323); Green value is 39 (15.62% from 255 or 12.07% from 323); Blue value is 121 (47.66% from 255 or 37.46% from 323); Max value from RGB is 163 - color contains mainly: red. Hex color #A32779 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32779 is #5CD886. Grayscale: #555555. Windows color (decimal): -6084743 or 7940003. OLE color: 7940003.
HSL color Cylindrical-coordinate representation of color #A32779: hue angle of 320.32º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A32779 is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 39 | 121 | - |
| CMYK | 0 | 0.76 | 0.26 | 0.36 |
| HSL | 320.32º | 0.61% | 0.4% | - |
| HSV(B) | 320.32º | 0.76% | 0.64% | - |
| XYZ | 19.28 | 10.62 | 19.12 | - |
| YUV | 85.42 | 148.08 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 39 | 121 | 0 | 0.76 | 0.26 | 0.36 | 320.32 | 0.61 | 0.4 |
| Hex | A3 | 27 | 79 | 0 | 4C | 1A | 24 | 140 | 3D | 28 |
| Octal | 243 | 47 | 171 | 0 | 114 | 32 | 44 | 500 | 75 | 50 |
| Binary | 10100011 | 100111 | 1111001 | 0 | 1001100 | 11010 | 100100 | 101000000 | 111101 | 101000 |
Color Harmonies of #A32779
Complementary color
Monochromatic Colors of #A32779
Black with #A32779
Text Example
Text Example
White with #A32779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32779; }
p { color: rgb(163,39,121); }
H1.HeaderClassName
{
color: #A32779;
}
.AnyTagClassName
{
color: #A32779;
}
</style>
background-color css
<style>
a { background-color: #A32779; }
a { background-color: rgb(163,39,121); }
div.DivClassName
{
background-color: #A32779;
}
.BgClassName
{
background-color: #A32779;
}
</style>
border-color css
<style>
span { border-color: #A32779; }
span { border-color: rgb(163,39,121); }
td.TdClassName
{
border-color: #A32779;
}
.TagClassName
{
border-color: #A32779;
}
</style>