Shades of Rouge #AB3C6A
Tints of Rouge #AB3C6A
RGB
CMYK
RGB Variations
Color information
#AB3C6A (or 0xAB3C6A) is known color: Rouge. HEX triplet: AB, 3C and 6A. RGB value is (171,60,106). Sum of RGB (Red+Green+Blue) = 171+60+106=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 60 (23.83% from 255 or 17.80% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3C6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3C6A is #54C395. Grayscale: #626262. Windows color (decimal): -5555094 or 6962347. OLE color: 6962347.
HSL color Cylindrical-coordinate representation of color #AB3C6A: hue angle of 335.14º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB3C6A is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 60 | 106 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.33 |
| HSL | 335.14º | 0.48% | 0.45% | - |
| HSV(B) | 335.14º | 0.65% | 0.67% | - |
| XYZ | 21.01 | 12.93 | 15.02 | - |
| YUV | 98.43 | 132.27 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 60 | 106 | 0 | 0.65 | 0.38 | 0.33 | 335.14 | 0.48 | 0.45 |
| Hex | AB | 3C | 6A | 0 | 41 | 26 | 21 | 14F | 30 | 2D |
| Octal | 253 | 74 | 152 | 0 | 101 | 46 | 41 | 517 | 60 | 55 |
| Binary | 10101011 | 111100 | 1101010 | 0 | 1000001 | 100110 | 100001 | 101001111 | 110000 | 101101 |
Color Harmonies of #AB3C6A
Complementary color
Monochromatic Colors of #AB3C6A
Black with #AB3C6A
Text Example
Text Example
White with #AB3C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3C6A; }
p { color: rgb(171,60,106); }
H1.HeaderClassName
{
color: #AB3C6A;
}
.AnyTagClassName
{
color: #AB3C6A;
}
</style>
background-color css
<style>
a { background-color: #AB3C6A; }
a { background-color: rgb(171,60,106); }
div.DivClassName
{
background-color: #AB3C6A;
}
.BgClassName
{
background-color: #AB3C6A;
}
</style>
border-color css
<style>
span { border-color: #AB3C6A; }
span { border-color: rgb(171,60,106); }
td.TdClassName
{
border-color: #AB3C6A;
}
.TagClassName
{
border-color: #AB3C6A;
}
</style>