Shades of Medium Red Violet #A44782
Tints of Medium Red Violet #A44782
RGB
CMYK
RGB Variations
Color information
#A44782 (or 0xA44782) is known color: Medium Red Violet. HEX triplet: A4, 47 and 82. RGB value is (164,71,130). Sum of RGB (Red+Green+Blue) = 164+71+130=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 71 (28.12% from 255 or 19.45% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 164 - color contains mainly: red. Hex color #A44782 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44782 is #5BB87D. Grayscale: #696969. Windows color (decimal): -6011006 or 8538020. OLE color: 8538020.
HSL color Cylindrical-coordinate representation of color #A44782: hue angle of 321.94º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A44782 is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 71 | 130 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.36 |
| HSL | 321.94º | 0.4% | 0.46% | - |
| HSV(B) | 321.94º | 0.57% | 0.64% | - |
| XYZ | 21.59 | 14.01 | 22.69 | - |
| YUV | 105.53 | 141.81 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 71 | 130 | 0 | 0.57 | 0.21 | 0.36 | 321.94 | 0.4 | 0.46 |
| Hex | A4 | 47 | 82 | 0 | 39 | 15 | 24 | 142 | 28 | 2E |
| Octal | 244 | 107 | 202 | 0 | 71 | 25 | 44 | 502 | 50 | 56 |
| Binary | 10100100 | 1000111 | 10000010 | 0 | 111001 | 10101 | 100100 | 101000010 | 101000 | 101110 |
Color Harmonies of #A44782
Complementary color
Monochromatic Colors of #A44782
Black with #A44782
Text Example
Text Example
White with #A44782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44782; }
p { color: rgb(164,71,130); }
H1.HeaderClassName
{
color: #A44782;
}
.AnyTagClassName
{
color: #A44782;
}
</style>
background-color css
<style>
a { background-color: #A44782; }
a { background-color: rgb(164,71,130); }
div.DivClassName
{
background-color: #A44782;
}
.BgClassName
{
background-color: #A44782;
}
</style>
border-color css
<style>
span { border-color: #A44782; }
span { border-color: rgb(164,71,130); }
td.TdClassName
{
border-color: #A44782;
}
.TagClassName
{
border-color: #A44782;
}
</style>