Shades of Medium Red Violet #AB2873
Tints of Medium Red Violet #AB2873
RGB
CMYK
RGB Variations
Color information
#AB2873 (or 0xAB2873) is known color: Medium Red Violet. HEX triplet: AB, 28 and 73. RGB value is (171,40,115). Sum of RGB (Red+Green+Blue) = 171+40+115=326 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.45% from 326); Green value is 40 (16.02% from 255 or 12.27% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2873 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2873 is #54D78C. Grayscale: #575757. Windows color (decimal): -5560205 or 7547051. OLE color: 7547051.
HSL color Cylindrical-coordinate representation of color #AB2873: hue angle of 325.65º 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 #AB2873 is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 40 | 115 | - |
| CMYK | 0 | 0.77 | 0.33 | 0.33 |
| HSL | 325.65º | 0.62% | 0.41% | - |
| HSV(B) | 325.65º | 0.77% | 0.67% | - |
| XYZ | 20.65 | 11.41 | 17.33 | - |
| YUV | 87.72 | 143.4 | 187.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 40 | 115 | 0 | 0.77 | 0.33 | 0.33 | 325.65 | 0.62 | 0.41 |
| Hex | AB | 28 | 73 | 0 | 4D | 21 | 21 | 146 | 3E | 29 |
| Octal | 253 | 50 | 163 | 0 | 115 | 41 | 41 | 506 | 76 | 51 |
| Binary | 10101011 | 101000 | 1110011 | 0 | 1001101 | 100001 | 100001 | 101000110 | 111110 | 101001 |
Color Harmonies of #AB2873
Complementary color
Monochromatic Colors of #AB2873
Black with #AB2873
Text Example
Text Example
White with #AB2873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2873; }
p { color: rgb(171,40,115); }
H1.HeaderClassName
{
color: #AB2873;
}
.AnyTagClassName
{
color: #AB2873;
}
</style>
background-color css
<style>
a { background-color: #AB2873; }
a { background-color: rgb(171,40,115); }
div.DivClassName
{
background-color: #AB2873;
}
.BgClassName
{
background-color: #AB2873;
}
</style>
border-color css
<style>
span { border-color: #AB2873; }
span { border-color: rgb(171,40,115); }
td.TdClassName
{
border-color: #AB2873;
}
.TagClassName
{
border-color: #AB2873;
}
</style>