Shades of Rouge #AB326F
Tints of Rouge #AB326F
RGB
CMYK
RGB Variations
Color information
#AB326F (or 0xAB326F) is known color: Rouge. HEX triplet: AB, 32 and 6F. RGB value is (171,50,111). Sum of RGB (Red+Green+Blue) = 171+50+111=332 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.51% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 111 (43.75% from 255 or 33.43% from 332); Max value from RGB is 171 - color contains mainly: red. Hex color #AB326F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB326F is #54CD90. Grayscale: #5D5D5D. Windows color (decimal): -5557649 or 7287467. OLE color: 7287467.
HSL color Cylindrical-coordinate representation of color #AB326F: hue angle of 329.75º 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 #AB326F is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 50 | 111 | - |
| CMYK | 0 | 0.71 | 0.35 | 0.33 |
| HSL | 329.75º | 0.55% | 0.43% | - |
| HSV(B) | 329.75º | 0.71% | 0.67% | - |
| XYZ | 20.8 | 12.09 | 16.28 | - |
| YUV | 93.13 | 138.09 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 50 | 111 | 0 | 0.71 | 0.35 | 0.33 | 329.75 | 0.55 | 0.43 |
| Hex | AB | 32 | 6F | 0 | 47 | 23 | 21 | 14A | 37 | 2B |
| Octal | 253 | 62 | 157 | 0 | 107 | 43 | 41 | 512 | 67 | 53 |
| Binary | 10101011 | 110010 | 1101111 | 0 | 1000111 | 100011 | 100001 | 101001010 | 110111 | 101011 |
Color Harmonies of #AB326F
Complementary color
Monochromatic Colors of #AB326F
Black with #AB326F
Text Example
Text Example
White with #AB326F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB326F; }
p { color: rgb(171,50,111); }
H1.HeaderClassName
{
color: #AB326F;
}
.AnyTagClassName
{
color: #AB326F;
}
</style>
background-color css
<style>
a { background-color: #AB326F; }
a { background-color: rgb(171,50,111); }
div.DivClassName
{
background-color: #AB326F;
}
.BgClassName
{
background-color: #AB326F;
}
</style>
border-color css
<style>
span { border-color: #AB326F; }
span { border-color: rgb(171,50,111); }
td.TdClassName
{
border-color: #AB326F;
}
.TagClassName
{
border-color: #AB326F;
}
</style>