Shades of Medium Violet Red #AB1183
Tints of Medium Violet Red #AB1183
RGB
CMYK
RGB Variations
Color information
#AB1183 (or 0xAB1183) is known color: Medium Violet Red. HEX triplet: AB, 11 and 83. RGB value is (171,17,131). Sum of RGB (Red+Green+Blue) = 171+17+131=319 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.61% from 319); Green value is 17 (7.03% from 255 or 5.33% from 319); Blue value is 131 (51.56% from 255 or 41.07% from 319); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1183 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1183 is #54EE7C. Grayscale: #4B4B4B. Windows color (decimal): -5566077 or 8589739. OLE color: 8589739.
HSL color Cylindrical-coordinate representation of color #AB1183: hue angle of 315.58º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB1183 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 17 | 131 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.33 |
| HSL | 315.58º | 0.82% | 0.37% | - |
| HSV(B) | 315.58º | 0.9% | 0.67% | - |
| XYZ | 21.09 | 10.7 | 22.43 | - |
| YUV | 76.04 | 159.02 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 17 | 131 | 0 | 0.90 | 0.23 | 0.33 | 315.58 | 0.82 | 0.37 |
| Hex | AB | 11 | 83 | 0 | 5A | 17 | 21 | 13C | 52 | 25 |
| Octal | 253 | 21 | 203 | 0 | 132 | 27 | 41 | 474 | 122 | 45 |
| Binary | 10101011 | 10001 | 10000011 | 0 | 1011010 | 10111 | 100001 | 100111100 | 1010010 | 100101 |
Color Harmonies of #AB1183
Complementary color
Monochromatic Colors of #AB1183
Black with #AB1183
Text Example
Text Example
White with #AB1183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1183; }
p { color: rgb(171,17,131); }
H1.HeaderClassName
{
color: #AB1183;
}
.AnyTagClassName
{
color: #AB1183;
}
</style>
background-color css
<style>
a { background-color: #AB1183; }
a { background-color: rgb(171,17,131); }
div.DivClassName
{
background-color: #AB1183;
}
.BgClassName
{
background-color: #AB1183;
}
</style>
border-color css
<style>
span { border-color: #AB1183; }
span { border-color: rgb(171,17,131); }
td.TdClassName
{
border-color: #AB1183;
}
.TagClassName
{
border-color: #AB1183;
}
</style>