Shades of Medium Red Violet #AB4194
Tints of Medium Red Violet #AB4194
RGB
CMYK
RGB Variations
Color information
#AB4194 (or 0xAB4194) is known color: Medium Red Violet. HEX triplet: AB, 41 and 94. RGB value is (171,65,148). Sum of RGB (Red+Green+Blue) = 171+65+148=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 65 (25.78% from 255 or 16.93% from 384); Blue value is 148 (58.20% from 255 or 38.54% from 384); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4194 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4194 is #54BE6B. Grayscale: #696969. Windows color (decimal): -5553772 or 9716139. OLE color: 9716139.
HSL color Cylindrical-coordinate representation of color #AB4194: hue angle of 313.02º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB4194 is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 65 | 148 | - |
| CMYK | 0 | 0.62 | 0.13 | 0.33 |
| HSL | 313.02º | 0.45% | 0.46% | - |
| HSV(B) | 313.02º | 0.62% | 0.67% | - |
| XYZ | 24.03 | 14.58 | 29.56 | - |
| YUV | 106.16 | 151.62 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 65 | 148 | 0 | 0.62 | 0.13 | 0.33 | 313.02 | 0.45 | 0.46 |
| Hex | AB | 41 | 94 | 0 | 3E | D | 21 | 139 | 2D | 2E |
| Octal | 253 | 101 | 224 | 0 | 76 | 15 | 41 | 471 | 55 | 56 |
| Binary | 10101011 | 1000001 | 10010100 | 0 | 111110 | 1101 | 100001 | 100111001 | 101101 | 101110 |
Color Harmonies of #AB4194
Complementary color
Monochromatic Colors of #AB4194
Black with #AB4194
Text Example
Text Example
White with #AB4194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4194; }
p { color: rgb(171,65,148); }
H1.HeaderClassName
{
color: #AB4194;
}
.AnyTagClassName
{
color: #AB4194;
}
</style>
background-color css
<style>
a { background-color: #AB4194; }
a { background-color: rgb(171,65,148); }
div.DivClassName
{
background-color: #AB4194;
}
.BgClassName
{
background-color: #AB4194;
}
</style>
border-color css
<style>
span { border-color: #AB4194; }
span { border-color: rgb(171,65,148); }
td.TdClassName
{
border-color: #AB4194;
}
.TagClassName
{
border-color: #AB4194;
}
</style>