Shades of Medium Red Violet #A14488
Tints of Medium Red Violet #A14488
RGB
CMYK
RGB Variations
Color information
#A14488 (or 0xA14488) is known color: Medium Red Violet. HEX triplet: A1, 44 and 88. RGB value is (161,68,136). Sum of RGB (Red+Green+Blue) = 161+68+136=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 68 (26.95% from 255 or 18.63% from 365); Blue value is 136 (53.52% from 255 or 37.26% from 365); Max value from RGB is 161 - color contains mainly: red. Hex color #A14488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14488 is #5EBB77. Grayscale: #676767. Windows color (decimal): -6208376 or 8930465. OLE color: 8930465.
HSL color Cylindrical-coordinate representation of color #A14488: hue angle of 316.13º 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 #A14488 is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 68 | 136 | - |
| CMYK | 0 | 0.58 | 0.16 | 0.37 |
| HSL | 316.13º | 0.41% | 0.45% | - |
| HSV(B) | 316.13º | 0.58% | 0.63% | - |
| XYZ | 21.21 | 13.49 | 24.78 | - |
| YUV | 103.56 | 146.31 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 68 | 136 | 0 | 0.58 | 0.16 | 0.37 | 316.13 | 0.41 | 0.45 |
| Hex | A1 | 44 | 88 | 0 | 3A | 10 | 25 | 13C | 29 | 2D |
| Octal | 241 | 104 | 210 | 0 | 72 | 20 | 45 | 474 | 51 | 55 |
| Binary | 10100001 | 1000100 | 10001000 | 0 | 111010 | 10000 | 100101 | 100111100 | 101001 | 101101 |
Color Harmonies of #A14488
Complementary color
Monochromatic Colors of #A14488
Black with #A14488
Text Example
Text Example
White with #A14488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14488; }
p { color: rgb(161,68,136); }
H1.HeaderClassName
{
color: #A14488;
}
.AnyTagClassName
{
color: #A14488;
}
</style>
background-color css
<style>
a { background-color: #A14488; }
a { background-color: rgb(161,68,136); }
div.DivClassName
{
background-color: #A14488;
}
.BgClassName
{
background-color: #A14488;
}
</style>
border-color css
<style>
span { border-color: #A14488; }
span { border-color: rgb(161,68,136); }
td.TdClassName
{
border-color: #A14488;
}
.TagClassName
{
border-color: #A14488;
}
</style>