Shades of Medium Red Violet #A14286
Tints of Medium Red Violet #A14286
RGB
CMYK
RGB Variations
Color information
#A14286 (or 0xA14286) is known color: Medium Red Violet. HEX triplet: A1, 42 and 86. RGB value is (161,66,134). Sum of RGB (Red+Green+Blue) = 161+66+134=361 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.60% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 134 (52.73% from 255 or 37.12% from 361); Max value from RGB is 161 - color contains mainly: red. Hex color #A14286 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14286 is #5EBD79. Grayscale: #656565. Windows color (decimal): -6208890 or 8798881. OLE color: 8798881.
HSL color Cylindrical-coordinate representation of color #A14286: hue angle of 317.05º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A14286 is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 66 | 134 | - |
| CMYK | 0 | 0.59 | 0.17 | 0.37 |
| HSL | 317.05º | 0.42% | 0.45% | - |
| HSV(B) | 317.05º | 0.59% | 0.63% | - |
| XYZ | 20.95 | 13.19 | 24 | - |
| YUV | 102.16 | 145.97 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 66 | 134 | 0 | 0.59 | 0.17 | 0.37 | 317.05 | 0.42 | 0.45 |
| Hex | A1 | 42 | 86 | 0 | 3B | 11 | 25 | 13D | 2A | 2D |
| Octal | 241 | 102 | 206 | 0 | 73 | 21 | 45 | 475 | 52 | 55 |
| Binary | 10100001 | 1000010 | 10000110 | 0 | 111011 | 10001 | 100101 | 100111101 | 101010 | 101101 |
Color Harmonies of #A14286
Complementary color
Monochromatic Colors of #A14286
Black with #A14286
Text Example
Text Example
White with #A14286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14286; }
p { color: rgb(161,66,134); }
H1.HeaderClassName
{
color: #A14286;
}
.AnyTagClassName
{
color: #A14286;
}
</style>
background-color css
<style>
a { background-color: #A14286; }
a { background-color: rgb(161,66,134); }
div.DivClassName
{
background-color: #A14286;
}
.BgClassName
{
background-color: #A14286;
}
</style>
border-color css
<style>
span { border-color: #A14286; }
span { border-color: rgb(161,66,134); }
td.TdClassName
{
border-color: #A14286;
}
.TagClassName
{
border-color: #A14286;
}
</style>