Shades of Medium Red Violet #A32680
Tints of Medium Red Violet #A32680
RGB
CMYK
RGB Variations
Color information
#A32680 (or 0xA32680) is known color: Medium Red Violet. HEX triplet: A3, 26 and 80. RGB value is (163,38,128). Sum of RGB (Red+Green+Blue) = 163+38+128=329 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.54% from 329); Green value is 38 (15.23% from 255 or 11.55% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 163 - color contains mainly: red. Hex color #A32680 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32680 is #5CD97F. Grayscale: #555555. Windows color (decimal): -6084992 or 8398499. OLE color: 8398499.
HSL color Cylindrical-coordinate representation of color #A32680: hue angle of 316.8º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A32680 is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 38 | 128 | - |
| CMYK | 0 | 0.77 | 0.21 | 0.36 |
| HSL | 316.8º | 0.62% | 0.39% | - |
| HSV(B) | 316.8º | 0.77% | 0.64% | - |
| XYZ | 19.69 | 10.73 | 21.46 | - |
| YUV | 85.64 | 151.91 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 38 | 128 | 0 | 0.77 | 0.21 | 0.36 | 316.8 | 0.62 | 0.39 |
| Hex | A3 | 26 | 80 | 0 | 4D | 15 | 24 | 13D | 3E | 27 |
| Octal | 243 | 46 | 200 | 0 | 115 | 25 | 44 | 475 | 76 | 47 |
| Binary | 10100011 | 100110 | 10000000 | 0 | 1001101 | 10101 | 100100 | 100111101 | 111110 | 100111 |
Color Harmonies of #A32680
Complementary color
Monochromatic Colors of #A32680
Black with #A32680
Text Example
Text Example
White with #A32680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32680; }
p { color: rgb(163,38,128); }
H1.HeaderClassName
{
color: #A32680;
}
.AnyTagClassName
{
color: #A32680;
}
</style>
background-color css
<style>
a { background-color: #A32680; }
a { background-color: rgb(163,38,128); }
div.DivClassName
{
background-color: #A32680;
}
.BgClassName
{
background-color: #A32680;
}
</style>
border-color css
<style>
span { border-color: #A32680; }
span { border-color: rgb(163,38,128); }
td.TdClassName
{
border-color: #A32680;
}
.TagClassName
{
border-color: #A32680;
}
</style>