Shades of Medium Red Violet #A44A86
Tints of Medium Red Violet #A44A86
RGB
CMYK
RGB Variations
Color information
#A44A86 (or 0xA44A86) is known color: Medium Red Violet. HEX triplet: A4, 4A and 86. RGB value is (164,74,134). Sum of RGB (Red+Green+Blue) = 164+74+134=372 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.09% from 372); Green value is 74 (29.30% from 255 or 19.89% from 372); Blue value is 134 (52.73% from 255 or 36.02% from 372); Max value from RGB is 164 - color contains mainly: red. Hex color #A44A86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44A86 is #5BB579. Grayscale: #6B6B6B. Windows color (decimal): -6010234 or 8800932. OLE color: 8800932.
HSL color Cylindrical-coordinate representation of color #A44A86: hue angle of 320º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A44A86 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 74 | 134 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.36 |
| HSL | 320º | 0.38% | 0.47% | - |
| HSV(B) | 320º | 0.55% | 0.64% | - |
| XYZ | 22.06 | 14.51 | 24.19 | - |
| YUV | 107.75 | 142.82 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 74 | 134 | 0 | 0.55 | 0.18 | 0.36 | 320 | 0.38 | 0.47 |
| Hex | A4 | 4A | 86 | 0 | 37 | 12 | 24 | 140 | 26 | 2F |
| Octal | 244 | 112 | 206 | 0 | 67 | 22 | 44 | 500 | 46 | 57 |
| Binary | 10100100 | 1001010 | 10000110 | 0 | 110111 | 10010 | 100100 | 101000000 | 100110 | 101111 |
Color Harmonies of #A44A86
Complementary color
Monochromatic Colors of #A44A86
Black with #A44A86
Text Example
Text Example
White with #A44A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44A86; }
p { color: rgb(164,74,134); }
H1.HeaderClassName
{
color: #A44A86;
}
.AnyTagClassName
{
color: #A44A86;
}
</style>
background-color css
<style>
a { background-color: #A44A86; }
a { background-color: rgb(164,74,134); }
div.DivClassName
{
background-color: #A44A86;
}
.BgClassName
{
background-color: #A44A86;
}
</style>
border-color css
<style>
span { border-color: #A44A86; }
span { border-color: rgb(164,74,134); }
td.TdClassName
{
border-color: #A44A86;
}
.TagClassName
{
border-color: #A44A86;
}
</style>