Shades of Medium Red Violet #A1468C
Tints of Medium Red Violet #A1468C
RGB
CMYK
RGB Variations
Color information
#A1468C (or 0xA1468C) is known color: Medium Red Violet. HEX triplet: A1, 46 and 8C. RGB value is (161,70,140). Sum of RGB (Red+Green+Blue) = 161+70+140=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 161 - color contains mainly: red. Hex color #A1468C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1468C is #5EB973. Grayscale: #696969. Windows color (decimal): -6207860 or 9193121. OLE color: 9193121.
HSL color Cylindrical-coordinate representation of color #A1468C: hue angle of 313.85º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A1468C is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 70 | 140 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.37 |
| HSL | 313.85º | 0.39% | 0.45% | - |
| HSV(B) | 313.85º | 0.57% | 0.63% | - |
| XYZ | 21.62 | 13.85 | 26.34 | - |
| YUV | 105.19 | 147.65 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 70 | 140 | 0 | 0.57 | 0.13 | 0.37 | 313.85 | 0.39 | 0.45 |
| Hex | A1 | 46 | 8C | 0 | 39 | D | 25 | 13A | 27 | 2D |
| Octal | 241 | 106 | 214 | 0 | 71 | 15 | 45 | 472 | 47 | 55 |
| Binary | 10100001 | 1000110 | 10001100 | 0 | 111001 | 1101 | 100101 | 100111010 | 100111 | 101101 |
Color Harmonies of #A1468C
Complementary color
Monochromatic Colors of #A1468C
Black with #A1468C
Text Example
Text Example
White with #A1468C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1468C; }
p { color: rgb(161,70,140); }
H1.HeaderClassName
{
color: #A1468C;
}
.AnyTagClassName
{
color: #A1468C;
}
</style>
background-color css
<style>
a { background-color: #A1468C; }
a { background-color: rgb(161,70,140); }
div.DivClassName
{
background-color: #A1468C;
}
.BgClassName
{
background-color: #A1468C;
}
</style>
border-color css
<style>
span { border-color: #A1468C; }
span { border-color: rgb(161,70,140); }
td.TdClassName
{
border-color: #A1468C;
}
.TagClassName
{
border-color: #A1468C;
}
</style>