Shades of Rouge #AB3570
Tints of Rouge #AB3570
RGB
CMYK
RGB Variations
Color information
#AB3570 (or 0xAB3570) is known color: Rouge. HEX triplet: AB, 35 and 70. RGB value is (171,53,112). Sum of RGB (Red+Green+Blue) = 171+53+112=336 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.89% from 336); Green value is 53 (21.09% from 255 or 15.77% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3570 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3570 is #54CA8F. Grayscale: #5E5E5E. Windows color (decimal): -5556880 or 7353771. OLE color: 7353771.
HSL color Cylindrical-coordinate representation of color #AB3570: hue angle of 330º 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 #AB3570 is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 53 | 112 | - |
| CMYK | 0 | 0.69 | 0.35 | 0.33 |
| HSL | 330º | 0.53% | 0.44% | - |
| HSV(B) | 330º | 0.69% | 0.67% | - |
| XYZ | 20.99 | 12.37 | 16.61 | - |
| YUV | 95.01 | 137.59 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 53 | 112 | 0 | 0.69 | 0.35 | 0.33 | 330 | 0.53 | 0.44 |
| Hex | AB | 35 | 70 | 0 | 45 | 23 | 21 | 14A | 35 | 2C |
| Octal | 253 | 65 | 160 | 0 | 105 | 43 | 41 | 512 | 65 | 54 |
| Binary | 10101011 | 110101 | 1110000 | 0 | 1000101 | 100011 | 100001 | 101001010 | 110101 | 101100 |
Color Harmonies of #AB3570
Complementary color
Monochromatic Colors of #AB3570
Black with #AB3570
Text Example
Text Example
White with #AB3570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3570; }
p { color: rgb(171,53,112); }
H1.HeaderClassName
{
color: #AB3570;
}
.AnyTagClassName
{
color: #AB3570;
}
</style>
background-color css
<style>
a { background-color: #AB3570; }
a { background-color: rgb(171,53,112); }
div.DivClassName
{
background-color: #AB3570;
}
.BgClassName
{
background-color: #AB3570;
}
</style>
border-color css
<style>
span { border-color: #AB3570; }
span { border-color: rgb(171,53,112); }
td.TdClassName
{
border-color: #AB3570;
}
.TagClassName
{
border-color: #AB3570;
}
</style>