Shades of Medium Violet Red #AB108A
Tints of Medium Violet Red #AB108A
RGB
CMYK
RGB Variations
Color information
#AB108A (or 0xAB108A) is known color: Medium Violet Red. HEX triplet: AB, 10 and 8A. RGB value is (171,16,138). Sum of RGB (Red+Green+Blue) = 171+16+138=325 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.62% from 325); Green value is 16 (6.64% from 255 or 4.92% from 325); Blue value is 138 (54.30% from 255 or 42.46% from 325); Max value from RGB is 171 - color contains mainly: red. Hex color #AB108A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB108A is #54EF75. Grayscale: #4B4B4B. Windows color (decimal): -5566326 or 9048235. OLE color: 9048235.
HSL color Cylindrical-coordinate representation of color #AB108A: hue angle of 312.77º 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 #AB108A is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 16 | 138 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.33 |
| HSL | 312.77º | 0.83% | 0.37% | - |
| HSV(B) | 312.77º | 0.91% | 0.67% | - |
| XYZ | 21.57 | 10.86 | 25 | - |
| YUV | 76.25 | 162.85 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 16 | 138 | 0 | 0.91 | 0.19 | 0.33 | 312.77 | 0.83 | 0.37 |
| Hex | AB | 10 | 8A | 0 | 5B | 13 | 21 | 139 | 53 | 25 |
| Octal | 253 | 20 | 212 | 0 | 133 | 23 | 41 | 471 | 123 | 45 |
| Binary | 10101011 | 10000 | 10001010 | 0 | 1011011 | 10011 | 100001 | 100111001 | 1010011 | 100101 |
Color Harmonies of #AB108A
Complementary color
Monochromatic Colors of #AB108A
Black with #AB108A
Text Example
Text Example
White with #AB108A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB108A; }
p { color: rgb(171,16,138); }
H1.HeaderClassName
{
color: #AB108A;
}
.AnyTagClassName
{
color: #AB108A;
}
</style>
background-color css
<style>
a { background-color: #AB108A; }
a { background-color: rgb(171,16,138); }
div.DivClassName
{
background-color: #AB108A;
}
.BgClassName
{
background-color: #AB108A;
}
</style>
border-color css
<style>
span { border-color: #AB108A; }
span { border-color: rgb(171,16,138); }
td.TdClassName
{
border-color: #AB108A;
}
.TagClassName
{
border-color: #AB108A;
}
</style>