Shades of Rouge #AB3270
Tints of Rouge #AB3270
RGB
CMYK
RGB Variations
Color information
#AB3270 (or 0xAB3270) is known color: Rouge. HEX triplet: AB, 32 and 70. RGB value is (171,50,112). Sum of RGB (Red+Green+Blue) = 171+50+112=333 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.35% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 112 (44.14% from 255 or 33.63% from 333); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3270 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3270 is #54CD8F. Grayscale: #5D5D5D. Windows color (decimal): -5557648 or 7353003. OLE color: 7353003.
HSL color Cylindrical-coordinate representation of color #AB3270: hue angle of 329.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 #AB3270 is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 50 | 112 | - |
| CMYK | 0 | 0.71 | 0.35 | 0.33 |
| HSL | 329.26º | 0.55% | 0.43% | - |
| HSV(B) | 329.26º | 0.71% | 0.67% | - |
| XYZ | 20.86 | 12.11 | 16.57 | - |
| YUV | 93.25 | 138.59 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 50 | 112 | 0 | 0.71 | 0.35 | 0.33 | 329.26 | 0.55 | 0.43 |
| Hex | AB | 32 | 70 | 0 | 47 | 23 | 21 | 149 | 37 | 2B |
| Octal | 253 | 62 | 160 | 0 | 107 | 43 | 41 | 511 | 67 | 53 |
| Binary | 10101011 | 110010 | 1110000 | 0 | 1000111 | 100011 | 100001 | 101001001 | 110111 | 101011 |
Color Harmonies of #AB3270
Complementary color
Monochromatic Colors of #AB3270
Black with #AB3270
Text Example
Text Example
White with #AB3270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3270; }
p { color: rgb(171,50,112); }
H1.HeaderClassName
{
color: #AB3270;
}
.AnyTagClassName
{
color: #AB3270;
}
</style>
background-color css
<style>
a { background-color: #AB3270; }
a { background-color: rgb(171,50,112); }
div.DivClassName
{
background-color: #AB3270;
}
.BgClassName
{
background-color: #AB3270;
}
</style>
border-color css
<style>
span { border-color: #AB3270; }
span { border-color: rgb(171,50,112); }
td.TdClassName
{
border-color: #AB3270;
}
.TagClassName
{
border-color: #AB3270;
}
</style>