Shades of Rouge #AB2C6A
Tints of Rouge #AB2C6A
RGB
CMYK
RGB Variations
Color information
#AB2C6A (or 0xAB2C6A) is known color: Rouge. HEX triplet: AB, 2C and 6A. RGB value is (171,44,106). Sum of RGB (Red+Green+Blue) = 171+44+106=321 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.27% from 321); Green value is 44 (17.58% from 255 or 13.71% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2C6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2C6A is #54D395. Grayscale: #585858. Windows color (decimal): -5559190 or 6958251. OLE color: 6958251.
HSL color Cylindrical-coordinate representation of color #AB2C6A: hue angle of 330.71º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB2C6A is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 44 | 106 | - |
| CMYK | 0 | 0.74 | 0.38 | 0.33 |
| HSL | 330.71º | 0.59% | 0.42% | - |
| HSV(B) | 330.71º | 0.74% | 0.67% | - |
| XYZ | 20.3 | 11.5 | 14.79 | - |
| YUV | 89.04 | 137.58 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 44 | 106 | 0 | 0.74 | 0.38 | 0.33 | 330.71 | 0.59 | 0.42 |
| Hex | AB | 2C | 6A | 0 | 4A | 26 | 21 | 14B | 3B | 2A |
| Octal | 253 | 54 | 152 | 0 | 112 | 46 | 41 | 513 | 73 | 52 |
| Binary | 10101011 | 101100 | 1101010 | 0 | 1001010 | 100110 | 100001 | 101001011 | 111011 | 101010 |
Color Harmonies of #AB2C6A
Complementary color
Monochromatic Colors of #AB2C6A
Black with #AB2C6A
Text Example
Text Example
White with #AB2C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2C6A; }
p { color: rgb(171,44,106); }
H1.HeaderClassName
{
color: #AB2C6A;
}
.AnyTagClassName
{
color: #AB2C6A;
}
</style>
background-color css
<style>
a { background-color: #AB2C6A; }
a { background-color: rgb(171,44,106); }
div.DivClassName
{
background-color: #AB2C6A;
}
.BgClassName
{
background-color: #AB2C6A;
}
</style>
border-color css
<style>
span { border-color: #AB2C6A; }
span { border-color: rgb(171,44,106); }
td.TdClassName
{
border-color: #AB2C6A;
}
.TagClassName
{
border-color: #AB2C6A;
}
</style>