Shades of Medium Red Violet #AB378B
Tints of Medium Red Violet #AB378B
RGB
CMYK
RGB Variations
Color information
#AB378B (or 0xAB378B) is known color: Medium Red Violet. HEX triplet: AB, 37 and 8B. RGB value is (171,55,139). Sum of RGB (Red+Green+Blue) = 171+55+139=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 55 (21.88% from 255 or 15.07% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #AB378B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB378B is #54C874. Grayscale: #636363. Windows color (decimal): -5556341 or 9123755. OLE color: 9123755.
HSL color Cylindrical-coordinate representation of color #AB378B: hue angle of 316.55º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB378B is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 55 | 139 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.33 |
| HSL | 316.55º | 0.51% | 0.44% | - |
| HSV(B) | 316.55º | 0.68% | 0.67% | - |
| XYZ | 22.82 | 13.25 | 25.78 | - |
| YUV | 99.26 | 150.43 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 55 | 139 | 0 | 0.68 | 0.19 | 0.33 | 316.55 | 0.51 | 0.44 |
| Hex | AB | 37 | 8B | 0 | 44 | 13 | 21 | 13D | 33 | 2C |
| Octal | 253 | 67 | 213 | 0 | 104 | 23 | 41 | 475 | 63 | 54 |
| Binary | 10101011 | 110111 | 10001011 | 0 | 1000100 | 10011 | 100001 | 100111101 | 110011 | 101100 |
Color Harmonies of #AB378B
Complementary color
Monochromatic Colors of #AB378B
Black with #AB378B
Text Example
Text Example
White with #AB378B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB378B; }
p { color: rgb(171,55,139); }
H1.HeaderClassName
{
color: #AB378B;
}
.AnyTagClassName
{
color: #AB378B;
}
</style>
background-color css
<style>
a { background-color: #AB378B; }
a { background-color: rgb(171,55,139); }
div.DivClassName
{
background-color: #AB378B;
}
.BgClassName
{
background-color: #AB378B;
}
</style>
border-color css
<style>
span { border-color: #AB378B; }
span { border-color: rgb(171,55,139); }
td.TdClassName
{
border-color: #AB378B;
}
.TagClassName
{
border-color: #AB378B;
}
</style>