Shades of Rouge #AB3468
Tints of Rouge #AB3468
RGB
CMYK
RGB Variations
Color information
#AB3468 (or 0xAB3468) is known color: Rouge. HEX triplet: AB, 34 and 68. RGB value is (171,52,104). Sum of RGB (Red+Green+Blue) = 171+52+104=327 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.29% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 104 (41.02% from 255 or 31.80% from 327); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3468 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3468 is #54CB97. Grayscale: #5D5D5D. Windows color (decimal): -5557144 or 6829227. OLE color: 6829227.
HSL color Cylindrical-coordinate representation of color #AB3468: hue angle of 333.78º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB3468 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 52 | 104 | - |
| CMYK | 0 | 0.70 | 0.39 | 0.33 |
| HSL | 333.78º | 0.53% | 0.44% | - |
| HSV(B) | 333.78º | 0.7% | 0.67% | - |
| XYZ | 20.52 | 12.11 | 14.35 | - |
| YUV | 93.51 | 133.92 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 52 | 104 | 0 | 0.70 | 0.39 | 0.33 | 333.78 | 0.53 | 0.44 |
| Hex | AB | 34 | 68 | 0 | 46 | 27 | 21 | 14E | 35 | 2C |
| Octal | 253 | 64 | 150 | 0 | 106 | 47 | 41 | 516 | 65 | 54 |
| Binary | 10101011 | 110100 | 1101000 | 0 | 1000110 | 100111 | 100001 | 101001110 | 110101 | 101100 |
Color Harmonies of #AB3468
Complementary color
Monochromatic Colors of #AB3468
Black with #AB3468
Text Example
Text Example
White with #AB3468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3468; }
p { color: rgb(171,52,104); }
H1.HeaderClassName
{
color: #AB3468;
}
.AnyTagClassName
{
color: #AB3468;
}
</style>
background-color css
<style>
a { background-color: #AB3468; }
a { background-color: rgb(171,52,104); }
div.DivClassName
{
background-color: #AB3468;
}
.BgClassName
{
background-color: #AB3468;
}
</style>
border-color css
<style>
span { border-color: #AB3468; }
span { border-color: rgb(171,52,104); }
td.TdClassName
{
border-color: #AB3468;
}
.TagClassName
{
border-color: #AB3468;
}
</style>