Shades of Rouge #AB356E
Tints of Rouge #AB356E
RGB
CMYK
RGB Variations
Color information
#AB356E (or 0xAB356E) is known color: Rouge. HEX triplet: AB, 35 and 6E. RGB value is (171,53,110). Sum of RGB (Red+Green+Blue) = 171+53+110=334 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.20% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 171 - color contains mainly: red. Hex color #AB356E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB356E is #54CA91. Grayscale: #5E5E5E. Windows color (decimal): -5556882 or 7222699. OLE color: 7222699.
HSL color Cylindrical-coordinate representation of color #AB356E: hue angle of 331.02º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB356E is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 53 | 110 | - |
| CMYK | 0 | 0.69 | 0.36 | 0.33 |
| HSL | 331.02º | 0.53% | 0.44% | - |
| HSV(B) | 331.02º | 0.69% | 0.67% | - |
| XYZ | 20.88 | 12.33 | 16.03 | - |
| YUV | 94.78 | 136.59 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 53 | 110 | 0 | 0.69 | 0.36 | 0.33 | 331.02 | 0.53 | 0.44 |
| Hex | AB | 35 | 6E | 0 | 45 | 24 | 21 | 14B | 35 | 2C |
| Octal | 253 | 65 | 156 | 0 | 105 | 44 | 41 | 513 | 65 | 54 |
| Binary | 10101011 | 110101 | 1101110 | 0 | 1000101 | 100100 | 100001 | 101001011 | 110101 | 101100 |
Color Harmonies of #AB356E
Complementary color
Monochromatic Colors of #AB356E
Black with #AB356E
Text Example
Text Example
White with #AB356E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB356E; }
p { color: rgb(171,53,110); }
H1.HeaderClassName
{
color: #AB356E;
}
.AnyTagClassName
{
color: #AB356E;
}
</style>
background-color css
<style>
a { background-color: #AB356E; }
a { background-color: rgb(171,53,110); }
div.DivClassName
{
background-color: #AB356E;
}
.BgClassName
{
background-color: #AB356E;
}
</style>
border-color css
<style>
span { border-color: #AB356E; }
span { border-color: rgb(171,53,110); }
td.TdClassName
{
border-color: #AB356E;
}
.TagClassName
{
border-color: #AB356E;
}
</style>