Shades of Medium Red Violet #AB3E8D
Tints of Medium Red Violet #AB3E8D
RGB
CMYK
RGB Variations
Color information
#AB3E8D (or 0xAB3E8D) is known color: Medium Red Violet. HEX triplet: AB, 3E and 8D. RGB value is (171,62,141). Sum of RGB (Red+Green+Blue) = 171+62+141=374 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.72% from 374); Green value is 62 (24.61% from 255 or 16.58% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3E8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3E8D is #54C172. Grayscale: #676767. Windows color (decimal): -5554547 or 9256619. OLE color: 9256619.
HSL color Cylindrical-coordinate representation of color #AB3E8D: hue angle of 316.51º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB3E8D is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 62 | 141 | - |
| CMYK | 0 | 0.64 | 0.18 | 0.33 |
| HSL | 316.51º | 0.47% | 0.46% | - |
| HSV(B) | 316.51º | 0.64% | 0.67% | - |
| XYZ | 23.32 | 14.03 | 26.68 | - |
| YUV | 103.6 | 149.11 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 62 | 141 | 0 | 0.64 | 0.18 | 0.33 | 316.51 | 0.47 | 0.46 |
| Hex | AB | 3E | 8D | 0 | 40 | 12 | 21 | 13D | 2F | 2E |
| Octal | 253 | 76 | 215 | 0 | 100 | 22 | 41 | 475 | 57 | 56 |
| Binary | 10101011 | 111110 | 10001101 | 0 | 1000000 | 10010 | 100001 | 100111101 | 101111 | 101110 |
Color Harmonies of #AB3E8D
Complementary color
Monochromatic Colors of #AB3E8D
Black with #AB3E8D
Text Example
Text Example
White with #AB3E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3E8D; }
p { color: rgb(171,62,141); }
H1.HeaderClassName
{
color: #AB3E8D;
}
.AnyTagClassName
{
color: #AB3E8D;
}
</style>
background-color css
<style>
a { background-color: #AB3E8D; }
a { background-color: rgb(171,62,141); }
div.DivClassName
{
background-color: #AB3E8D;
}
.BgClassName
{
background-color: #AB3E8D;
}
</style>
border-color css
<style>
span { border-color: #AB3E8D; }
span { border-color: rgb(171,62,141); }
td.TdClassName
{
border-color: #AB3E8D;
}
.TagClassName
{
border-color: #AB3E8D;
}
</style>