Shades of Medium Red Violet #A14380
Tints of Medium Red Violet #A14380
RGB
CMYK
RGB Variations
Color information
#A14380 (or 0xA14380) is known color: Medium Red Violet. HEX triplet: A1, 43 and 80. RGB value is (161,67,128). Sum of RGB (Red+Green+Blue) = 161+67+128=356 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.22% from 356); Green value is 67 (26.56% from 255 or 18.82% from 356); Blue value is 128 (50.39% from 255 or 35.96% from 356); Max value from RGB is 161 - color contains mainly: red. Hex color #A14380 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14380 is #5EBC7F. Grayscale: #656565. Windows color (decimal): -6208640 or 8405921. OLE color: 8405921.
HSL color Cylindrical-coordinate representation of color #A14380: hue angle of 321.06º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A14380 is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 67 | 128 | - |
| CMYK | 0 | 0.58 | 0.20 | 0.37 |
| HSL | 321.06º | 0.41% | 0.45% | - |
| HSV(B) | 321.06º | 0.58% | 0.63% | - |
| XYZ | 20.6 | 13.15 | 21.87 | - |
| YUV | 102.06 | 142.64 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 67 | 128 | 0 | 0.58 | 0.20 | 0.37 | 321.06 | 0.41 | 0.45 |
| Hex | A1 | 43 | 80 | 0 | 3A | 14 | 25 | 141 | 29 | 2D |
| Octal | 241 | 103 | 200 | 0 | 72 | 24 | 45 | 501 | 51 | 55 |
| Binary | 10100001 | 1000011 | 10000000 | 0 | 111010 | 10100 | 100101 | 101000001 | 101001 | 101101 |
Color Harmonies of #A14380
Complementary color
Monochromatic Colors of #A14380
Black with #A14380
Text Example
Text Example
White with #A14380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14380; }
p { color: rgb(161,67,128); }
H1.HeaderClassName
{
color: #A14380;
}
.AnyTagClassName
{
color: #A14380;
}
</style>
background-color css
<style>
a { background-color: #A14380; }
a { background-color: rgb(161,67,128); }
div.DivClassName
{
background-color: #A14380;
}
.BgClassName
{
background-color: #A14380;
}
</style>
border-color css
<style>
span { border-color: #A14380; }
span { border-color: rgb(161,67,128); }
td.TdClassName
{
border-color: #A14380;
}
.TagClassName
{
border-color: #A14380;
}
</style>