Shades of Medium Violet Red #AB108D
Tints of Medium Violet Red #AB108D
RGB
CMYK
RGB Variations
Color information
#AB108D (or 0xAB108D) is known color: Medium Violet Red. HEX triplet: AB, 10 and 8D. RGB value is (171,16,141). Sum of RGB (Red+Green+Blue) = 171+16+141=328 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.13% from 328); Green value is 16 (6.64% from 255 or 4.88% from 328); Blue value is 141 (55.47% from 255 or 42.99% from 328); Max value from RGB is 171 - color contains mainly: red. Hex color #AB108D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB108D is #54EF72. Grayscale: #4C4C4C. Windows color (decimal): -5566323 or 9244843. OLE color: 9244843.
HSL color Cylindrical-coordinate representation of color #AB108D: hue angle of 311.61º 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 #AB108D is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 16 | 141 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.33 |
| HSL | 311.61º | 0.83% | 0.37% | - |
| HSV(B) | 311.61º | 0.91% | 0.67% | - |
| XYZ | 21.79 | 10.95 | 26.16 | - |
| YUV | 76.6 | 164.35 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 16 | 141 | 0 | 0.91 | 0.18 | 0.33 | 311.61 | 0.83 | 0.37 |
| Hex | AB | 10 | 8D | 0 | 5B | 12 | 21 | 138 | 53 | 25 |
| Octal | 253 | 20 | 215 | 0 | 133 | 22 | 41 | 470 | 123 | 45 |
| Binary | 10101011 | 10000 | 10001101 | 0 | 1011011 | 10010 | 100001 | 100111000 | 1010011 | 100101 |
Color Harmonies of #AB108D
Complementary color
Monochromatic Colors of #AB108D
Black with #AB108D
Text Example
Text Example
White with #AB108D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB108D; }
p { color: rgb(171,16,141); }
H1.HeaderClassName
{
color: #AB108D;
}
.AnyTagClassName
{
color: #AB108D;
}
</style>
background-color css
<style>
a { background-color: #AB108D; }
a { background-color: rgb(171,16,141); }
div.DivClassName
{
background-color: #AB108D;
}
.BgClassName
{
background-color: #AB108D;
}
</style>
border-color css
<style>
span { border-color: #AB108D; }
span { border-color: rgb(171,16,141); }
td.TdClassName
{
border-color: #AB108D;
}
.TagClassName
{
border-color: #AB108D;
}
</style>