Shades of Rouge #AB3865
Tints of Rouge #AB3865
RGB
CMYK
RGB Variations
Color information
#AB3865 (or 0xAB3865) is known color: Rouge. HEX triplet: AB, 38 and 65. RGB value is (171,56,101). Sum of RGB (Red+Green+Blue) = 171+56+101=328 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.13% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 101 (39.84% from 255 or 30.79% from 328); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3865 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3865 is #54C79A. Grayscale: #5F5F5F. Windows color (decimal): -5556123 or 6633643. OLE color: 6633643.
HSL color Cylindrical-coordinate representation of color #AB3865: hue angle of 336.52º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB3865 is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 56 | 101 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.33 |
| HSL | 336.52º | 0.51% | 0.45% | - |
| HSV(B) | 336.52º | 0.67% | 0.67% | - |
| XYZ | 20.56 | 12.43 | 13.63 | - |
| YUV | 95.52 | 131.1 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 56 | 101 | 0 | 0.67 | 0.41 | 0.33 | 336.52 | 0.51 | 0.45 |
| Hex | AB | 38 | 65 | 0 | 43 | 29 | 21 | 151 | 33 | 2D |
| Octal | 253 | 70 | 145 | 0 | 103 | 51 | 41 | 521 | 63 | 55 |
| Binary | 10101011 | 111000 | 1100101 | 0 | 1000011 | 101001 | 100001 | 101010001 | 110011 | 101101 |
Color Harmonies of #AB3865
Complementary color
Monochromatic Colors of #AB3865
Black with #AB3865
Text Example
Text Example
White with #AB3865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3865; }
p { color: rgb(171,56,101); }
H1.HeaderClassName
{
color: #AB3865;
}
.AnyTagClassName
{
color: #AB3865;
}
</style>
background-color css
<style>
a { background-color: #AB3865; }
a { background-color: rgb(171,56,101); }
div.DivClassName
{
background-color: #AB3865;
}
.BgClassName
{
background-color: #AB3865;
}
</style>
border-color css
<style>
span { border-color: #AB3865; }
span { border-color: rgb(171,56,101); }
td.TdClassName
{
border-color: #AB3865;
}
.TagClassName
{
border-color: #AB3865;
}
</style>