Shades of Medium Red Violet #AB389B
Tints of Medium Red Violet #AB389B
RGB
CMYK
RGB Variations
Color information
#AB389B (or 0xAB389B) is known color: Medium Red Violet. HEX triplet: AB, 38 and 9B. RGB value is (171,56,155). Sum of RGB (Red+Green+Blue) = 171+56+155=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 56 (22.27% from 255 or 14.66% from 382); Blue value is 155 (60.94% from 255 or 40.58% from 382); Max value from RGB is 171 - color contains mainly: red. Hex color #AB389B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB389B is #54C764. Grayscale: #656565. Windows color (decimal): -5556069 or 10172587. OLE color: 10172587.
HSL color Cylindrical-coordinate representation of color #AB389B: hue angle of 308.35º 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 #AB389B is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 56 | 155 | - |
| CMYK | 0 | 0.67 | 0.09 | 0.33 |
| HSL | 308.35º | 0.51% | 0.45% | - |
| HSV(B) | 308.35º | 0.67% | 0.67% | - |
| XYZ | 24.13 | 13.85 | 32.41 | - |
| YUV | 101.67 | 158.1 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 56 | 155 | 0 | 0.67 | 0.09 | 0.33 | 308.35 | 0.51 | 0.45 |
| Hex | AB | 38 | 9B | 0 | 43 | 9 | 21 | 134 | 33 | 2D |
| Octal | 253 | 70 | 233 | 0 | 103 | 11 | 41 | 464 | 63 | 55 |
| Binary | 10101011 | 111000 | 10011011 | 0 | 1000011 | 1001 | 100001 | 100110100 | 110011 | 101101 |
Color Harmonies of #AB389B
Complementary color
Monochromatic Colors of #AB389B
Black with #AB389B
Text Example
Text Example
White with #AB389B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB389B; }
p { color: rgb(171,56,155); }
H1.HeaderClassName
{
color: #AB389B;
}
.AnyTagClassName
{
color: #AB389B;
}
</style>
background-color css
<style>
a { background-color: #AB389B; }
a { background-color: rgb(171,56,155); }
div.DivClassName
{
background-color: #AB389B;
}
.BgClassName
{
background-color: #AB389B;
}
</style>
border-color css
<style>
span { border-color: #AB389B; }
span { border-color: rgb(171,56,155); }
td.TdClassName
{
border-color: #AB389B;
}
.TagClassName
{
border-color: #AB389B;
}
</style>