Shades of Rouge #AB3C73
Tints of Rouge #AB3C73
RGB
CMYK
RGB Variations
Color information
#AB3C73 (or 0xAB3C73) is known color: Rouge. HEX triplet: AB, 3C and 73. RGB value is (171,60,115). Sum of RGB (Red+Green+Blue) = 171+60+115=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 60 (23.83% from 255 or 17.34% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3C73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3C73 is #54C38C. Grayscale: #636363. Windows color (decimal): -5555085 or 7552171. OLE color: 7552171.
HSL color Cylindrical-coordinate representation of color #AB3C73: hue angle of 330.27º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB3C73 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 60 | 115 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.33 |
| HSL | 330.27º | 0.48% | 0.45% | - |
| HSV(B) | 330.27º | 0.65% | 0.67% | - |
| XYZ | 21.5 | 13.13 | 17.62 | - |
| YUV | 99.46 | 136.77 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 60 | 115 | 0 | 0.65 | 0.33 | 0.33 | 330.27 | 0.48 | 0.45 |
| Hex | AB | 3C | 73 | 0 | 41 | 21 | 21 | 14A | 30 | 2D |
| Octal | 253 | 74 | 163 | 0 | 101 | 41 | 41 | 512 | 60 | 55 |
| Binary | 10101011 | 111100 | 1110011 | 0 | 1000001 | 100001 | 100001 | 101001010 | 110000 | 101101 |
Color Harmonies of #AB3C73
Complementary color
Monochromatic Colors of #AB3C73
Black with #AB3C73
Text Example
Text Example
White with #AB3C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3C73; }
p { color: rgb(171,60,115); }
H1.HeaderClassName
{
color: #AB3C73;
}
.AnyTagClassName
{
color: #AB3C73;
}
</style>
background-color css
<style>
a { background-color: #AB3C73; }
a { background-color: rgb(171,60,115); }
div.DivClassName
{
background-color: #AB3C73;
}
.BgClassName
{
background-color: #AB3C73;
}
</style>
border-color css
<style>
span { border-color: #AB3C73; }
span { border-color: rgb(171,60,115); }
td.TdClassName
{
border-color: #AB3C73;
}
.TagClassName
{
border-color: #AB3C73;
}
</style>