Shades of Medium Violet Red #AB108F
Tints of Medium Violet Red #AB108F
RGB
CMYK
RGB Variations
Color information
#AB108F (or 0xAB108F) is known color: Medium Violet Red. HEX triplet: AB, 10 and 8F. RGB value is (171,16,143). Sum of RGB (Red+Green+Blue) = 171+16+143=330 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.82% from 330); Green value is 16 (6.64% from 255 or 4.85% from 330); Blue value is 143 (56.25% from 255 or 43.33% from 330); Max value from RGB is 171 - color contains mainly: red. Hex color #AB108F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB108F is #54EF70. Grayscale: #4C4C4C. Windows color (decimal): -5566321 or 9375915. OLE color: 9375915.
HSL color Cylindrical-coordinate representation of color #AB108F: hue angle of 310.84º 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 #AB108F is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 16 | 143 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.33 |
| HSL | 310.84º | 0.83% | 0.37% | - |
| HSV(B) | 310.84º | 0.91% | 0.67% | - |
| XYZ | 21.94 | 11.01 | 26.96 | - |
| YUV | 76.82 | 165.35 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 16 | 143 | 0 | 0.91 | 0.16 | 0.33 | 310.84 | 0.83 | 0.37 |
| Hex | AB | 10 | 8F | 0 | 5B | 10 | 21 | 137 | 53 | 25 |
| Octal | 253 | 20 | 217 | 0 | 133 | 20 | 41 | 467 | 123 | 45 |
| Binary | 10101011 | 10000 | 10001111 | 0 | 1011011 | 10000 | 100001 | 100110111 | 1010011 | 100101 |
Color Harmonies of #AB108F
Complementary color
Monochromatic Colors of #AB108F
Black with #AB108F
Text Example
Text Example
White with #AB108F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB108F; }
p { color: rgb(171,16,143); }
H1.HeaderClassName
{
color: #AB108F;
}
.AnyTagClassName
{
color: #AB108F;
}
</style>
background-color css
<style>
a { background-color: #AB108F; }
a { background-color: rgb(171,16,143); }
div.DivClassName
{
background-color: #AB108F;
}
.BgClassName
{
background-color: #AB108F;
}
</style>
border-color css
<style>
span { border-color: #AB108F; }
span { border-color: rgb(171,16,143); }
td.TdClassName
{
border-color: #AB108F;
}
.TagClassName
{
border-color: #AB108F;
}
</style>