Shades of Rouge #AB4163
Tints of Rouge #AB4163
RGB
CMYK
RGB Variations
Color information
#AB4163 (or 0xAB4163) is known color: Rouge. HEX triplet: AB, 41 and 63. RGB value is (171,65,99). Sum of RGB (Red+Green+Blue) = 171+65+99=335 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.04% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 99 (39.06% from 255 or 29.55% from 335); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4163 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4163 is #54BE9C. Grayscale: #646464. Windows color (decimal): -5553821 or 6504875. OLE color: 6504875.
HSL color Cylindrical-coordinate representation of color #AB4163: hue angle of 340.75º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB4163 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 65 | 99 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.33 |
| HSL | 340.75º | 0.45% | 0.46% | - |
| HSV(B) | 340.75º | 0.62% | 0.67% | - |
| XYZ | 20.94 | 13.34 | 13.28 | - |
| YUV | 100.57 | 127.12 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 65 | 99 | 0 | 0.62 | 0.42 | 0.33 | 340.75 | 0.45 | 0.46 |
| Hex | AB | 41 | 63 | 0 | 3E | 2A | 21 | 155 | 2D | 2E |
| Octal | 253 | 101 | 143 | 0 | 76 | 52 | 41 | 525 | 55 | 56 |
| Binary | 10101011 | 1000001 | 1100011 | 0 | 111110 | 101010 | 100001 | 101010101 | 101101 | 101110 |
Color Harmonies of #AB4163
Complementary color
Monochromatic Colors of #AB4163
Black with #AB4163
Text Example
Text Example
White with #AB4163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4163; }
p { color: rgb(171,65,99); }
H1.HeaderClassName
{
color: #AB4163;
}
.AnyTagClassName
{
color: #AB4163;
}
</style>
background-color css
<style>
a { background-color: #AB4163; }
a { background-color: rgb(171,65,99); }
div.DivClassName
{
background-color: #AB4163;
}
.BgClassName
{
background-color: #AB4163;
}
</style>
border-color css
<style>
span { border-color: #AB4163; }
span { border-color: rgb(171,65,99); }
td.TdClassName
{
border-color: #AB4163;
}
.TagClassName
{
border-color: #AB4163;
}
</style>