Shades of Old Rose #AB294E
Tints of Old Rose #AB294E
RGB
CMYK
RGB Variations
Color information
#AB294E (or 0xAB294E) is known color: Old Rose. HEX triplet: AB, 29 and 4E. RGB value is (171,41,78). Sum of RGB (Red+Green+Blue) = 171+41+78=290 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.97% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 78 (30.86% from 255 or 26.90% from 290); Max value from RGB is 171 - color contains mainly: red. Hex color #AB294E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB294E is #54D6B1. Grayscale: #545454. Windows color (decimal): -5559986 or 5122475. OLE color: 5122475.
HSL color Cylindrical-coordinate representation of color #AB294E: hue angle of 342.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 #AB294E is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 41 | 78 | - |
| CMYK | 0 | 0.76 | 0.54 | 0.33 |
| HSL | 342.92º | 0.61% | 0.42% | - |
| HSV(B) | 342.92º | 0.76% | 0.67% | - |
| XYZ | 18.96 | 10.79 | 8.29 | - |
| YUV | 84.09 | 124.57 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 41 | 78 | 0 | 0.76 | 0.54 | 0.33 | 342.92 | 0.61 | 0.42 |
| Hex | AB | 29 | 4E | 0 | 4C | 36 | 21 | 157 | 3D | 2A |
| Octal | 253 | 51 | 116 | 0 | 114 | 66 | 41 | 527 | 75 | 52 |
| Binary | 10101011 | 101001 | 1001110 | 0 | 1001100 | 110110 | 100001 | 101010111 | 111101 | 101010 |
Color Harmonies of #AB294E
Complementary color
Monochromatic Colors of #AB294E
Black with #AB294E
Text Example
Text Example
White with #AB294E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB294E; }
p { color: rgb(171,41,78); }
H1.HeaderClassName
{
color: #AB294E;
}
.AnyTagClassName
{
color: #AB294E;
}
</style>
background-color css
<style>
a { background-color: #AB294E; }
a { background-color: rgb(171,41,78); }
div.DivClassName
{
background-color: #AB294E;
}
.BgClassName
{
background-color: #AB294E;
}
</style>
border-color css
<style>
span { border-color: #AB294E; }
span { border-color: rgb(171,41,78); }
td.TdClassName
{
border-color: #AB294E;
}
.TagClassName
{
border-color: #AB294E;
}
</style>