Shades of Rouge #AB3166
Tints of Rouge #AB3166
RGB
CMYK
RGB Variations
Color information
#AB3166 (or 0xAB3166) is known color: Rouge. HEX triplet: AB, 31 and 66. RGB value is (171,49,102). Sum of RGB (Red+Green+Blue) = 171+49+102=322 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.11% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 102 (40.23% from 255 or 31.68% from 322); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3166 is #54CE99. Grayscale: #5B5B5B. Windows color (decimal): -5557914 or 6697387. OLE color: 6697387.
HSL color Cylindrical-coordinate representation of color #AB3166: hue angle of 333.93º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB3166 is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 49 | 102 | - |
| CMYK | 0 | 0.71 | 0.40 | 0.33 |
| HSL | 333.93º | 0.55% | 0.43% | - |
| HSV(B) | 333.93º | 0.71% | 0.67% | - |
| XYZ | 20.29 | 11.81 | 13.78 | - |
| YUV | 91.52 | 133.92 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 49 | 102 | 0 | 0.71 | 0.40 | 0.33 | 333.93 | 0.55 | 0.43 |
| Hex | AB | 31 | 66 | 0 | 47 | 28 | 21 | 14E | 37 | 2B |
| Octal | 253 | 61 | 146 | 0 | 107 | 50 | 41 | 516 | 67 | 53 |
| Binary | 10101011 | 110001 | 1100110 | 0 | 1000111 | 101000 | 100001 | 101001110 | 110111 | 101011 |
Color Harmonies of #AB3166
Complementary color
Monochromatic Colors of #AB3166
Black with #AB3166
Text Example
Text Example
White with #AB3166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3166; }
p { color: rgb(171,49,102); }
H1.HeaderClassName
{
color: #AB3166;
}
.AnyTagClassName
{
color: #AB3166;
}
</style>
background-color css
<style>
a { background-color: #AB3166; }
a { background-color: rgb(171,49,102); }
div.DivClassName
{
background-color: #AB3166;
}
.BgClassName
{
background-color: #AB3166;
}
</style>
border-color css
<style>
span { border-color: #AB3166; }
span { border-color: rgb(171,49,102); }
td.TdClassName
{
border-color: #AB3166;
}
.TagClassName
{
border-color: #AB3166;
}
</style>