Shades of Medium Red Violet #A1408A
Tints of Medium Red Violet #A1408A
RGB
CMYK
RGB Variations
Color information
#A1408A (or 0xA1408A) is known color: Medium Red Violet. HEX triplet: A1, 40 and 8A. RGB value is (161,64,138). Sum of RGB (Red+Green+Blue) = 161+64+138=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 64 (25.39% from 255 or 17.63% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 161 - color contains mainly: red. Hex color #A1408A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1408A is #5EBF75. Grayscale: #656565. Windows color (decimal): -6209398 or 9060513. OLE color: 9060513.
HSL color Cylindrical-coordinate representation of color #A1408A: hue angle of 314.23º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A1408A is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 64 | 138 | - |
| CMYK | 0 | 0.60 | 0.14 | 0.37 |
| HSL | 314.23º | 0.43% | 0.44% | - |
| HSV(B) | 314.23º | 0.6% | 0.63% | - |
| XYZ | 21.12 | 13.08 | 25.46 | - |
| YUV | 101.44 | 148.64 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 64 | 138 | 0 | 0.60 | 0.14 | 0.37 | 314.23 | 0.43 | 0.44 |
| Hex | A1 | 40 | 8A | 0 | 3C | E | 25 | 13A | 2B | 2C |
| Octal | 241 | 100 | 212 | 0 | 74 | 16 | 45 | 472 | 53 | 54 |
| Binary | 10100001 | 1000000 | 10001010 | 0 | 111100 | 1110 | 100101 | 100111010 | 101011 | 101100 |
Color Harmonies of #A1408A
Complementary color
Monochromatic Colors of #A1408A
Black with #A1408A
Text Example
Text Example
White with #A1408A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1408A; }
p { color: rgb(161,64,138); }
H1.HeaderClassName
{
color: #A1408A;
}
.AnyTagClassName
{
color: #A1408A;
}
</style>
background-color css
<style>
a { background-color: #A1408A; }
a { background-color: rgb(161,64,138); }
div.DivClassName
{
background-color: #A1408A;
}
.BgClassName
{
background-color: #A1408A;
}
</style>
border-color css
<style>
span { border-color: #A1408A; }
span { border-color: rgb(161,64,138); }
td.TdClassName
{
border-color: #A1408A;
}
.TagClassName
{
border-color: #A1408A;
}
</style>