Shades of Rouge #AB336C
Tints of Rouge #AB336C
RGB
CMYK
RGB Variations
Color information
#AB336C (or 0xAB336C) is known color: Rouge. HEX triplet: AB, 33 and 6C. RGB value is (171,51,108). Sum of RGB (Red+Green+Blue) = 171+51+108=330 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.82% from 330); Green value is 51 (20.31% from 255 or 15.45% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 171 - color contains mainly: red. Hex color #AB336C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB336C is #54CC93. Grayscale: #5D5D5D. Windows color (decimal): -5557396 or 7091115. OLE color: 7091115.
HSL color Cylindrical-coordinate representation of color #AB336C: hue angle of 331.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB336C is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 51 | 108 | - |
| CMYK | 0 | 0.70 | 0.37 | 0.33 |
| HSL | 331.5º | 0.54% | 0.44% | - |
| HSV(B) | 331.5º | 0.7% | 0.67% | - |
| XYZ | 20.69 | 12.11 | 15.43 | - |
| YUV | 93.38 | 136.26 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 51 | 108 | 0 | 0.70 | 0.37 | 0.33 | 331.5 | 0.54 | 0.44 |
| Hex | AB | 33 | 6C | 0 | 46 | 25 | 21 | 14C | 36 | 2C |
| Octal | 253 | 63 | 154 | 0 | 106 | 45 | 41 | 514 | 66 | 54 |
| Binary | 10101011 | 110011 | 1101100 | 0 | 1000110 | 100101 | 100001 | 101001100 | 110110 | 101100 |
Color Harmonies of #AB336C
Complementary color
Monochromatic Colors of #AB336C
Black with #AB336C
Text Example
Text Example
White with #AB336C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB336C; }
p { color: rgb(171,51,108); }
H1.HeaderClassName
{
color: #AB336C;
}
.AnyTagClassName
{
color: #AB336C;
}
</style>
background-color css
<style>
a { background-color: #AB336C; }
a { background-color: rgb(171,51,108); }
div.DivClassName
{
background-color: #AB336C;
}
.BgClassName
{
background-color: #AB336C;
}
</style>
border-color css
<style>
span { border-color: #AB336C; }
span { border-color: rgb(171,51,108); }
td.TdClassName
{
border-color: #AB336C;
}
.TagClassName
{
border-color: #AB336C;
}
</style>