Shades of Medium Red Violet #A32486
Tints of Medium Red Violet #A32486
RGB
CMYK
RGB Variations
Color information
#A32486 (or 0xA32486) is known color: Medium Red Violet. HEX triplet: A3, 24 and 86. RGB value is (163,36,134). Sum of RGB (Red+Green+Blue) = 163+36+134=333 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.95% from 333); Green value is 36 (14.45% from 255 or 10.81% from 333); Blue value is 134 (52.73% from 255 or 40.24% from 333); Max value from RGB is 163 - color contains mainly: red. Hex color #A32486 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32486 is #5CDB79. Grayscale: #545454. Windows color (decimal): -6085498 or 8791203. OLE color: 8791203.
HSL color Cylindrical-coordinate representation of color #A32486: hue angle of 313.7º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A32486 is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 36 | 134 | - |
| CMYK | 0 | 0.78 | 0.18 | 0.36 |
| HSL | 313.7º | 0.64% | 0.39% | - |
| HSV(B) | 313.7º | 0.78% | 0.64% | - |
| XYZ | 20.04 | 10.77 | 23.58 | - |
| YUV | 85.15 | 155.58 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 36 | 134 | 0 | 0.78 | 0.18 | 0.36 | 313.7 | 0.64 | 0.39 |
| Hex | A3 | 24 | 86 | 0 | 4E | 12 | 24 | 13A | 40 | 27 |
| Octal | 243 | 44 | 206 | 0 | 116 | 22 | 44 | 472 | 100 | 47 |
| Binary | 10100011 | 100100 | 10000110 | 0 | 1001110 | 10010 | 100100 | 100111010 | 1000000 | 100111 |
Color Harmonies of #A32486
Complementary color
Monochromatic Colors of #A32486
Black with #A32486
Text Example
Text Example
White with #A32486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32486; }
p { color: rgb(163,36,134); }
H1.HeaderClassName
{
color: #A32486;
}
.AnyTagClassName
{
color: #A32486;
}
</style>
background-color css
<style>
a { background-color: #A32486; }
a { background-color: rgb(163,36,134); }
div.DivClassName
{
background-color: #A32486;
}
.BgClassName
{
background-color: #A32486;
}
</style>
border-color css
<style>
span { border-color: #A32486; }
span { border-color: rgb(163,36,134); }
td.TdClassName
{
border-color: #A32486;
}
.TagClassName
{
border-color: #A32486;
}
</style>