Shades of Rouge #AB426A
Tints of Rouge #AB426A
RGB
CMYK
RGB Variations
Color information
#AB426A (or 0xAB426A) is known color: Rouge. HEX triplet: AB, 42 and 6A. RGB value is (171,66,106). Sum of RGB (Red+Green+Blue) = 171+66+106=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 66 (26.17% from 255 or 19.24% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB426A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB426A is #54BD95. Grayscale: #656565. Windows color (decimal): -5553558 or 6963883. OLE color: 6963883.
HSL color Cylindrical-coordinate representation of color #AB426A: hue angle of 337.14º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB426A is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 66 | 106 | - |
| CMYK | 0 | 0.61 | 0.38 | 0.33 |
| HSL | 337.14º | 0.44% | 0.46% | - |
| HSV(B) | 337.14º | 0.61% | 0.67% | - |
| XYZ | 21.34 | 13.59 | 15.13 | - |
| YUV | 101.96 | 130.29 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 66 | 106 | 0 | 0.61 | 0.38 | 0.33 | 337.14 | 0.44 | 0.46 |
| Hex | AB | 42 | 6A | 0 | 3D | 26 | 21 | 151 | 2C | 2E |
| Octal | 253 | 102 | 152 | 0 | 75 | 46 | 41 | 521 | 54 | 56 |
| Binary | 10101011 | 1000010 | 1101010 | 0 | 111101 | 100110 | 100001 | 101010001 | 101100 | 101110 |
Color Harmonies of #AB426A
Complementary color
Monochromatic Colors of #AB426A
Black with #AB426A
Text Example
Text Example
White with #AB426A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB426A; }
p { color: rgb(171,66,106); }
H1.HeaderClassName
{
color: #AB426A;
}
.AnyTagClassName
{
color: #AB426A;
}
</style>
background-color css
<style>
a { background-color: #AB426A; }
a { background-color: rgb(171,66,106); }
div.DivClassName
{
background-color: #AB426A;
}
.BgClassName
{
background-color: #AB426A;
}
</style>
border-color css
<style>
span { border-color: #AB426A; }
span { border-color: rgb(171,66,106); }
td.TdClassName
{
border-color: #AB426A;
}
.TagClassName
{
border-color: #AB426A;
}
</style>