Shades of Medium Violet Red #AB1383
Tints of Medium Violet Red #AB1383
RGB
CMYK
RGB Variations
Color information
#AB1383 (or 0xAB1383) is known color: Medium Violet Red. HEX triplet: AB, 13 and 83. RGB value is (171,19,131). Sum of RGB (Red+Green+Blue) = 171+19+131=321 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.27% from 321); Green value is 19 (7.81% from 255 or 5.92% from 321); Blue value is 131 (51.56% from 255 or 40.81% from 321); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1383 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1383 is #54EC7C. Grayscale: #4C4C4C. Windows color (decimal): -5565565 or 8590251. OLE color: 8590251.
HSL color Cylindrical-coordinate representation of color #AB1383: hue angle of 315.79º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB1383 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 19 | 131 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.33 |
| HSL | 315.79º | 0.8% | 0.37% | - |
| HSV(B) | 315.79º | 0.89% | 0.67% | - |
| XYZ | 21.12 | 10.76 | 22.44 | - |
| YUV | 77.22 | 158.36 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 19 | 131 | 0 | 0.89 | 0.23 | 0.33 | 315.79 | 0.8 | 0.37 |
| Hex | AB | 13 | 83 | 0 | 59 | 17 | 21 | 13C | 50 | 25 |
| Octal | 253 | 23 | 203 | 0 | 131 | 27 | 41 | 474 | 120 | 45 |
| Binary | 10101011 | 10011 | 10000011 | 0 | 1011001 | 10111 | 100001 | 100111100 | 1010000 | 100101 |
Color Harmonies of #AB1383
Complementary color
Monochromatic Colors of #AB1383
Black with #AB1383
Text Example
Text Example
White with #AB1383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1383; }
p { color: rgb(171,19,131); }
H1.HeaderClassName
{
color: #AB1383;
}
.AnyTagClassName
{
color: #AB1383;
}
</style>
background-color css
<style>
a { background-color: #AB1383; }
a { background-color: rgb(171,19,131); }
div.DivClassName
{
background-color: #AB1383;
}
.BgClassName
{
background-color: #AB1383;
}
</style>
border-color css
<style>
span { border-color: #AB1383; }
span { border-color: rgb(171,19,131); }
td.TdClassName
{
border-color: #AB1383;
}
.TagClassName
{
border-color: #AB1383;
}
</style>