Shades of Rouge #AB405E
Tints of Rouge #AB405E
RGB
CMYK
RGB Variations
Color information
#AB405E (or 0xAB405E) is known color: Rouge. HEX triplet: AB, 40 and 5E. RGB value is (171,64,94). Sum of RGB (Red+Green+Blue) = 171+64+94=329 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.98% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 171 - color contains mainly: red. Hex color #AB405E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB405E is #54BFA1. Grayscale: #636363. Windows color (decimal): -5554082 or 6176939. OLE color: 6176939.
HSL color Cylindrical-coordinate representation of color #AB405E: hue angle of 343.18º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB405E is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 64 | 94 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.33 |
| HSL | 343.18º | 0.46% | 0.46% | - |
| HSV(B) | 343.18º | 0.63% | 0.67% | - |
| XYZ | 20.65 | 13.13 | 12.04 | - |
| YUV | 99.41 | 124.95 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 64 | 94 | 0 | 0.63 | 0.45 | 0.33 | 343.18 | 0.46 | 0.46 |
| Hex | AB | 40 | 5E | 0 | 3F | 2D | 21 | 157 | 2E | 2E |
| Octal | 253 | 100 | 136 | 0 | 77 | 55 | 41 | 527 | 56 | 56 |
| Binary | 10101011 | 1000000 | 1011110 | 0 | 111111 | 101101 | 100001 | 101010111 | 101110 | 101110 |
Color Harmonies of #AB405E
Complementary color
Monochromatic Colors of #AB405E
Black with #AB405E
Text Example
Text Example
White with #AB405E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB405E; }
p { color: rgb(171,64,94); }
H1.HeaderClassName
{
color: #AB405E;
}
.AnyTagClassName
{
color: #AB405E;
}
</style>
background-color css
<style>
a { background-color: #AB405E; }
a { background-color: rgb(171,64,94); }
div.DivClassName
{
background-color: #AB405E;
}
.BgClassName
{
background-color: #AB405E;
}
</style>
border-color css
<style>
span { border-color: #AB405E; }
span { border-color: rgb(171,64,94); }
td.TdClassName
{
border-color: #AB405E;
}
.TagClassName
{
border-color: #AB405E;
}
</style>