Shades of Medium Violet Red #AB1482
Tints of Medium Violet Red #AB1482
RGB
CMYK
RGB Variations
Color information
#AB1482 (or 0xAB1482) is known color: Medium Violet Red. HEX triplet: AB, 14 and 82. RGB value is (171,20,130). Sum of RGB (Red+Green+Blue) = 171+20+130=321 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.27% from 321); Green value is 20 (8.20% from 255 or 6.23% from 321); Blue value is 130 (51.17% from 255 or 40.50% from 321); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1482 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1482 is #54EB7D. Grayscale: #4D4D4D. Windows color (decimal): -5565310 or 8524971. OLE color: 8524971.
HSL color Cylindrical-coordinate representation of color #AB1482: hue angle of 316.29º 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 #AB1482 is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 20 | 130 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.33 |
| HSL | 316.29º | 0.79% | 0.37% | - |
| HSV(B) | 316.29º | 0.88% | 0.67% | - |
| XYZ | 21.07 | 10.77 | 22.09 | - |
| YUV | 77.69 | 157.53 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 20 | 130 | 0 | 0.88 | 0.24 | 0.33 | 316.29 | 0.79 | 0.37 |
| Hex | AB | 14 | 82 | 0 | 58 | 18 | 21 | 13C | 4F | 25 |
| Octal | 253 | 24 | 202 | 0 | 130 | 30 | 41 | 474 | 117 | 45 |
| Binary | 10101011 | 10100 | 10000010 | 0 | 1011000 | 11000 | 100001 | 100111100 | 1001111 | 100101 |
Color Harmonies of #AB1482
Complementary color
Monochromatic Colors of #AB1482
Black with #AB1482
Text Example
Text Example
White with #AB1482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1482; }
p { color: rgb(171,20,130); }
H1.HeaderClassName
{
color: #AB1482;
}
.AnyTagClassName
{
color: #AB1482;
}
</style>
background-color css
<style>
a { background-color: #AB1482; }
a { background-color: rgb(171,20,130); }
div.DivClassName
{
background-color: #AB1482;
}
.BgClassName
{
background-color: #AB1482;
}
</style>
border-color css
<style>
span { border-color: #AB1482; }
span { border-color: rgb(171,20,130); }
td.TdClassName
{
border-color: #AB1482;
}
.TagClassName
{
border-color: #AB1482;
}
</style>