Shades of Medium Violet Red #AB1080
Tints of Medium Violet Red #AB1080
RGB
CMYK
RGB Variations
Color information
#AB1080 (or 0xAB1080) is known color: Medium Violet Red. HEX triplet: AB, 10 and 80. RGB value is (171,16,128). Sum of RGB (Red+Green+Blue) = 171+16+128=315 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.29% from 315); Green value is 16 (6.64% from 255 or 5.08% from 315); Blue value is 128 (50.39% from 255 or 40.63% from 315); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1080 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1080 is #54EF7F. Grayscale: #4A4A4A. Windows color (decimal): -5566336 or 8392875. OLE color: 8392875.
HSL color Cylindrical-coordinate representation of color #AB1080: hue angle of 316.65º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB1080 is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 16 | 128 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.33 |
| HSL | 316.65º | 0.83% | 0.37% | - |
| HSV(B) | 316.65º | 0.91% | 0.67% | - |
| XYZ | 20.88 | 10.59 | 21.37 | - |
| YUV | 75.11 | 157.85 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 16 | 128 | 0 | 0.91 | 0.25 | 0.33 | 316.65 | 0.83 | 0.37 |
| Hex | AB | 10 | 80 | 0 | 5B | 19 | 21 | 13D | 53 | 25 |
| Octal | 253 | 20 | 200 | 0 | 133 | 31 | 41 | 475 | 123 | 45 |
| Binary | 10101011 | 10000 | 10000000 | 0 | 1011011 | 11001 | 100001 | 100111101 | 1010011 | 100101 |
Color Harmonies of #AB1080
Complementary color
Monochromatic Colors of #AB1080
Black with #AB1080
Text Example
Text Example
White with #AB1080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1080; }
p { color: rgb(171,16,128); }
H1.HeaderClassName
{
color: #AB1080;
}
.AnyTagClassName
{
color: #AB1080;
}
</style>
background-color css
<style>
a { background-color: #AB1080; }
a { background-color: rgb(171,16,128); }
div.DivClassName
{
background-color: #AB1080;
}
.BgClassName
{
background-color: #AB1080;
}
</style>
border-color css
<style>
span { border-color: #AB1080; }
span { border-color: rgb(171,16,128); }
td.TdClassName
{
border-color: #AB1080;
}
.TagClassName
{
border-color: #AB1080;
}
</style>