Shades of Medium Red Violet #AB488B
Tints of Medium Red Violet #AB488B
RGB
CMYK
RGB Variations
Color information
#AB488B (or 0xAB488B) is known color: Medium Red Violet. HEX triplet: AB, 48 and 8B. RGB value is (171,72,139). Sum of RGB (Red+Green+Blue) = 171+72+139=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 72 (28.52% from 255 or 18.85% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 171 - color contains mainly: red. Hex color #AB488B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB488B is #54B774. Grayscale: #6D6D6D. Windows color (decimal): -5551989 or 9128107. OLE color: 9128107.
HSL color Cylindrical-coordinate representation of color #AB488B: hue angle of 319.39º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB488B is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 72 | 139 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.33 |
| HSL | 319.39º | 0.41% | 0.48% | - |
| HSV(B) | 319.39º | 0.58% | 0.67% | - |
| XYZ | 23.77 | 15.16 | 26.1 | - |
| YUV | 109.24 | 144.8 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 72 | 139 | 0 | 0.58 | 0.19 | 0.33 | 319.39 | 0.41 | 0.48 |
| Hex | AB | 48 | 8B | 0 | 3A | 13 | 21 | 13F | 29 | 30 |
| Octal | 253 | 110 | 213 | 0 | 72 | 23 | 41 | 477 | 51 | 60 |
| Binary | 10101011 | 1001000 | 10001011 | 0 | 111010 | 10011 | 100001 | 100111111 | 101001 | 110000 |
Color Harmonies of #AB488B
Complementary color
Monochromatic Colors of #AB488B
Black with #AB488B
Text Example
Text Example
White with #AB488B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB488B; }
p { color: rgb(171,72,139); }
H1.HeaderClassName
{
color: #AB488B;
}
.AnyTagClassName
{
color: #AB488B;
}
</style>
background-color css
<style>
a { background-color: #AB488B; }
a { background-color: rgb(171,72,139); }
div.DivClassName
{
background-color: #AB488B;
}
.BgClassName
{
background-color: #AB488B;
}
</style>
border-color css
<style>
span { border-color: #AB488B; }
span { border-color: rgb(171,72,139); }
td.TdClassName
{
border-color: #AB488B;
}
.TagClassName
{
border-color: #AB488B;
}
</style>