Shades of Rouge #AB3E67
Tints of Rouge #AB3E67
RGB
CMYK
RGB Variations
Color information
#AB3E67 (or 0xAB3E67) is known color: Rouge. HEX triplet: AB, 3E and 67. RGB value is (171,62,103). Sum of RGB (Red+Green+Blue) = 171+62+103=336 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.89% from 336); Green value is 62 (24.61% from 255 or 18.45% from 336); Blue value is 103 (40.62% from 255 or 30.65% from 336); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3E67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3E67 is #54C198. Grayscale: #636363. Windows color (decimal): -5554585 or 6766251. OLE color: 6766251.
HSL color Cylindrical-coordinate representation of color #AB3E67: hue angle of 337.43º 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 #AB3E67 is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 62 | 103 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.33 |
| HSL | 337.43º | 0.47% | 0.46% | - |
| HSV(B) | 337.43º | 0.64% | 0.67% | - |
| XYZ | 20.97 | 13.08 | 14.25 | - |
| YUV | 99.27 | 130.11 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 62 | 103 | 0 | 0.64 | 0.40 | 0.33 | 337.43 | 0.47 | 0.46 |
| Hex | AB | 3E | 67 | 0 | 40 | 28 | 21 | 151 | 2F | 2E |
| Octal | 253 | 76 | 147 | 0 | 100 | 50 | 41 | 521 | 57 | 56 |
| Binary | 10101011 | 111110 | 1100111 | 0 | 1000000 | 101000 | 100001 | 101010001 | 101111 | 101110 |
Color Harmonies of #AB3E67
Complementary color
Monochromatic Colors of #AB3E67
Black with #AB3E67
Text Example
Text Example
White with #AB3E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3E67; }
p { color: rgb(171,62,103); }
H1.HeaderClassName
{
color: #AB3E67;
}
.AnyTagClassName
{
color: #AB3E67;
}
</style>
background-color css
<style>
a { background-color: #AB3E67; }
a { background-color: rgb(171,62,103); }
div.DivClassName
{
background-color: #AB3E67;
}
.BgClassName
{
background-color: #AB3E67;
}
</style>
border-color css
<style>
span { border-color: #AB3E67; }
span { border-color: rgb(171,62,103); }
td.TdClassName
{
border-color: #AB3E67;
}
.TagClassName
{
border-color: #AB3E67;
}
</style>