Shades of Rouge #AB3467
Tints of Rouge #AB3467
RGB
CMYK
RGB Variations
Color information
#AB3467 (or 0xAB3467) is known color: Rouge. HEX triplet: AB, 34 and 67. RGB value is (171,52,103). Sum of RGB (Red+Green+Blue) = 171+52+103=326 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.45% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 103 (40.62% from 255 or 31.60% from 326); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3467 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3467 is #54CB98. Grayscale: #5D5D5D. Windows color (decimal): -5557145 or 6763691. OLE color: 6763691.
HSL color Cylindrical-coordinate representation of color #AB3467: hue angle of 334.29º 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 #AB3467 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 52 | 103 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.33 |
| HSL | 334.29º | 0.53% | 0.44% | - |
| HSV(B) | 334.29º | 0.7% | 0.67% | - |
| XYZ | 20.47 | 12.09 | 14.09 | - |
| YUV | 93.4 | 133.42 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 52 | 103 | 0 | 0.70 | 0.40 | 0.33 | 334.29 | 0.53 | 0.44 |
| Hex | AB | 34 | 67 | 0 | 46 | 28 | 21 | 14E | 35 | 2C |
| Octal | 253 | 64 | 147 | 0 | 106 | 50 | 41 | 516 | 65 | 54 |
| Binary | 10101011 | 110100 | 1100111 | 0 | 1000110 | 101000 | 100001 | 101001110 | 110101 | 101100 |
Color Harmonies of #AB3467
Complementary color
Monochromatic Colors of #AB3467
Black with #AB3467
Text Example
Text Example
White with #AB3467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3467; }
p { color: rgb(171,52,103); }
H1.HeaderClassName
{
color: #AB3467;
}
.AnyTagClassName
{
color: #AB3467;
}
</style>
background-color css
<style>
a { background-color: #AB3467; }
a { background-color: rgb(171,52,103); }
div.DivClassName
{
background-color: #AB3467;
}
.BgClassName
{
background-color: #AB3467;
}
</style>
border-color css
<style>
span { border-color: #AB3467; }
span { border-color: rgb(171,52,103); }
td.TdClassName
{
border-color: #AB3467;
}
.TagClassName
{
border-color: #AB3467;
}
</style>