Shades of Medium Red Violet #AB2672
Tints of Medium Red Violet #AB2672
RGB
CMYK
RGB Variations
Color information
#AB2672 (or 0xAB2672) is known color: Medium Red Violet. HEX triplet: AB, 26 and 72. RGB value is (171,38,114). Sum of RGB (Red+Green+Blue) = 171+38+114=323 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.94% from 323); Green value is 38 (15.23% from 255 or 11.76% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2672 is #54D98D. Grayscale: #565656. Windows color (decimal): -5560718 or 7481003. OLE color: 7481003.
HSL color Cylindrical-coordinate representation of color #AB2672: hue angle of 325.71º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB2672 is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 38 | 114 | - |
| CMYK | 0 | 0.78 | 0.33 | 0.33 |
| HSL | 325.71º | 0.64% | 0.41% | - |
| HSV(B) | 325.71º | 0.78% | 0.67% | - |
| XYZ | 20.52 | 11.26 | 17.01 | - |
| YUV | 86.43 | 143.56 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 38 | 114 | 0 | 0.78 | 0.33 | 0.33 | 325.71 | 0.64 | 0.41 |
| Hex | AB | 26 | 72 | 0 | 4E | 21 | 21 | 146 | 40 | 29 |
| Octal | 253 | 46 | 162 | 0 | 116 | 41 | 41 | 506 | 100 | 51 |
| Binary | 10101011 | 100110 | 1110010 | 0 | 1001110 | 100001 | 100001 | 101000110 | 1000000 | 101001 |
Color Harmonies of #AB2672
Complementary color
Monochromatic Colors of #AB2672
Black with #AB2672
Text Example
Text Example
White with #AB2672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2672; }
p { color: rgb(171,38,114); }
H1.HeaderClassName
{
color: #AB2672;
}
.AnyTagClassName
{
color: #AB2672;
}
</style>
background-color css
<style>
a { background-color: #AB2672; }
a { background-color: rgb(171,38,114); }
div.DivClassName
{
background-color: #AB2672;
}
.BgClassName
{
background-color: #AB2672;
}
</style>
border-color css
<style>
span { border-color: #AB2672; }
span { border-color: rgb(171,38,114); }
td.TdClassName
{
border-color: #AB2672;
}
.TagClassName
{
border-color: #AB2672;
}
</style>