Shades of Medium Red Violet #A1398F
Tints of Medium Red Violet #A1398F
RGB
CMYK
RGB Variations
Color information
#A1398F (or 0xA1398F) is known color: Medium Red Violet. HEX triplet: A1, 39 and 8F. RGB value is (161,57,143). Sum of RGB (Red+Green+Blue) = 161+57+143=361 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.60% from 361); Green value is 57 (22.66% from 255 or 15.79% from 361); Blue value is 143 (56.25% from 255 or 39.61% from 361); Max value from RGB is 161 - color contains mainly: red. Hex color #A1398F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1398F is #5EC670. Grayscale: #616161. Windows color (decimal): -6211185 or 9386401. OLE color: 9386401.
HSL color Cylindrical-coordinate representation of color #A1398F: hue angle of 310.38º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A1398F is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 57 | 143 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.37 |
| HSL | 310.38º | 0.48% | 0.43% | - |
| HSV(B) | 310.38º | 0.65% | 0.63% | - |
| XYZ | 21.12 | 12.49 | 27.28 | - |
| YUV | 97.9 | 153.46 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 57 | 143 | 0 | 0.65 | 0.11 | 0.37 | 310.38 | 0.48 | 0.43 |
| Hex | A1 | 39 | 8F | 0 | 41 | B | 25 | 136 | 30 | 2B |
| Octal | 241 | 71 | 217 | 0 | 101 | 13 | 45 | 466 | 60 | 53 |
| Binary | 10100001 | 111001 | 10001111 | 0 | 1000001 | 1011 | 100101 | 100110110 | 110000 | 101011 |
Color Harmonies of #A1398F
Complementary color
Monochromatic Colors of #A1398F
Black with #A1398F
Text Example
Text Example
White with #A1398F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1398F; }
p { color: rgb(161,57,143); }
H1.HeaderClassName
{
color: #A1398F;
}
.AnyTagClassName
{
color: #A1398F;
}
</style>
background-color css
<style>
a { background-color: #A1398F; }
a { background-color: rgb(161,57,143); }
div.DivClassName
{
background-color: #A1398F;
}
.BgClassName
{
background-color: #A1398F;
}
</style>
border-color css
<style>
span { border-color: #A1398F; }
span { border-color: rgb(161,57,143); }
td.TdClassName
{
border-color: #A1398F;
}
.TagClassName
{
border-color: #A1398F;
}
</style>