Shades of Medium Red Violet #AB398D
Tints of Medium Red Violet #AB398D
RGB
CMYK
RGB Variations
Color information
#AB398D (or 0xAB398D) is known color: Medium Red Violet. HEX triplet: AB, 39 and 8D. RGB value is (171,57,141). Sum of RGB (Red+Green+Blue) = 171+57+141=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 57 (22.66% from 255 or 15.45% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 171 - color contains mainly: red. Hex color #AB398D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB398D is #54C672. Grayscale: #646464. Windows color (decimal): -5555827 or 9255339. OLE color: 9255339.
HSL color Cylindrical-coordinate representation of color #AB398D: hue angle of 315.79º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB398D is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 57 | 141 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.33 |
| HSL | 315.79º | 0.5% | 0.45% | - |
| HSV(B) | 315.79º | 0.67% | 0.67% | - |
| XYZ | 23.07 | 13.51 | 26.59 | - |
| YUV | 100.66 | 150.77 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 57 | 141 | 0 | 0.67 | 0.18 | 0.33 | 315.79 | 0.5 | 0.45 |
| Hex | AB | 39 | 8D | 0 | 43 | 12 | 21 | 13C | 32 | 2D |
| Octal | 253 | 71 | 215 | 0 | 103 | 22 | 41 | 474 | 62 | 55 |
| Binary | 10101011 | 111001 | 10001101 | 0 | 1000011 | 10010 | 100001 | 100111100 | 110010 | 101101 |
Color Harmonies of #AB398D
Complementary color
Monochromatic Colors of #AB398D
Black with #AB398D
Text Example
Text Example
White with #AB398D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB398D; }
p { color: rgb(171,57,141); }
H1.HeaderClassName
{
color: #AB398D;
}
.AnyTagClassName
{
color: #AB398D;
}
</style>
background-color css
<style>
a { background-color: #AB398D; }
a { background-color: rgb(171,57,141); }
div.DivClassName
{
background-color: #AB398D;
}
.BgClassName
{
background-color: #AB398D;
}
</style>
border-color css
<style>
span { border-color: #AB398D; }
span { border-color: rgb(171,57,141); }
td.TdClassName
{
border-color: #AB398D;
}
.TagClassName
{
border-color: #AB398D;
}
</style>