Shades of Medium Red Violet #A14384
Tints of Medium Red Violet #A14384
RGB
CMYK
RGB Variations
Color information
#A14384 (or 0xA14384) is known color: Medium Red Violet. HEX triplet: A1, 43 and 84. RGB value is (161,67,132). Sum of RGB (Red+Green+Blue) = 161+67+132=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 67 (26.56% from 255 or 18.61% from 360); Blue value is 132 (51.95% from 255 or 36.67% from 360); Max value from RGB is 161 - color contains mainly: red. Hex color #A14384 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14384 is #5EBC7B. Grayscale: #666666. Windows color (decimal): -6208636 or 8668065. OLE color: 8668065.
HSL color Cylindrical-coordinate representation of color #A14384: hue angle of 318.51º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A14384 is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 67 | 132 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.37 |
| HSL | 318.51º | 0.41% | 0.45% | - |
| HSV(B) | 318.51º | 0.58% | 0.63% | - |
| XYZ | 20.87 | 13.26 | 23.29 | - |
| YUV | 102.52 | 144.64 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 67 | 132 | 0 | 0.58 | 0.18 | 0.37 | 318.51 | 0.41 | 0.45 |
| Hex | A1 | 43 | 84 | 0 | 3A | 12 | 25 | 13F | 29 | 2D |
| Octal | 241 | 103 | 204 | 0 | 72 | 22 | 45 | 477 | 51 | 55 |
| Binary | 10100001 | 1000011 | 10000100 | 0 | 111010 | 10010 | 100101 | 100111111 | 101001 | 101101 |
Color Harmonies of #A14384
Complementary color
Monochromatic Colors of #A14384
Black with #A14384
Text Example
Text Example
White with #A14384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14384; }
p { color: rgb(161,67,132); }
H1.HeaderClassName
{
color: #A14384;
}
.AnyTagClassName
{
color: #A14384;
}
</style>
background-color css
<style>
a { background-color: #A14384; }
a { background-color: rgb(161,67,132); }
div.DivClassName
{
background-color: #A14384;
}
.BgClassName
{
background-color: #A14384;
}
</style>
border-color css
<style>
span { border-color: #A14384; }
span { border-color: rgb(161,67,132); }
td.TdClassName
{
border-color: #A14384;
}
.TagClassName
{
border-color: #A14384;
}
</style>