Shades of Medium Red Violet #A14B88
Tints of Medium Red Violet #A14B88
RGB
CMYK
RGB Variations
Color information
#A14B88 (or 0xA14B88) is known color: Medium Red Violet. HEX triplet: A1, 4B and 88. RGB value is (161,75,136). Sum of RGB (Red+Green+Blue) = 161+75+136=372 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.28% from 372); Green value is 75 (29.69% from 255 or 20.16% from 372); Blue value is 136 (53.52% from 255 or 36.56% from 372); Max value from RGB is 161 - color contains mainly: red. Hex color #A14B88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14B88 is #5EB477. Grayscale: #6B6B6B. Windows color (decimal): -6206584 or 8932257. OLE color: 8932257.
HSL color Cylindrical-coordinate representation of color #A14B88: hue angle of 317.44º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A14B88 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 75 | 136 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.37 |
| HSL | 317.44º | 0.36% | 0.46% | - |
| HSV(B) | 317.44º | 0.53% | 0.63% | - |
| XYZ | 21.66 | 14.39 | 24.93 | - |
| YUV | 107.67 | 143.99 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 75 | 136 | 0 | 0.53 | 0.16 | 0.37 | 317.44 | 0.36 | 0.46 |
| Hex | A1 | 4B | 88 | 0 | 35 | 10 | 25 | 13D | 24 | 2E |
| Octal | 241 | 113 | 210 | 0 | 65 | 20 | 45 | 475 | 44 | 56 |
| Binary | 10100001 | 1001011 | 10001000 | 0 | 110101 | 10000 | 100101 | 100111101 | 100100 | 101110 |
Color Harmonies of #A14B88
Complementary color
Monochromatic Colors of #A14B88
Black with #A14B88
Text Example
Text Example
White with #A14B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14B88; }
p { color: rgb(161,75,136); }
H1.HeaderClassName
{
color: #A14B88;
}
.AnyTagClassName
{
color: #A14B88;
}
</style>
background-color css
<style>
a { background-color: #A14B88; }
a { background-color: rgb(161,75,136); }
div.DivClassName
{
background-color: #A14B88;
}
.BgClassName
{
background-color: #A14B88;
}
</style>
border-color css
<style>
span { border-color: #A14B88; }
span { border-color: rgb(161,75,136); }
td.TdClassName
{
border-color: #A14B88;
}
.TagClassName
{
border-color: #A14B88;
}
</style>