Shades of Rouge #AB3572
Tints of Rouge #AB3572
RGB
CMYK
RGB Variations
Color information
#AB3572 (or 0xAB3572) is known color: Rouge. HEX triplet: AB, 35 and 72. RGB value is (171,53,114). Sum of RGB (Red+Green+Blue) = 171+53+114=338 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.59% from 338); Green value is 53 (21.09% from 255 or 15.68% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3572 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3572 is #54CA8D. Grayscale: #5F5F5F. Windows color (decimal): -5556878 or 7484843. OLE color: 7484843.
HSL color Cylindrical-coordinate representation of color #AB3572: hue angle of 328.98º 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 #AB3572 is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 53 | 114 | - |
| CMYK | 0 | 0.69 | 0.33 | 0.33 |
| HSL | 328.98º | 0.53% | 0.44% | - |
| HSV(B) | 328.98º | 0.69% | 0.67% | - |
| XYZ | 21.1 | 12.42 | 17.2 | - |
| YUV | 95.24 | 138.59 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 53 | 114 | 0 | 0.69 | 0.33 | 0.33 | 328.98 | 0.53 | 0.44 |
| Hex | AB | 35 | 72 | 0 | 45 | 21 | 21 | 149 | 35 | 2C |
| Octal | 253 | 65 | 162 | 0 | 105 | 41 | 41 | 511 | 65 | 54 |
| Binary | 10101011 | 110101 | 1110010 | 0 | 1000101 | 100001 | 100001 | 101001001 | 110101 | 101100 |
Color Harmonies of #AB3572
Complementary color
Monochromatic Colors of #AB3572
Black with #AB3572
Text Example
Text Example
White with #AB3572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3572; }
p { color: rgb(171,53,114); }
H1.HeaderClassName
{
color: #AB3572;
}
.AnyTagClassName
{
color: #AB3572;
}
</style>
background-color css
<style>
a { background-color: #AB3572; }
a { background-color: rgb(171,53,114); }
div.DivClassName
{
background-color: #AB3572;
}
.BgClassName
{
background-color: #AB3572;
}
</style>
border-color css
<style>
span { border-color: #AB3572; }
span { border-color: rgb(171,53,114); }
td.TdClassName
{
border-color: #AB3572;
}
.TagClassName
{
border-color: #AB3572;
}
</style>