Shades of Medium Red Violet #A14382
Tints of Medium Red Violet #A14382
RGB
CMYK
RGB Variations
Color information
#A14382 (or 0xA14382) is known color: Medium Red Violet. HEX triplet: A1, 43 and 82. RGB value is (161,67,130). Sum of RGB (Red+Green+Blue) = 161+67+130=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 67 (26.56% from 255 or 18.72% from 358); Blue value is 130 (51.17% from 255 or 36.31% from 358); Max value from RGB is 161 - color contains mainly: red. Hex color #A14382 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14382 is #5EBC7D. Grayscale: #666666. Windows color (decimal): -6208638 or 8536993. OLE color: 8536993.
HSL color Cylindrical-coordinate representation of color #A14382: hue angle of 319.79º 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 #A14382 is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 67 | 130 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.37 |
| HSL | 319.79º | 0.41% | 0.45% | - |
| HSV(B) | 319.79º | 0.58% | 0.63% | - |
| XYZ | 20.73 | 13.2 | 22.57 | - |
| YUV | 102.29 | 143.64 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 67 | 130 | 0 | 0.58 | 0.19 | 0.37 | 319.79 | 0.41 | 0.45 |
| Hex | A1 | 43 | 82 | 0 | 3A | 13 | 25 | 140 | 29 | 2D |
| Octal | 241 | 103 | 202 | 0 | 72 | 23 | 45 | 500 | 51 | 55 |
| Binary | 10100001 | 1000011 | 10000010 | 0 | 111010 | 10011 | 100101 | 101000000 | 101001 | 101101 |
Color Harmonies of #A14382
Complementary color
Monochromatic Colors of #A14382
Black with #A14382
Text Example
Text Example
White with #A14382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14382; }
p { color: rgb(161,67,130); }
H1.HeaderClassName
{
color: #A14382;
}
.AnyTagClassName
{
color: #A14382;
}
</style>
background-color css
<style>
a { background-color: #A14382; }
a { background-color: rgb(161,67,130); }
div.DivClassName
{
background-color: #A14382;
}
.BgClassName
{
background-color: #A14382;
}
</style>
border-color css
<style>
span { border-color: #A14382; }
span { border-color: rgb(161,67,130); }
td.TdClassName
{
border-color: #A14382;
}
.TagClassName
{
border-color: #A14382;
}
</style>