Shades of Rouge #AB355B
Tints of Rouge #AB355B
RGB
CMYK
RGB Variations
Color information
#AB355B (or 0xAB355B) is known color: Rouge. HEX triplet: AB, 35 and 5B. RGB value is (171,53,91). Sum of RGB (Red+Green+Blue) = 171+53+91=315 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.29% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 171 - color contains mainly: red. Hex color #AB355B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB355B is #54CAA4. Grayscale: #5C5C5C. Windows color (decimal): -5556901 or 5977515. OLE color: 5977515.
HSL color Cylindrical-coordinate representation of color #AB355B: hue angle of 340.68º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB355B is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 53 | 91 | - |
| CMYK | 0 | 0.69 | 0.47 | 0.33 |
| HSL | 340.68º | 0.53% | 0.44% | - |
| HSV(B) | 340.68º | 0.69% | 0.67% | - |
| XYZ | 19.96 | 11.96 | 11.15 | - |
| YUV | 92.61 | 127.09 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 53 | 91 | 0 | 0.69 | 0.47 | 0.33 | 340.68 | 0.53 | 0.44 |
| Hex | AB | 35 | 5B | 0 | 45 | 2F | 21 | 155 | 35 | 2C |
| Octal | 253 | 65 | 133 | 0 | 105 | 57 | 41 | 525 | 65 | 54 |
| Binary | 10101011 | 110101 | 1011011 | 0 | 1000101 | 101111 | 100001 | 101010101 | 110101 | 101100 |
Color Harmonies of #AB355B
Complementary color
Monochromatic Colors of #AB355B
Black with #AB355B
Text Example
Text Example
White with #AB355B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB355B; }
p { color: rgb(171,53,91); }
H1.HeaderClassName
{
color: #AB355B;
}
.AnyTagClassName
{
color: #AB355B;
}
</style>
background-color css
<style>
a { background-color: #AB355B; }
a { background-color: rgb(171,53,91); }
div.DivClassName
{
background-color: #AB355B;
}
.BgClassName
{
background-color: #AB355B;
}
</style>
border-color css
<style>
span { border-color: #AB355B; }
span { border-color: rgb(171,53,91); }
td.TdClassName
{
border-color: #AB355B;
}
.TagClassName
{
border-color: #AB355B;
}
</style>