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