Shades of Medium Red Violet #A44182
Tints of Medium Red Violet #A44182
RGB
CMYK
RGB Variations
Color information
#A44182 (or 0xA44182) is known color: Medium Red Violet. HEX triplet: A4, 41 and 82. RGB value is (164,65,130). Sum of RGB (Red+Green+Blue) = 164+65+130=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 130 (51.17% from 255 or 36.21% from 359); Max value from RGB is 164 - color contains mainly: red. Hex color #A44182 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44182 is #5BBE7D. Grayscale: #656565. Windows color (decimal): -6012542 or 8536484. OLE color: 8536484.
HSL color Cylindrical-coordinate representation of color #A44182: hue angle of 320.61º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A44182 is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 65 | 130 | - |
| CMYK | 0 | 0.60 | 0.21 | 0.36 |
| HSL | 320.61º | 0.43% | 0.45% | - |
| HSV(B) | 320.61º | 0.6% | 0.64% | - |
| XYZ | 21.23 | 13.28 | 22.56 | - |
| YUV | 102.01 | 143.8 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 65 | 130 | 0 | 0.60 | 0.21 | 0.36 | 320.61 | 0.43 | 0.45 |
| Hex | A4 | 41 | 82 | 0 | 3C | 15 | 24 | 141 | 2B | 2D |
| Octal | 244 | 101 | 202 | 0 | 74 | 25 | 44 | 501 | 53 | 55 |
| Binary | 10100100 | 1000001 | 10000010 | 0 | 111100 | 10101 | 100100 | 101000001 | 101011 | 101101 |
Color Harmonies of #A44182
Complementary color
Monochromatic Colors of #A44182
Black with #A44182
Text Example
Text Example
White with #A44182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44182; }
p { color: rgb(164,65,130); }
H1.HeaderClassName
{
color: #A44182;
}
.AnyTagClassName
{
color: #A44182;
}
</style>
background-color css
<style>
a { background-color: #A44182; }
a { background-color: rgb(164,65,130); }
div.DivClassName
{
background-color: #A44182;
}
.BgClassName
{
background-color: #A44182;
}
</style>
border-color css
<style>
span { border-color: #A44182; }
span { border-color: rgb(164,65,130); }
td.TdClassName
{
border-color: #A44182;
}
.TagClassName
{
border-color: #A44182;
}
</style>