Shades of Medium Red Violet #AB298F
Tints of Medium Red Violet #AB298F
RGB
CMYK
RGB Variations
Color information
#AB298F (or 0xAB298F) is known color: Medium Red Violet. HEX triplet: AB, 29 and 8F. RGB value is (171,41,143). Sum of RGB (Red+Green+Blue) = 171+41+143=355 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.17% from 355); Green value is 41 (16.41% from 255 or 11.55% from 355); Blue value is 143 (56.25% from 255 or 40.28% from 355); Max value from RGB is 171 - color contains mainly: red. Hex color #AB298F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB298F is #54D670. Grayscale: #5B5B5B. Windows color (decimal): -5559921 or 9382315. OLE color: 9382315.
HSL color Cylindrical-coordinate representation of color #AB298F: hue angle of 312.92º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB298F is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 41 | 143 | - |
| CMYK | 0 | 0.76 | 0.16 | 0.33 |
| HSL | 312.92º | 0.61% | 0.42% | - |
| HSV(B) | 312.92º | 0.76% | 0.67% | - |
| XYZ | 22.55 | 12.23 | 27.16 | - |
| YUV | 91.5 | 157.07 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 41 | 143 | 0 | 0.76 | 0.16 | 0.33 | 312.92 | 0.61 | 0.42 |
| Hex | AB | 29 | 8F | 0 | 4C | 10 | 21 | 139 | 3D | 2A |
| Octal | 253 | 51 | 217 | 0 | 114 | 20 | 41 | 471 | 75 | 52 |
| Binary | 10101011 | 101001 | 10001111 | 0 | 1001100 | 10000 | 100001 | 100111001 | 111101 | 101010 |
Color Harmonies of #AB298F
Complementary color
Monochromatic Colors of #AB298F
Black with #AB298F
Text Example
Text Example
White with #AB298F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB298F; }
p { color: rgb(171,41,143); }
H1.HeaderClassName
{
color: #AB298F;
}
.AnyTagClassName
{
color: #AB298F;
}
</style>
background-color css
<style>
a { background-color: #AB298F; }
a { background-color: rgb(171,41,143); }
div.DivClassName
{
background-color: #AB298F;
}
.BgClassName
{
background-color: #AB298F;
}
</style>
border-color css
<style>
span { border-color: #AB298F; }
span { border-color: rgb(171,41,143); }
td.TdClassName
{
border-color: #AB298F;
}
.TagClassName
{
border-color: #AB298F;
}
</style>