Shades of Medium Red Violet #AB2B90
Tints of Medium Red Violet #AB2B90
RGB
CMYK
RGB Variations
Color information
#AB2B90 (or 0xAB2B90) is known color: Medium Red Violet. HEX triplet: AB, 2B and 90. RGB value is (171,43,144). Sum of RGB (Red+Green+Blue) = 171+43+144=358 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.77% from 358); Green value is 43 (17.19% from 255 or 12.01% from 358); Blue value is 144 (56.64% from 255 or 40.22% from 358); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2B90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2B90 is #54D46F. Grayscale: #5C5C5C. Windows color (decimal): -5559408 or 9448363. OLE color: 9448363.
HSL color Cylindrical-coordinate representation of color #AB2B90: hue angle of 312.66º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB2B90 is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 43 | 144 | - |
| CMYK | 0 | 0.75 | 0.16 | 0.33 |
| HSL | 312.66º | 0.6% | 0.42% | - |
| HSV(B) | 312.66º | 0.75% | 0.67% | - |
| XYZ | 22.69 | 12.4 | 27.58 | - |
| YUV | 92.79 | 156.91 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 43 | 144 | 0 | 0.75 | 0.16 | 0.33 | 312.66 | 0.6 | 0.42 |
| Hex | AB | 2B | 90 | 0 | 4B | 10 | 21 | 139 | 3C | 2A |
| Octal | 253 | 53 | 220 | 0 | 113 | 20 | 41 | 471 | 74 | 52 |
| Binary | 10101011 | 101011 | 10010000 | 0 | 1001011 | 10000 | 100001 | 100111001 | 111100 | 101010 |
Color Harmonies of #AB2B90
Complementary color
Monochromatic Colors of #AB2B90
Black with #AB2B90
Text Example
Text Example
White with #AB2B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2B90; }
p { color: rgb(171,43,144); }
H1.HeaderClassName
{
color: #AB2B90;
}
.AnyTagClassName
{
color: #AB2B90;
}
</style>
background-color css
<style>
a { background-color: #AB2B90; }
a { background-color: rgb(171,43,144); }
div.DivClassName
{
background-color: #AB2B90;
}
.BgClassName
{
background-color: #AB2B90;
}
</style>
border-color css
<style>
span { border-color: #AB2B90; }
span { border-color: rgb(171,43,144); }
td.TdClassName
{
border-color: #AB2B90;
}
.TagClassName
{
border-color: #AB2B90;
}
</style>