Shades of Rouge #AB2669
Tints of Rouge #AB2669
RGB
CMYK
RGB Variations
Color information
#AB2669 (or 0xAB2669) is known color: Rouge. HEX triplet: AB, 26 and 69. RGB value is (171,38,105). Sum of RGB (Red+Green+Blue) = 171+38+105=314 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.46% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2669 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2669 is #54D996. Grayscale: #555555. Windows color (decimal): -5560727 or 6891179. OLE color: 6891179.
HSL color Cylindrical-coordinate representation of color #AB2669: hue angle of 329.77º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB2669 is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 38 | 105 | - |
| CMYK | 0 | 0.78 | 0.39 | 0.33 |
| HSL | 329.77º | 0.64% | 0.41% | - |
| HSV(B) | 329.77º | 0.78% | 0.67% | - |
| XYZ | 20.04 | 11.06 | 14.44 | - |
| YUV | 85.41 | 139.06 | 189.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 38 | 105 | 0 | 0.78 | 0.39 | 0.33 | 329.77 | 0.64 | 0.41 |
| Hex | AB | 26 | 69 | 0 | 4E | 27 | 21 | 14A | 40 | 29 |
| Octal | 253 | 46 | 151 | 0 | 116 | 47 | 41 | 512 | 100 | 51 |
| Binary | 10101011 | 100110 | 1101001 | 0 | 1001110 | 100111 | 100001 | 101001010 | 1000000 | 101001 |
Color Harmonies of #AB2669
Complementary color
Monochromatic Colors of #AB2669
Black with #AB2669
Text Example
Text Example
White with #AB2669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2669; }
p { color: rgb(171,38,105); }
H1.HeaderClassName
{
color: #AB2669;
}
.AnyTagClassName
{
color: #AB2669;
}
</style>
background-color css
<style>
a { background-color: #AB2669; }
a { background-color: rgb(171,38,105); }
div.DivClassName
{
background-color: #AB2669;
}
.BgClassName
{
background-color: #AB2669;
}
</style>
border-color css
<style>
span { border-color: #AB2669; }
span { border-color: rgb(171,38,105); }
td.TdClassName
{
border-color: #AB2669;
}
.TagClassName
{
border-color: #AB2669;
}
</style>