Shades of Rouge #AB4170
Tints of Rouge #AB4170
RGB
CMYK
RGB Variations
Color information
#AB4170 (or 0xAB4170) is known color: Rouge. HEX triplet: AB, 41 and 70. RGB value is (171,65,112). Sum of RGB (Red+Green+Blue) = 171+65+112=348 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.14% from 348); Green value is 65 (25.78% from 255 or 18.68% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4170 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4170 is #54BE8F. Grayscale: #656565. Windows color (decimal): -5553808 or 7356843. OLE color: 7356843.
HSL color Cylindrical-coordinate representation of color #AB4170: hue angle of 333.4º 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 #AB4170 is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 65 | 112 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.33 |
| HSL | 333.4º | 0.45% | 0.46% | - |
| HSV(B) | 333.4º | 0.62% | 0.67% | - |
| XYZ | 21.61 | 13.61 | 16.82 | - |
| YUV | 102.05 | 133.62 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 65 | 112 | 0 | 0.62 | 0.35 | 0.33 | 333.4 | 0.45 | 0.46 |
| Hex | AB | 41 | 70 | 0 | 3E | 23 | 21 | 14D | 2D | 2E |
| Octal | 253 | 101 | 160 | 0 | 76 | 43 | 41 | 515 | 55 | 56 |
| Binary | 10101011 | 1000001 | 1110000 | 0 | 111110 | 100011 | 100001 | 101001101 | 101101 | 101110 |
Color Harmonies of #AB4170
Complementary color
Monochromatic Colors of #AB4170
Black with #AB4170
Text Example
Text Example
White with #AB4170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4170; }
p { color: rgb(171,65,112); }
H1.HeaderClassName
{
color: #AB4170;
}
.AnyTagClassName
{
color: #AB4170;
}
</style>
background-color css
<style>
a { background-color: #AB4170; }
a { background-color: rgb(171,65,112); }
div.DivClassName
{
background-color: #AB4170;
}
.BgClassName
{
background-color: #AB4170;
}
</style>
border-color css
<style>
span { border-color: #AB4170; }
span { border-color: rgb(171,65,112); }
td.TdClassName
{
border-color: #AB4170;
}
.TagClassName
{
border-color: #AB4170;
}
</style>