Shades of Medium Red Violet #AB2C8D
Tints of Medium Red Violet #AB2C8D
RGB
CMYK
RGB Variations
Color information
#AB2C8D (or 0xAB2C8D) is known color: Medium Red Violet. HEX triplet: AB, 2C and 8D. RGB value is (171,44,141). Sum of RGB (Red+Green+Blue) = 171+44+141=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 44 (17.58% from 255 or 12.36% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2C8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2C8D is #54D372. Grayscale: #5C5C5C. Windows color (decimal): -5559155 or 9252011. OLE color: 9252011.
HSL color Cylindrical-coordinate representation of color #AB2C8D: hue angle of 314.17º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB2C8D is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 44 | 141 | - |
| CMYK | 0 | 0.74 | 0.18 | 0.33 |
| HSL | 314.17º | 0.59% | 0.42% | - |
| HSV(B) | 314.17º | 0.74% | 0.67% | - |
| XYZ | 22.5 | 12.38 | 26.4 | - |
| YUV | 93.03 | 155.08 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 44 | 141 | 0 | 0.74 | 0.18 | 0.33 | 314.17 | 0.59 | 0.42 |
| Hex | AB | 2C | 8D | 0 | 4A | 12 | 21 | 13A | 3B | 2A |
| Octal | 253 | 54 | 215 | 0 | 112 | 22 | 41 | 472 | 73 | 52 |
| Binary | 10101011 | 101100 | 10001101 | 0 | 1001010 | 10010 | 100001 | 100111010 | 111011 | 101010 |
Color Harmonies of #AB2C8D
Complementary color
Monochromatic Colors of #AB2C8D
Black with #AB2C8D
Text Example
Text Example
White with #AB2C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2C8D; }
p { color: rgb(171,44,141); }
H1.HeaderClassName
{
color: #AB2C8D;
}
.AnyTagClassName
{
color: #AB2C8D;
}
</style>
background-color css
<style>
a { background-color: #AB2C8D; }
a { background-color: rgb(171,44,141); }
div.DivClassName
{
background-color: #AB2C8D;
}
.BgClassName
{
background-color: #AB2C8D;
}
</style>
border-color css
<style>
span { border-color: #AB2C8D; }
span { border-color: rgb(171,44,141); }
td.TdClassName
{
border-color: #AB2C8D;
}
.TagClassName
{
border-color: #AB2C8D;
}
</style>