Shades of Rouge #AB2B6D
Tints of Rouge #AB2B6D
RGB
CMYK
RGB Variations
Color information
#AB2B6D (or 0xAB2B6D) is known color: Rouge. HEX triplet: AB, 2B and 6D. RGB value is (171,43,109). Sum of RGB (Red+Green+Blue) = 171+43+109=323 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.94% from 323); Green value is 43 (17.19% from 255 or 13.31% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2B6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2B6D is #54D492. Grayscale: #585858. Windows color (decimal): -5559443 or 7154603. OLE color: 7154603.
HSL color Cylindrical-coordinate representation of color #AB2B6D: hue angle of 329.06º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB2B6D is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 43 | 109 | - |
| CMYK | 0 | 0.75 | 0.36 | 0.33 |
| HSL | 329.06º | 0.6% | 0.42% | - |
| HSV(B) | 329.06º | 0.75% | 0.67% | - |
| XYZ | 20.42 | 11.49 | 15.61 | - |
| YUV | 88.8 | 139.41 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 43 | 109 | 0 | 0.75 | 0.36 | 0.33 | 329.06 | 0.6 | 0.42 |
| Hex | AB | 2B | 6D | 0 | 4B | 24 | 21 | 149 | 3C | 2A |
| Octal | 253 | 53 | 155 | 0 | 113 | 44 | 41 | 511 | 74 | 52 |
| Binary | 10101011 | 101011 | 1101101 | 0 | 1001011 | 100100 | 100001 | 101001001 | 111100 | 101010 |
Color Harmonies of #AB2B6D
Complementary color
Monochromatic Colors of #AB2B6D
Black with #AB2B6D
Text Example
Text Example
White with #AB2B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2B6D; }
p { color: rgb(171,43,109); }
H1.HeaderClassName
{
color: #AB2B6D;
}
.AnyTagClassName
{
color: #AB2B6D;
}
</style>
background-color css
<style>
a { background-color: #AB2B6D; }
a { background-color: rgb(171,43,109); }
div.DivClassName
{
background-color: #AB2B6D;
}
.BgClassName
{
background-color: #AB2B6D;
}
</style>
border-color css
<style>
span { border-color: #AB2B6D; }
span { border-color: rgb(171,43,109); }
td.TdClassName
{
border-color: #AB2B6D;
}
.TagClassName
{
border-color: #AB2B6D;
}
</style>