Shades of Rouge #AB3C6B
Tints of Rouge #AB3C6B
RGB
CMYK
RGB Variations
Color information
#AB3C6B (or 0xAB3C6B) is known color: Rouge. HEX triplet: AB, 3C and 6B. RGB value is (171,60,107). Sum of RGB (Red+Green+Blue) = 171+60+107=338 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.59% from 338); Green value is 60 (23.83% from 255 or 17.75% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3C6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3C6B is #54C394. Grayscale: #626262. Windows color (decimal): -5555093 or 7027883. OLE color: 7027883.
HSL color Cylindrical-coordinate representation of color #AB3C6B: hue angle of 334.59º 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 #AB3C6B is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 60 | 107 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.33 |
| HSL | 334.59º | 0.48% | 0.45% | - |
| HSV(B) | 334.59º | 0.65% | 0.67% | - |
| XYZ | 21.06 | 12.95 | 15.3 | - |
| YUV | 98.55 | 132.77 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 60 | 107 | 0 | 0.65 | 0.37 | 0.33 | 334.59 | 0.48 | 0.45 |
| Hex | AB | 3C | 6B | 0 | 41 | 25 | 21 | 14F | 30 | 2D |
| Octal | 253 | 74 | 153 | 0 | 101 | 45 | 41 | 517 | 60 | 55 |
| Binary | 10101011 | 111100 | 1101011 | 0 | 1000001 | 100101 | 100001 | 101001111 | 110000 | 101101 |
Color Harmonies of #AB3C6B
Complementary color
Monochromatic Colors of #AB3C6B
Black with #AB3C6B
Text Example
Text Example
White with #AB3C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3C6B; }
p { color: rgb(171,60,107); }
H1.HeaderClassName
{
color: #AB3C6B;
}
.AnyTagClassName
{
color: #AB3C6B;
}
</style>
background-color css
<style>
a { background-color: #AB3C6B; }
a { background-color: rgb(171,60,107); }
div.DivClassName
{
background-color: #AB3C6B;
}
.BgClassName
{
background-color: #AB3C6B;
}
</style>
border-color css
<style>
span { border-color: #AB3C6B; }
span { border-color: rgb(171,60,107); }
td.TdClassName
{
border-color: #AB3C6B;
}
.TagClassName
{
border-color: #AB3C6B;
}
</style>