Shades of Rouge #AB3F68
Tints of Rouge #AB3F68
RGB
CMYK
RGB Variations
Color information
#AB3F68 (or 0xAB3F68) is known color: Rouge. HEX triplet: AB, 3F and 68. RGB value is (171,63,104). Sum of RGB (Red+Green+Blue) = 171+63+104=338 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.59% from 338); Green value is 63 (25% from 255 or 18.64% from 338); Blue value is 104 (41.02% from 255 or 30.77% from 338); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3F68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3F68 is #54C097. Grayscale: #636363. Windows color (decimal): -5554328 or 6832043. OLE color: 6832043.
HSL color Cylindrical-coordinate representation of color #AB3F68: hue angle of 337.22º 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 #AB3F68 is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 63 | 104 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.33 |
| HSL | 337.22º | 0.46% | 0.46% | - |
| HSV(B) | 337.22º | 0.63% | 0.67% | - |
| XYZ | 21.07 | 13.21 | 14.54 | - |
| YUV | 99.97 | 130.28 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 63 | 104 | 0 | 0.63 | 0.39 | 0.33 | 337.22 | 0.46 | 0.46 |
| Hex | AB | 3F | 68 | 0 | 3F | 27 | 21 | 151 | 2E | 2E |
| Octal | 253 | 77 | 150 | 0 | 77 | 47 | 41 | 521 | 56 | 56 |
| Binary | 10101011 | 111111 | 1101000 | 0 | 111111 | 100111 | 100001 | 101010001 | 101110 | 101110 |
Color Harmonies of #AB3F68
Complementary color
Monochromatic Colors of #AB3F68
Black with #AB3F68
Text Example
Text Example
White with #AB3F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3F68; }
p { color: rgb(171,63,104); }
H1.HeaderClassName
{
color: #AB3F68;
}
.AnyTagClassName
{
color: #AB3F68;
}
</style>
background-color css
<style>
a { background-color: #AB3F68; }
a { background-color: rgb(171,63,104); }
div.DivClassName
{
background-color: #AB3F68;
}
.BgClassName
{
background-color: #AB3F68;
}
</style>
border-color css
<style>
span { border-color: #AB3F68; }
span { border-color: rgb(171,63,104); }
td.TdClassName
{
border-color: #AB3F68;
}
.TagClassName
{
border-color: #AB3F68;
}
</style>