Shades of Rouge #AB3564
Tints of Rouge #AB3564
RGB
CMYK
RGB Variations
Color information
#AB3564 (or 0xAB3564) is known color: Rouge. HEX triplet: AB, 35 and 64. RGB value is (171,53,100). Sum of RGB (Red+Green+Blue) = 171+53+100=324 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.78% from 324); Green value is 53 (21.09% from 255 or 16.36% from 324); Blue value is 100 (39.45% from 255 or 30.86% from 324); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3564 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3564 is #54CA9B. Grayscale: #5D5D5D. Windows color (decimal): -5556892 or 6567339. OLE color: 6567339.
HSL color Cylindrical-coordinate representation of color #AB3564: hue angle of 336.1º 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 #AB3564 is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 53 | 100 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.33 |
| HSL | 336.1º | 0.53% | 0.44% | - |
| HSV(B) | 336.1º | 0.69% | 0.67% | - |
| XYZ | 20.37 | 12.12 | 13.32 | - |
| YUV | 93.64 | 131.59 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 53 | 100 | 0 | 0.69 | 0.42 | 0.33 | 336.1 | 0.53 | 0.44 |
| Hex | AB | 35 | 64 | 0 | 45 | 2A | 21 | 150 | 35 | 2C |
| Octal | 253 | 65 | 144 | 0 | 105 | 52 | 41 | 520 | 65 | 54 |
| Binary | 10101011 | 110101 | 1100100 | 0 | 1000101 | 101010 | 100001 | 101010000 | 110101 | 101100 |
Color Harmonies of #AB3564
Complementary color
Monochromatic Colors of #AB3564
Black with #AB3564
Text Example
Text Example
White with #AB3564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3564; }
p { color: rgb(171,53,100); }
H1.HeaderClassName
{
color: #AB3564;
}
.AnyTagClassName
{
color: #AB3564;
}
</style>
background-color css
<style>
a { background-color: #AB3564; }
a { background-color: rgb(171,53,100); }
div.DivClassName
{
background-color: #AB3564;
}
.BgClassName
{
background-color: #AB3564;
}
</style>
border-color css
<style>
span { border-color: #AB3564; }
span { border-color: rgb(171,53,100); }
td.TdClassName
{
border-color: #AB3564;
}
.TagClassName
{
border-color: #AB3564;
}
</style>