Shades of Rouge #AB3B73
Tints of Rouge #AB3B73
RGB
CMYK
RGB Variations
Color information
#AB3B73 (or 0xAB3B73) is known color: Rouge. HEX triplet: AB, 3B and 73. RGB value is (171,59,115). Sum of RGB (Red+Green+Blue) = 171+59+115=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 59 (23.44% from 255 or 17.10% from 345); Blue value is 115 (45.31% from 255 or 33.33% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3B73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3B73 is #54C48C. Grayscale: #626262. Windows color (decimal): -5555341 or 7551915. OLE color: 7551915.
HSL color Cylindrical-coordinate representation of color #AB3B73: hue angle of 330º degrees, saturation: 0.49, 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 #AB3B73 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 59 | 115 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.33 |
| HSL | 330º | 0.49% | 0.45% | - |
| HSV(B) | 330º | 0.65% | 0.67% | - |
| XYZ | 21.45 | 13.02 | 17.6 | - |
| YUV | 98.87 | 137.11 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 59 | 115 | 0 | 0.65 | 0.33 | 0.33 | 330 | 0.49 | 0.45 |
| Hex | AB | 3B | 73 | 0 | 41 | 21 | 21 | 14A | 31 | 2D |
| Octal | 253 | 73 | 163 | 0 | 101 | 41 | 41 | 512 | 61 | 55 |
| Binary | 10101011 | 111011 | 1110011 | 0 | 1000001 | 100001 | 100001 | 101001010 | 110001 | 101101 |
Color Harmonies of #AB3B73
Complementary color
Monochromatic Colors of #AB3B73
Black with #AB3B73
Text Example
Text Example
White with #AB3B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3B73; }
p { color: rgb(171,59,115); }
H1.HeaderClassName
{
color: #AB3B73;
}
.AnyTagClassName
{
color: #AB3B73;
}
</style>
background-color css
<style>
a { background-color: #AB3B73; }
a { background-color: rgb(171,59,115); }
div.DivClassName
{
background-color: #AB3B73;
}
.BgClassName
{
background-color: #AB3B73;
}
</style>
border-color css
<style>
span { border-color: #AB3B73; }
span { border-color: rgb(171,59,115); }
td.TdClassName
{
border-color: #AB3B73;
}
.TagClassName
{
border-color: #AB3B73;
}
</style>