Shades of Medium Violet Red #AB1483
Tints of Medium Violet Red #AB1483
RGB
CMYK
RGB Variations
Color information
#AB1483 (or 0xAB1483) is known color: Medium Violet Red. HEX triplet: AB, 14 and 83. RGB value is (171,20,131). Sum of RGB (Red+Green+Blue) = 171+20+131=322 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.11% from 322); Green value is 20 (8.20% from 255 or 6.21% from 322); Blue value is 131 (51.56% from 255 or 40.68% from 322); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1483 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1483 is #54EB7C. Grayscale: #4D4D4D. Windows color (decimal): -5565309 or 8590507. OLE color: 8590507.
HSL color Cylindrical-coordinate representation of color #AB1483: hue angle of 315.89º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB1483 is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 20 | 131 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.33 |
| HSL | 315.89º | 0.79% | 0.37% | - |
| HSV(B) | 315.89º | 0.88% | 0.67% | - |
| XYZ | 21.14 | 10.8 | 22.44 | - |
| YUV | 77.8 | 158.03 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 20 | 131 | 0 | 0.88 | 0.23 | 0.33 | 315.89 | 0.79 | 0.37 |
| Hex | AB | 14 | 83 | 0 | 58 | 17 | 21 | 13C | 4F | 25 |
| Octal | 253 | 24 | 203 | 0 | 130 | 27 | 41 | 474 | 117 | 45 |
| Binary | 10101011 | 10100 | 10000011 | 0 | 1011000 | 10111 | 100001 | 100111100 | 1001111 | 100101 |
Color Harmonies of #AB1483
Complementary color
Monochromatic Colors of #AB1483
Black with #AB1483
Text Example
Text Example
White with #AB1483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1483; }
p { color: rgb(171,20,131); }
H1.HeaderClassName
{
color: #AB1483;
}
.AnyTagClassName
{
color: #AB1483;
}
</style>
background-color css
<style>
a { background-color: #AB1483; }
a { background-color: rgb(171,20,131); }
div.DivClassName
{
background-color: #AB1483;
}
.BgClassName
{
background-color: #AB1483;
}
</style>
border-color css
<style>
span { border-color: #AB1483; }
span { border-color: rgb(171,20,131); }
td.TdClassName
{
border-color: #AB1483;
}
.TagClassName
{
border-color: #AB1483;
}
</style>