Shades of Medium Red Violet #AB4494
Tints of Medium Red Violet #AB4494
RGB
CMYK
RGB Variations
Color information
#AB4494 (or 0xAB4494) is known color: Medium Red Violet. HEX triplet: AB, 44 and 94. RGB value is (171,68,148). Sum of RGB (Red+Green+Blue) = 171+68+148=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 68 (26.95% from 255 or 17.57% from 387); Blue value is 148 (58.20% from 255 or 38.24% from 387); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4494 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4494 is #54BB6B. Grayscale: #6B6B6B. Windows color (decimal): -5553004 or 9716907. OLE color: 9716907.
HSL color Cylindrical-coordinate representation of color #AB4494: hue angle of 313.4º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB4494 is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 68 | 148 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.33 |
| HSL | 313.4º | 0.43% | 0.47% | - |
| HSV(B) | 313.4º | 0.6% | 0.67% | - |
| XYZ | 24.21 | 14.93 | 29.62 | - |
| YUV | 107.92 | 150.62 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 68 | 148 | 0 | 0.60 | 0.13 | 0.33 | 313.4 | 0.43 | 0.47 |
| Hex | AB | 44 | 94 | 0 | 3C | D | 21 | 139 | 2B | 2F |
| Octal | 253 | 104 | 224 | 0 | 74 | 15 | 41 | 471 | 53 | 57 |
| Binary | 10101011 | 1000100 | 10010100 | 0 | 111100 | 1101 | 100001 | 100111001 | 101011 | 101111 |
Color Harmonies of #AB4494
Complementary color
Monochromatic Colors of #AB4494
Black with #AB4494
Text Example
Text Example
White with #AB4494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4494; }
p { color: rgb(171,68,148); }
H1.HeaderClassName
{
color: #AB4494;
}
.AnyTagClassName
{
color: #AB4494;
}
</style>
background-color css
<style>
a { background-color: #AB4494; }
a { background-color: rgb(171,68,148); }
div.DivClassName
{
background-color: #AB4494;
}
.BgClassName
{
background-color: #AB4494;
}
</style>
border-color css
<style>
span { border-color: #AB4494; }
span { border-color: rgb(171,68,148); }
td.TdClassName
{
border-color: #AB4494;
}
.TagClassName
{
border-color: #AB4494;
}
</style>