Shades of Rouge #AB3D72
Tints of Rouge #AB3D72
RGB
CMYK
RGB Variations
Color information
#AB3D72 (or 0xAB3D72) is known color: Rouge. HEX triplet: AB, 3D and 72. RGB value is (171,61,114). Sum of RGB (Red+Green+Blue) = 171+61+114=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 61 (24.22% from 255 or 17.63% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3D72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3D72 is #54C28D. Grayscale: #636363. Windows color (decimal): -5554830 or 7486891. OLE color: 7486891.
HSL color Cylindrical-coordinate representation of color #AB3D72: hue angle of 331.09º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB3D72 is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 61 | 114 | - |
| CMYK | 0 | 0.64 | 0.33 | 0.33 |
| HSL | 331.09º | 0.47% | 0.45% | - |
| HSV(B) | 331.09º | 0.64% | 0.67% | - |
| XYZ | 21.5 | 13.21 | 17.34 | - |
| YUV | 99.93 | 135.94 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 61 | 114 | 0 | 0.64 | 0.33 | 0.33 | 331.09 | 0.47 | 0.45 |
| Hex | AB | 3D | 72 | 0 | 40 | 21 | 21 | 14B | 2F | 2D |
| Octal | 253 | 75 | 162 | 0 | 100 | 41 | 41 | 513 | 57 | 55 |
| Binary | 10101011 | 111101 | 1110010 | 0 | 1000000 | 100001 | 100001 | 101001011 | 101111 | 101101 |
Color Harmonies of #AB3D72
Complementary color
Monochromatic Colors of #AB3D72
Black with #AB3D72
Text Example
Text Example
White with #AB3D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3D72; }
p { color: rgb(171,61,114); }
H1.HeaderClassName
{
color: #AB3D72;
}
.AnyTagClassName
{
color: #AB3D72;
}
</style>
background-color css
<style>
a { background-color: #AB3D72; }
a { background-color: rgb(171,61,114); }
div.DivClassName
{
background-color: #AB3D72;
}
.BgClassName
{
background-color: #AB3D72;
}
</style>
border-color css
<style>
span { border-color: #AB3D72; }
span { border-color: rgb(171,61,114); }
td.TdClassName
{
border-color: #AB3D72;
}
.TagClassName
{
border-color: #AB3D72;
}
</style>