Shades of Medium Red Violet #AB2893
Tints of Medium Red Violet #AB2893
RGB
CMYK
RGB Variations
Color information
#AB2893 (or 0xAB2893) is known color: Medium Red Violet. HEX triplet: AB, 28 and 93. RGB value is (171,40,147). Sum of RGB (Red+Green+Blue) = 171+40+147=358 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.77% from 358); Green value is 40 (16.02% from 255 or 11.17% from 358); Blue value is 147 (57.81% from 255 or 41.06% from 358); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2893 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2893 is #54D76C. Grayscale: #5B5B5B. Windows color (decimal): -5560173 or 9644203. OLE color: 9644203.
HSL color Cylindrical-coordinate representation of color #AB2893: hue angle of 310.99º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB2893 is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 40 | 147 | - |
| CMYK | 0 | 0.77 | 0.14 | 0.33 |
| HSL | 310.99º | 0.62% | 0.41% | - |
| HSV(B) | 310.99º | 0.77% | 0.67% | - |
| XYZ | 22.82 | 12.28 | 28.77 | - |
| YUV | 91.37 | 159.4 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 40 | 147 | 0 | 0.77 | 0.14 | 0.33 | 310.99 | 0.62 | 0.41 |
| Hex | AB | 28 | 93 | 0 | 4D | E | 21 | 137 | 3E | 29 |
| Octal | 253 | 50 | 223 | 0 | 115 | 16 | 41 | 467 | 76 | 51 |
| Binary | 10101011 | 101000 | 10010011 | 0 | 1001101 | 1110 | 100001 | 100110111 | 111110 | 101001 |
Color Harmonies of #AB2893
Complementary color
Monochromatic Colors of #AB2893
Black with #AB2893
Text Example
Text Example
White with #AB2893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2893; }
p { color: rgb(171,40,147); }
H1.HeaderClassName
{
color: #AB2893;
}
.AnyTagClassName
{
color: #AB2893;
}
</style>
background-color css
<style>
a { background-color: #AB2893; }
a { background-color: rgb(171,40,147); }
div.DivClassName
{
background-color: #AB2893;
}
.BgClassName
{
background-color: #AB2893;
}
</style>
border-color css
<style>
span { border-color: #AB2893; }
span { border-color: rgb(171,40,147); }
td.TdClassName
{
border-color: #AB2893;
}
.TagClassName
{
border-color: #AB2893;
}
</style>