Shades of Medium Red Violet #AB387F
Tints of Medium Red Violet #AB387F
RGB
CMYK
RGB Variations
Color information
#AB387F (or 0xAB387F) is known color: Medium Red Violet. HEX triplet: AB, 38 and 7F. RGB value is (171,56,127). Sum of RGB (Red+Green+Blue) = 171+56+127=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 56 (22.27% from 255 or 15.82% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 171 - color contains mainly: red. Hex color #AB387F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB387F is #54C780. Grayscale: #626262. Windows color (decimal): -5556097 or 8337579. OLE color: 8337579.
HSL color Cylindrical-coordinate representation of color #AB387F: hue angle of 322.96º 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 #AB387F is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 56 | 127 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.33 |
| HSL | 322.96º | 0.51% | 0.45% | - |
| HSV(B) | 322.96º | 0.67% | 0.67% | - |
| XYZ | 22.04 | 13.02 | 21.43 | - |
| YUV | 98.48 | 144.1 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 56 | 127 | 0 | 0.67 | 0.26 | 0.33 | 322.96 | 0.51 | 0.45 |
| Hex | AB | 38 | 7F | 0 | 43 | 1A | 21 | 143 | 33 | 2D |
| Octal | 253 | 70 | 177 | 0 | 103 | 32 | 41 | 503 | 63 | 55 |
| Binary | 10101011 | 111000 | 1111111 | 0 | 1000011 | 11010 | 100001 | 101000011 | 110011 | 101101 |
Color Harmonies of #AB387F
Complementary color
Monochromatic Colors of #AB387F
Black with #AB387F
Text Example
Text Example
White with #AB387F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB387F; }
p { color: rgb(171,56,127); }
H1.HeaderClassName
{
color: #AB387F;
}
.AnyTagClassName
{
color: #AB387F;
}
</style>
background-color css
<style>
a { background-color: #AB387F; }
a { background-color: rgb(171,56,127); }
div.DivClassName
{
background-color: #AB387F;
}
.BgClassName
{
background-color: #AB387F;
}
</style>
border-color css
<style>
span { border-color: #AB387F; }
span { border-color: rgb(171,56,127); }
td.TdClassName
{
border-color: #AB387F;
}
.TagClassName
{
border-color: #AB387F;
}
</style>