Shades of Medium Red Violet #AB4294
Tints of Medium Red Violet #AB4294
RGB
CMYK
RGB Variations
Color information
#AB4294 (or 0xAB4294) is known color: Medium Red Violet. HEX triplet: AB, 42 and 94. RGB value is (171,66,148). Sum of RGB (Red+Green+Blue) = 171+66+148=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 66 (26.17% from 255 or 17.14% from 385); Blue value is 148 (58.20% from 255 or 38.44% from 385); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4294 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4294 is #54BD6B. Grayscale: #6A6A6A. Windows color (decimal): -5553516 or 9716395. OLE color: 9716395.
HSL color Cylindrical-coordinate representation of color #AB4294: hue angle of 313.14º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB4294 is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 66 | 148 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.33 |
| HSL | 313.14º | 0.44% | 0.46% | - |
| HSV(B) | 313.14º | 0.61% | 0.67% | - |
| XYZ | 24.09 | 14.69 | 29.58 | - |
| YUV | 106.74 | 151.29 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 66 | 148 | 0 | 0.61 | 0.13 | 0.33 | 313.14 | 0.44 | 0.46 |
| Hex | AB | 42 | 94 | 0 | 3D | D | 21 | 139 | 2C | 2E |
| Octal | 253 | 102 | 224 | 0 | 75 | 15 | 41 | 471 | 54 | 56 |
| Binary | 10101011 | 1000010 | 10010100 | 0 | 111101 | 1101 | 100001 | 100111001 | 101100 | 101110 |
Color Harmonies of #AB4294
Complementary color
Monochromatic Colors of #AB4294
Black with #AB4294
Text Example
Text Example
White with #AB4294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4294; }
p { color: rgb(171,66,148); }
H1.HeaderClassName
{
color: #AB4294;
}
.AnyTagClassName
{
color: #AB4294;
}
</style>
background-color css
<style>
a { background-color: #AB4294; }
a { background-color: rgb(171,66,148); }
div.DivClassName
{
background-color: #AB4294;
}
.BgClassName
{
background-color: #AB4294;
}
</style>
border-color css
<style>
span { border-color: #AB4294; }
span { border-color: rgb(171,66,148); }
td.TdClassName
{
border-color: #AB4294;
}
.TagClassName
{
border-color: #AB4294;
}
</style>