Shades of Medium Red Violet #A32484
Tints of Medium Red Violet #A32484
RGB
CMYK
RGB Variations
Color information
#A32484 (or 0xA32484) is known color: Medium Red Violet. HEX triplet: A3, 24 and 84. RGB value is (163,36,132). Sum of RGB (Red+Green+Blue) = 163+36+132=331 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.24% from 331); Green value is 36 (14.45% from 255 or 10.88% from 331); Blue value is 132 (51.95% from 255 or 39.88% from 331); Max value from RGB is 163 - color contains mainly: red. Hex color #A32484 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32484 is #5CDB7B. Grayscale: #545454. Windows color (decimal): -6085500 or 8660131. OLE color: 8660131.
HSL color Cylindrical-coordinate representation of color #A32484: hue angle of 314.65º 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 #A32484 is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 36 | 132 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.36 |
| HSL | 314.65º | 0.64% | 0.39% | - |
| HSV(B) | 314.65º | 0.78% | 0.64% | - |
| XYZ | 19.9 | 10.71 | 22.85 | - |
| YUV | 84.92 | 154.58 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 36 | 132 | 0 | 0.78 | 0.19 | 0.36 | 314.65 | 0.64 | 0.39 |
| Hex | A3 | 24 | 84 | 0 | 4E | 13 | 24 | 13B | 40 | 27 |
| Octal | 243 | 44 | 204 | 0 | 116 | 23 | 44 | 473 | 100 | 47 |
| Binary | 10100011 | 100100 | 10000100 | 0 | 1001110 | 10011 | 100100 | 100111011 | 1000000 | 100111 |
Color Harmonies of #A32484
Complementary color
Monochromatic Colors of #A32484
Black with #A32484
Text Example
Text Example
White with #A32484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32484; }
p { color: rgb(163,36,132); }
H1.HeaderClassName
{
color: #A32484;
}
.AnyTagClassName
{
color: #A32484;
}
</style>
background-color css
<style>
a { background-color: #A32484; }
a { background-color: rgb(163,36,132); }
div.DivClassName
{
background-color: #A32484;
}
.BgClassName
{
background-color: #A32484;
}
</style>
border-color css
<style>
span { border-color: #A32484; }
span { border-color: rgb(163,36,132); }
td.TdClassName
{
border-color: #A32484;
}
.TagClassName
{
border-color: #A32484;
}
</style>