Shades of Medium Red Violet #AB388B
Tints of Medium Red Violet #AB388B
RGB
CMYK
RGB Variations
Color information
#AB388B (or 0xAB388B) is known color: Medium Red Violet. HEX triplet: AB, 38 and 8B. RGB value is (171,56,139). Sum of RGB (Red+Green+Blue) = 171+56+139=366 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.72% from 366); Green value is 56 (22.27% from 255 or 15.30% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 171 - color contains mainly: red. Hex color #AB388B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB388B is #54C774. Grayscale: #636363. Windows color (decimal): -5556085 or 9124011. OLE color: 9124011.
HSL color Cylindrical-coordinate representation of color #AB388B: hue angle of 316.7º degrees, saturation: 0.51, 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 #AB388B is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 56 | 139 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.33 |
| HSL | 316.7º | 0.51% | 0.45% | - |
| HSV(B) | 316.7º | 0.67% | 0.67% | - |
| XYZ | 22.87 | 13.35 | 25.8 | - |
| YUV | 99.85 | 150.1 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 56 | 139 | 0 | 0.67 | 0.19 | 0.33 | 316.7 | 0.51 | 0.45 |
| Hex | AB | 38 | 8B | 0 | 43 | 13 | 21 | 13D | 33 | 2D |
| Octal | 253 | 70 | 213 | 0 | 103 | 23 | 41 | 475 | 63 | 55 |
| Binary | 10101011 | 111000 | 10001011 | 0 | 1000011 | 10011 | 100001 | 100111101 | 110011 | 101101 |
Color Harmonies of #AB388B
Complementary color
Monochromatic Colors of #AB388B
Black with #AB388B
Text Example
Text Example
White with #AB388B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB388B; }
p { color: rgb(171,56,139); }
H1.HeaderClassName
{
color: #AB388B;
}
.AnyTagClassName
{
color: #AB388B;
}
</style>
background-color css
<style>
a { background-color: #AB388B; }
a { background-color: rgb(171,56,139); }
div.DivClassName
{
background-color: #AB388B;
}
.BgClassName
{
background-color: #AB388B;
}
</style>
border-color css
<style>
span { border-color: #AB388B; }
span { border-color: rgb(171,56,139); }
td.TdClassName
{
border-color: #AB388B;
}
.TagClassName
{
border-color: #AB388B;
}
</style>