Shades of Medium Red Violet #AB418C
Tints of Medium Red Violet #AB418C
RGB
CMYK
RGB Variations
Color information
#AB418C (or 0xAB418C) is known color: Medium Red Violet. HEX triplet: AB, 41 and 8C. RGB value is (171,65,140). Sum of RGB (Red+Green+Blue) = 171+65+140=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 140 (55.08% from 255 or 37.23% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #AB418C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB418C is #54BE73. Grayscale: #696969. Windows color (decimal): -5553780 or 9191851. OLE color: 9191851.
HSL color Cylindrical-coordinate representation of color #AB418C: hue angle of 317.55º 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 #AB418C is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 65 | 140 | - |
| CMYK | 0 | 0.62 | 0.18 | 0.33 |
| HSL | 317.55º | 0.45% | 0.46% | - |
| HSV(B) | 317.55º | 0.62% | 0.67% | - |
| XYZ | 23.42 | 14.33 | 26.34 | - |
| YUV | 105.24 | 147.62 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 65 | 140 | 0 | 0.62 | 0.18 | 0.33 | 317.55 | 0.45 | 0.46 |
| Hex | AB | 41 | 8C | 0 | 3E | 12 | 21 | 13E | 2D | 2E |
| Octal | 253 | 101 | 214 | 0 | 76 | 22 | 41 | 476 | 55 | 56 |
| Binary | 10101011 | 1000001 | 10001100 | 0 | 111110 | 10010 | 100001 | 100111110 | 101101 | 101110 |
Color Harmonies of #AB418C
Complementary color
Monochromatic Colors of #AB418C
Black with #AB418C
Text Example
Text Example
White with #AB418C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB418C; }
p { color: rgb(171,65,140); }
H1.HeaderClassName
{
color: #AB418C;
}
.AnyTagClassName
{
color: #AB418C;
}
</style>
background-color css
<style>
a { background-color: #AB418C; }
a { background-color: rgb(171,65,140); }
div.DivClassName
{
background-color: #AB418C;
}
.BgClassName
{
background-color: #AB418C;
}
</style>
border-color css
<style>
span { border-color: #AB418C; }
span { border-color: rgb(171,65,140); }
td.TdClassName
{
border-color: #AB418C;
}
.TagClassName
{
border-color: #AB418C;
}
</style>