Shades of Rouge #AB416F
Tints of Rouge #AB416F
RGB
CMYK
RGB Variations
Color information
#AB416F (or 0xAB416F) is known color: Rouge. HEX triplet: AB, 41 and 6F. RGB value is (171,65,111). Sum of RGB (Red+Green+Blue) = 171+65+111=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 111 (43.75% from 255 or 31.99% from 347); Max value from RGB is 171 - color contains mainly: red. Hex color #AB416F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB416F is #54BE90. Grayscale: #656565. Windows color (decimal): -5553809 or 7291307. OLE color: 7291307.
HSL color Cylindrical-coordinate representation of color #AB416F: hue angle of 333.96º 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 #AB416F is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 65 | 111 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.33 |
| HSL | 333.96º | 0.45% | 0.46% | - |
| HSV(B) | 333.96º | 0.62% | 0.67% | - |
| XYZ | 21.55 | 13.59 | 16.53 | - |
| YUV | 101.94 | 133.12 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 65 | 111 | 0 | 0.62 | 0.35 | 0.33 | 333.96 | 0.45 | 0.46 |
| Hex | AB | 41 | 6F | 0 | 3E | 23 | 21 | 14E | 2D | 2E |
| Octal | 253 | 101 | 157 | 0 | 76 | 43 | 41 | 516 | 55 | 56 |
| Binary | 10101011 | 1000001 | 1101111 | 0 | 111110 | 100011 | 100001 | 101001110 | 101101 | 101110 |
Color Harmonies of #AB416F
Complementary color
Monochromatic Colors of #AB416F
Black with #AB416F
Text Example
Text Example
White with #AB416F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB416F; }
p { color: rgb(171,65,111); }
H1.HeaderClassName
{
color: #AB416F;
}
.AnyTagClassName
{
color: #AB416F;
}
</style>
background-color css
<style>
a { background-color: #AB416F; }
a { background-color: rgb(171,65,111); }
div.DivClassName
{
background-color: #AB416F;
}
.BgClassName
{
background-color: #AB416F;
}
</style>
border-color css
<style>
span { border-color: #AB416F; }
span { border-color: rgb(171,65,111); }
td.TdClassName
{
border-color: #AB416F;
}
.TagClassName
{
border-color: #AB416F;
}
</style>