Shades of Rouge #AB346B
Tints of Rouge #AB346B
RGB
CMYK
RGB Variations
Color information
#AB346B (or 0xAB346B) is known color: Rouge. HEX triplet: AB, 34 and 6B. RGB value is (171,52,107). Sum of RGB (Red+Green+Blue) = 171+52+107=330 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.82% from 330); Green value is 52 (20.70% from 255 or 15.76% from 330); Blue value is 107 (42.19% from 255 or 32.42% from 330); Max value from RGB is 171 - color contains mainly: red. Hex color #AB346B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB346B is #54CB94. Grayscale: #5D5D5D. Windows color (decimal): -5557141 or 7025835. OLE color: 7025835.
HSL color Cylindrical-coordinate representation of color #AB346B: hue angle of 332.27º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB346B is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 52 | 107 | - |
| CMYK | 0 | 0.70 | 0.37 | 0.33 |
| HSL | 332.27º | 0.53% | 0.44% | - |
| HSV(B) | 332.27º | 0.7% | 0.67% | - |
| XYZ | 20.68 | 12.18 | 15.17 | - |
| YUV | 93.85 | 135.42 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 52 | 107 | 0 | 0.70 | 0.37 | 0.33 | 332.27 | 0.53 | 0.44 |
| Hex | AB | 34 | 6B | 0 | 46 | 25 | 21 | 14C | 35 | 2C |
| Octal | 253 | 64 | 153 | 0 | 106 | 45 | 41 | 514 | 65 | 54 |
| Binary | 10101011 | 110100 | 1101011 | 0 | 1000110 | 100101 | 100001 | 101001100 | 110101 | 101100 |
Color Harmonies of #AB346B
Complementary color
Monochromatic Colors of #AB346B
Black with #AB346B
Text Example
Text Example
White with #AB346B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB346B; }
p { color: rgb(171,52,107); }
H1.HeaderClassName
{
color: #AB346B;
}
.AnyTagClassName
{
color: #AB346B;
}
</style>
background-color css
<style>
a { background-color: #AB346B; }
a { background-color: rgb(171,52,107); }
div.DivClassName
{
background-color: #AB346B;
}
.BgClassName
{
background-color: #AB346B;
}
</style>
border-color css
<style>
span { border-color: #AB346B; }
span { border-color: rgb(171,52,107); }
td.TdClassName
{
border-color: #AB346B;
}
.TagClassName
{
border-color: #AB346B;
}
</style>