Shades of Medium Red Violet #A1358C
Tints of Medium Red Violet #A1358C
RGB
CMYK
RGB Variations
Color information
#A1358C (or 0xA1358C) is known color: Medium Red Violet. HEX triplet: A1, 35 and 8C. RGB value is (161,53,140). Sum of RGB (Red+Green+Blue) = 161+53+140=354 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.48% from 354); Green value is 53 (21.09% from 255 or 14.97% from 354); Blue value is 140 (55.08% from 255 or 39.55% from 354); Max value from RGB is 161 - color contains mainly: red. Hex color #A1358C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1358C is #5ECA73. Grayscale: #5E5E5E. Windows color (decimal): -6212212 or 9188769. OLE color: 9188769.
HSL color Cylindrical-coordinate representation of color #A1358C: hue angle of 311.67º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A1358C is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 53 | 140 | - |
| CMYK | 0 | 0.67 | 0.13 | 0.37 |
| HSL | 311.67º | 0.5% | 0.42% | - |
| HSV(B) | 311.67º | 0.67% | 0.63% | - |
| XYZ | 20.7 | 12.02 | 26.04 | - |
| YUV | 95.21 | 153.28 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 53 | 140 | 0 | 0.67 | 0.13 | 0.37 | 311.67 | 0.5 | 0.42 |
| Hex | A1 | 35 | 8C | 0 | 43 | D | 25 | 138 | 32 | 2A |
| Octal | 241 | 65 | 214 | 0 | 103 | 15 | 45 | 470 | 62 | 52 |
| Binary | 10100001 | 110101 | 10001100 | 0 | 1000011 | 1101 | 100101 | 100111000 | 110010 | 101010 |
Color Harmonies of #A1358C
Complementary color
Monochromatic Colors of #A1358C
Black with #A1358C
Text Example
Text Example
White with #A1358C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1358C; }
p { color: rgb(161,53,140); }
H1.HeaderClassName
{
color: #A1358C;
}
.AnyTagClassName
{
color: #A1358C;
}
</style>
background-color css
<style>
a { background-color: #A1358C; }
a { background-color: rgb(161,53,140); }
div.DivClassName
{
background-color: #A1358C;
}
.BgClassName
{
background-color: #A1358C;
}
</style>
border-color css
<style>
span { border-color: #A1358C; }
span { border-color: rgb(161,53,140); }
td.TdClassName
{
border-color: #A1358C;
}
.TagClassName
{
border-color: #A1358C;
}
</style>