Shades of Medium Red Violet #AB488C
Tints of Medium Red Violet #AB488C
RGB
CMYK
RGB Variations
Color information
#AB488C (or 0xAB488C) is known color: Medium Red Violet. HEX triplet: AB, 48 and 8C. RGB value is (171,72,140). Sum of RGB (Red+Green+Blue) = 171+72+140=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 72 (28.52% from 255 or 18.80% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 171 - color contains mainly: red. Hex color #AB488C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB488C is #54B773. Grayscale: #6D6D6D. Windows color (decimal): -5551988 or 9193643. OLE color: 9193643.
HSL color Cylindrical-coordinate representation of color #AB488C: hue angle of 318.79º 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 #AB488C is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 72 | 140 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.33 |
| HSL | 318.79º | 0.41% | 0.48% | - |
| HSV(B) | 318.79º | 0.58% | 0.67% | - |
| XYZ | 23.85 | 15.19 | 26.49 | - |
| YUV | 109.35 | 145.3 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 72 | 140 | 0 | 0.58 | 0.18 | 0.33 | 318.79 | 0.41 | 0.48 |
| Hex | AB | 48 | 8C | 0 | 3A | 12 | 21 | 13F | 29 | 30 |
| Octal | 253 | 110 | 214 | 0 | 72 | 22 | 41 | 477 | 51 | 60 |
| Binary | 10101011 | 1001000 | 10001100 | 0 | 111010 | 10010 | 100001 | 100111111 | 101001 | 110000 |
Color Harmonies of #AB488C
Complementary color
Monochromatic Colors of #AB488C
Black with #AB488C
Text Example
Text Example
White with #AB488C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB488C; }
p { color: rgb(171,72,140); }
H1.HeaderClassName
{
color: #AB488C;
}
.AnyTagClassName
{
color: #AB488C;
}
</style>
background-color css
<style>
a { background-color: #AB488C; }
a { background-color: rgb(171,72,140); }
div.DivClassName
{
background-color: #AB488C;
}
.BgClassName
{
background-color: #AB488C;
}
</style>
border-color css
<style>
span { border-color: #AB488C; }
span { border-color: rgb(171,72,140); }
td.TdClassName
{
border-color: #AB488C;
}
.TagClassName
{
border-color: #AB488C;
}
</style>