Shades of Rouge #AB3E6D
Tints of Rouge #AB3E6D
RGB
CMYK
RGB Variations
Color information
#AB3E6D (or 0xAB3E6D) is known color: Rouge. HEX triplet: AB, 3E and 6D. RGB value is (171,62,109). Sum of RGB (Red+Green+Blue) = 171+62+109=342 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50% from 342); Green value is 62 (24.61% from 255 or 18.13% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3E6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3E6D is #54C192. Grayscale: #636363. Windows color (decimal): -5554579 or 7159467. OLE color: 7159467.
HSL color Cylindrical-coordinate representation of color #AB3E6D: hue angle of 334.13º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB3E6D is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 62 | 109 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.33 |
| HSL | 334.13º | 0.47% | 0.46% | - |
| HSV(B) | 334.13º | 0.64% | 0.67% | - |
| XYZ | 21.28 | 13.21 | 15.9 | - |
| YUV | 99.95 | 133.11 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 62 | 109 | 0 | 0.64 | 0.36 | 0.33 | 334.13 | 0.47 | 0.46 |
| Hex | AB | 3E | 6D | 0 | 40 | 24 | 21 | 14E | 2F | 2E |
| Octal | 253 | 76 | 155 | 0 | 100 | 44 | 41 | 516 | 57 | 56 |
| Binary | 10101011 | 111110 | 1101101 | 0 | 1000000 | 100100 | 100001 | 101001110 | 101111 | 101110 |
Color Harmonies of #AB3E6D
Complementary color
Monochromatic Colors of #AB3E6D
Black with #AB3E6D
Text Example
Text Example
White with #AB3E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3E6D; }
p { color: rgb(171,62,109); }
H1.HeaderClassName
{
color: #AB3E6D;
}
.AnyTagClassName
{
color: #AB3E6D;
}
</style>
background-color css
<style>
a { background-color: #AB3E6D; }
a { background-color: rgb(171,62,109); }
div.DivClassName
{
background-color: #AB3E6D;
}
.BgClassName
{
background-color: #AB3E6D;
}
</style>
border-color css
<style>
span { border-color: #AB3E6D; }
span { border-color: rgb(171,62,109); }
td.TdClassName
{
border-color: #AB3E6D;
}
.TagClassName
{
border-color: #AB3E6D;
}
</style>