Shades of Medium Violet Red #AB1194
Tints of Medium Violet Red #AB1194
RGB
CMYK
RGB Variations
Color information
#AB1194 (or 0xAB1194) is known color: Medium Violet Red. HEX triplet: AB, 11 and 94. RGB value is (171,17,148). Sum of RGB (Red+Green+Blue) = 171+17+148=336 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.89% from 336); Green value is 17 (7.03% from 255 or 5.06% from 336); Blue value is 148 (58.20% from 255 or 44.05% from 336); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1194 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1194 is #54EE6B. Grayscale: #4D4D4D. Windows color (decimal): -5566060 or 9703851. OLE color: 9703851.
HSL color Cylindrical-coordinate representation of color #AB1194: hue angle of 308.96º 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 #AB1194 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 17 | 148 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.33 |
| HSL | 308.96º | 0.82% | 0.37% | - |
| HSV(B) | 308.96º | 0.9% | 0.67% | - |
| XYZ | 22.34 | 11.2 | 29 | - |
| YUV | 77.98 | 167.52 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 17 | 148 | 0 | 0.90 | 0.13 | 0.33 | 308.96 | 0.82 | 0.37 |
| Hex | AB | 11 | 94 | 0 | 5A | D | 21 | 135 | 52 | 25 |
| Octal | 253 | 21 | 224 | 0 | 132 | 15 | 41 | 465 | 122 | 45 |
| Binary | 10101011 | 10001 | 10010100 | 0 | 1011010 | 1101 | 100001 | 100110101 | 1010010 | 100101 |
Color Harmonies of #AB1194
Complementary color
Monochromatic Colors of #AB1194
Black with #AB1194
Text Example
Text Example
White with #AB1194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1194; }
p { color: rgb(171,17,148); }
H1.HeaderClassName
{
color: #AB1194;
}
.AnyTagClassName
{
color: #AB1194;
}
</style>
background-color css
<style>
a { background-color: #AB1194; }
a { background-color: rgb(171,17,148); }
div.DivClassName
{
background-color: #AB1194;
}
.BgClassName
{
background-color: #AB1194;
}
</style>
border-color css
<style>
span { border-color: #AB1194; }
span { border-color: rgb(171,17,148); }
td.TdClassName
{
border-color: #AB1194;
}
.TagClassName
{
border-color: #AB1194;
}
</style>