Shades of Rouge #AB3568
Tints of Rouge #AB3568
RGB
CMYK
RGB Variations
Color information
#AB3568 (or 0xAB3568) is known color: Rouge. HEX triplet: AB, 35 and 68. RGB value is (171,53,104). Sum of RGB (Red+Green+Blue) = 171+53+104=328 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.13% from 328); Green value is 53 (21.09% from 255 or 16.16% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3568 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3568 is #54CA97. Grayscale: #5E5E5E. Windows color (decimal): -5556888 or 6829483. OLE color: 6829483.
HSL color Cylindrical-coordinate representation of color #AB3568: hue angle of 334.07º 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 #AB3568 is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 53 | 104 | - |
| CMYK | 0 | 0.69 | 0.39 | 0.33 |
| HSL | 334.07º | 0.53% | 0.44% | - |
| HSV(B) | 334.07º | 0.69% | 0.67% | - |
| XYZ | 20.57 | 12.2 | 14.37 | - |
| YUV | 94.1 | 133.59 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 53 | 104 | 0 | 0.69 | 0.39 | 0.33 | 334.07 | 0.53 | 0.44 |
| Hex | AB | 35 | 68 | 0 | 45 | 27 | 21 | 14E | 35 | 2C |
| Octal | 253 | 65 | 150 | 0 | 105 | 47 | 41 | 516 | 65 | 54 |
| Binary | 10101011 | 110101 | 1101000 | 0 | 1000101 | 100111 | 100001 | 101001110 | 110101 | 101100 |
Color Harmonies of #AB3568
Complementary color
Monochromatic Colors of #AB3568
Black with #AB3568
Text Example
Text Example
White with #AB3568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3568; }
p { color: rgb(171,53,104); }
H1.HeaderClassName
{
color: #AB3568;
}
.AnyTagClassName
{
color: #AB3568;
}
</style>
background-color css
<style>
a { background-color: #AB3568; }
a { background-color: rgb(171,53,104); }
div.DivClassName
{
background-color: #AB3568;
}
.BgClassName
{
background-color: #AB3568;
}
</style>
border-color css
<style>
span { border-color: #AB3568; }
span { border-color: rgb(171,53,104); }
td.TdClassName
{
border-color: #AB3568;
}
.TagClassName
{
border-color: #AB3568;
}
</style>