Shades of Medium Red Violet #AB3B8D
Tints of Medium Red Violet #AB3B8D
RGB
CMYK
RGB Variations
Color information
#AB3B8D (or 0xAB3B8D) is known color: Medium Red Violet. HEX triplet: AB, 3B and 8D. RGB value is (171,59,141). Sum of RGB (Red+Green+Blue) = 171+59+141=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 59 (23.44% from 255 or 15.90% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3B8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3B8D is #54C472. Grayscale: #656565. Windows color (decimal): -5555315 or 9255851. OLE color: 9255851.
HSL color Cylindrical-coordinate representation of color #AB3B8D: hue angle of 316.07º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB3B8D is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 59 | 141 | - |
| CMYK | 0 | 0.65 | 0.18 | 0.33 |
| HSL | 316.07º | 0.49% | 0.45% | - |
| HSV(B) | 316.07º | 0.65% | 0.67% | - |
| XYZ | 23.17 | 13.71 | 26.62 | - |
| YUV | 101.84 | 150.11 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 59 | 141 | 0 | 0.65 | 0.18 | 0.33 | 316.07 | 0.49 | 0.45 |
| Hex | AB | 3B | 8D | 0 | 41 | 12 | 21 | 13C | 31 | 2D |
| Octal | 253 | 73 | 215 | 0 | 101 | 22 | 41 | 474 | 61 | 55 |
| Binary | 10101011 | 111011 | 10001101 | 0 | 1000001 | 10010 | 100001 | 100111100 | 110001 | 101101 |
Color Harmonies of #AB3B8D
Complementary color
Monochromatic Colors of #AB3B8D
Black with #AB3B8D
Text Example
Text Example
White with #AB3B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3B8D; }
p { color: rgb(171,59,141); }
H1.HeaderClassName
{
color: #AB3B8D;
}
.AnyTagClassName
{
color: #AB3B8D;
}
</style>
background-color css
<style>
a { background-color: #AB3B8D; }
a { background-color: rgb(171,59,141); }
div.DivClassName
{
background-color: #AB3B8D;
}
.BgClassName
{
background-color: #AB3B8D;
}
</style>
border-color css
<style>
span { border-color: #AB3B8D; }
span { border-color: rgb(171,59,141); }
td.TdClassName
{
border-color: #AB3B8D;
}
.TagClassName
{
border-color: #AB3B8D;
}
</style>