Shades of Rouge #AB405D
Tints of Rouge #AB405D
RGB
CMYK
RGB Variations
Color information
#AB405D (or 0xAB405D) is known color: Rouge. HEX triplet: AB, 40 and 5D. RGB value is (171,64,93). Sum of RGB (Red+Green+Blue) = 171+64+93=328 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.13% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 171 - color contains mainly: red. Hex color #AB405D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB405D is #54BFA2. Grayscale: #636363. Windows color (decimal): -5554083 or 6111403. OLE color: 6111403.
HSL color Cylindrical-coordinate representation of color #AB405D: hue angle of 343.74º 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 #AB405D is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 64 | 93 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.33 |
| HSL | 343.74º | 0.46% | 0.46% | - |
| HSV(B) | 343.74º | 0.63% | 0.67% | - |
| XYZ | 20.6 | 13.12 | 11.8 | - |
| YUV | 99.3 | 124.45 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 64 | 93 | 0 | 0.63 | 0.46 | 0.33 | 343.74 | 0.46 | 0.46 |
| Hex | AB | 40 | 5D | 0 | 3F | 2E | 21 | 158 | 2E | 2E |
| Octal | 253 | 100 | 135 | 0 | 77 | 56 | 41 | 530 | 56 | 56 |
| Binary | 10101011 | 1000000 | 1011101 | 0 | 111111 | 101110 | 100001 | 101011000 | 101110 | 101110 |
Color Harmonies of #AB405D
Complementary color
Monochromatic Colors of #AB405D
Black with #AB405D
Text Example
Text Example
White with #AB405D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB405D; }
p { color: rgb(171,64,93); }
H1.HeaderClassName
{
color: #AB405D;
}
.AnyTagClassName
{
color: #AB405D;
}
</style>
background-color css
<style>
a { background-color: #AB405D; }
a { background-color: rgb(171,64,93); }
div.DivClassName
{
background-color: #AB405D;
}
.BgClassName
{
background-color: #AB405D;
}
</style>
border-color css
<style>
span { border-color: #AB405D; }
span { border-color: rgb(171,64,93); }
td.TdClassName
{
border-color: #AB405D;
}
.TagClassName
{
border-color: #AB405D;
}
</style>