Shades of Rouge #AB3272
Tints of Rouge #AB3272
RGB
CMYK
RGB Variations
Color information
#AB3272 (or 0xAB3272) is known color: Rouge. HEX triplet: AB, 32 and 72. RGB value is (171,50,114). Sum of RGB (Red+Green+Blue) = 171+50+114=335 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.04% from 335); Green value is 50 (19.92% from 255 or 14.93% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3272 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3272 is #54CD8D. Grayscale: #5D5D5D. Windows color (decimal): -5557646 or 7484075. OLE color: 7484075.
HSL color Cylindrical-coordinate representation of color #AB3272: hue angle of 328.26º 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 #AB3272 is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 50 | 114 | - |
| CMYK | 0 | 0.71 | 0.33 | 0.33 |
| HSL | 328.26º | 0.55% | 0.43% | - |
| HSV(B) | 328.26º | 0.71% | 0.67% | - |
| XYZ | 20.97 | 12.15 | 17.16 | - |
| YUV | 93.48 | 139.59 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 50 | 114 | 0 | 0.71 | 0.33 | 0.33 | 328.26 | 0.55 | 0.43 |
| Hex | AB | 32 | 72 | 0 | 47 | 21 | 21 | 148 | 37 | 2B |
| Octal | 253 | 62 | 162 | 0 | 107 | 41 | 41 | 510 | 67 | 53 |
| Binary | 10101011 | 110010 | 1110010 | 0 | 1000111 | 100001 | 100001 | 101001000 | 110111 | 101011 |
Color Harmonies of #AB3272
Complementary color
Monochromatic Colors of #AB3272
Black with #AB3272
Text Example
Text Example
White with #AB3272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3272; }
p { color: rgb(171,50,114); }
H1.HeaderClassName
{
color: #AB3272;
}
.AnyTagClassName
{
color: #AB3272;
}
</style>
background-color css
<style>
a { background-color: #AB3272; }
a { background-color: rgb(171,50,114); }
div.DivClassName
{
background-color: #AB3272;
}
.BgClassName
{
background-color: #AB3272;
}
</style>
border-color css
<style>
span { border-color: #AB3272; }
span { border-color: rgb(171,50,114); }
td.TdClassName
{
border-color: #AB3272;
}
.TagClassName
{
border-color: #AB3272;
}
</style>