Shades of Medium Violet Red #A91183
Tints of Medium Violet Red #A91183
RGB
CMYK
RGB Variations
Color information
#A91183 (or 0xA91183) is known color: Medium Violet Red. HEX triplet: A9, 11 and 83. RGB value is (169,17,131). Sum of RGB (Red+Green+Blue) = 169+17+131=317 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.31% from 317); Green value is 17 (7.03% from 255 or 5.36% from 317); Blue value is 131 (51.56% from 255 or 41.32% from 317); Max value from RGB is 169 - color contains mainly: red. Hex color #A91183 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A91183 is #56EE7C. Grayscale: #4B4B4B. Windows color (decimal): -5697149 or 8589737. OLE color: 8589737.
HSL color Cylindrical-coordinate representation of color #A91183: hue angle of 315º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A91183 is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 17 | 131 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.34 |
| HSL | 315º | 0.82% | 0.36% | - |
| HSV(B) | 315º | 0.9% | 0.66% | - |
| XYZ | 20.66 | 10.47 | 22.41 | - |
| YUV | 75.44 | 159.36 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 17 | 131 | 0 | 0.90 | 0.22 | 0.34 | 315 | 0.82 | 0.36 |
| Hex | A9 | 11 | 83 | 0 | 5A | 16 | 22 | 13B | 52 | 24 |
| Octal | 251 | 21 | 203 | 0 | 132 | 26 | 42 | 473 | 122 | 44 |
| Binary | 10101001 | 10001 | 10000011 | 0 | 1011010 | 10110 | 100010 | 100111011 | 1010010 | 100100 |
Color Harmonies of #A91183
Complementary color
Monochromatic Colors of #A91183
Black with #A91183
Text Example
Text Example
White with #A91183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91183; }
p { color: rgb(169,17,131); }
H1.HeaderClassName
{
color: #A91183;
}
.AnyTagClassName
{
color: #A91183;
}
</style>
background-color css
<style>
a { background-color: #A91183; }
a { background-color: rgb(169,17,131); }
div.DivClassName
{
background-color: #A91183;
}
.BgClassName
{
background-color: #A91183;
}
</style>
border-color css
<style>
span { border-color: #A91183; }
span { border-color: rgb(169,17,131); }
td.TdClassName
{
border-color: #A91183;
}
.TagClassName
{
border-color: #A91183;
}
</style>