Shades of Rouge #AB3462
Tints of Rouge #AB3462
RGB
CMYK
RGB Variations
Color information
#AB3462 (or 0xAB3462) is known color: Rouge. HEX triplet: AB, 34 and 62. RGB value is (171,52,98). Sum of RGB (Red+Green+Blue) = 171+52+98=321 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.27% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 98 (38.67% from 255 or 30.53% from 321); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3462 is #54CB9D. Grayscale: #5C5C5C. Windows color (decimal): -5557150 or 6436011. OLE color: 6436011.
HSL color Cylindrical-coordinate representation of color #AB3462: hue angle of 336.81º 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 #AB3462 is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 52 | 98 | - |
| CMYK | 0 | 0.70 | 0.43 | 0.33 |
| HSL | 336.81º | 0.53% | 0.44% | - |
| HSV(B) | 336.81º | 0.7% | 0.67% | - |
| XYZ | 20.23 | 12 | 12.8 | - |
| YUV | 92.83 | 130.92 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 52 | 98 | 0 | 0.70 | 0.43 | 0.33 | 336.81 | 0.53 | 0.44 |
| Hex | AB | 34 | 62 | 0 | 46 | 2B | 21 | 151 | 35 | 2C |
| Octal | 253 | 64 | 142 | 0 | 106 | 53 | 41 | 521 | 65 | 54 |
| Binary | 10101011 | 110100 | 1100010 | 0 | 1000110 | 101011 | 100001 | 101010001 | 110101 | 101100 |
Color Harmonies of #AB3462
Complementary color
Monochromatic Colors of #AB3462
Black with #AB3462
Text Example
Text Example
White with #AB3462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3462; }
p { color: rgb(171,52,98); }
H1.HeaderClassName
{
color: #AB3462;
}
.AnyTagClassName
{
color: #AB3462;
}
</style>
background-color css
<style>
a { background-color: #AB3462; }
a { background-color: rgb(171,52,98); }
div.DivClassName
{
background-color: #AB3462;
}
.BgClassName
{
background-color: #AB3462;
}
</style>
border-color css
<style>
span { border-color: #AB3462; }
span { border-color: rgb(171,52,98); }
td.TdClassName
{
border-color: #AB3462;
}
.TagClassName
{
border-color: #AB3462;
}
</style>