Shades of Rouge #AB315C
Tints of Rouge #AB315C
RGB
CMYK
RGB Variations
Color information
#AB315C (or 0xAB315C) is known color: Rouge. HEX triplet: AB, 31 and 5C. RGB value is (171,49,92). Sum of RGB (Red+Green+Blue) = 171+49+92=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB315C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB315C is #54CEA3. Grayscale: #5A5A5A. Windows color (decimal): -5557924 or 6042027. OLE color: 6042027.
HSL color Cylindrical-coordinate representation of color #AB315C: hue angle of 338.85º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB315C is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 49 | 92 | - |
| CMYK | 0 | 0.71 | 0.46 | 0.33 |
| HSL | 338.85º | 0.55% | 0.43% | - |
| HSV(B) | 338.85º | 0.71% | 0.67% | - |
| XYZ | 19.82 | 11.63 | 11.32 | - |
| YUV | 90.38 | 128.92 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 49 | 92 | 0 | 0.71 | 0.46 | 0.33 | 338.85 | 0.55 | 0.43 |
| Hex | AB | 31 | 5C | 0 | 47 | 2E | 21 | 153 | 37 | 2B |
| Octal | 253 | 61 | 134 | 0 | 107 | 56 | 41 | 523 | 67 | 53 |
| Binary | 10101011 | 110001 | 1011100 | 0 | 1000111 | 101110 | 100001 | 101010011 | 110111 | 101011 |
Color Harmonies of #AB315C
Complementary color
Monochromatic Colors of #AB315C
Black with #AB315C
Text Example
Text Example
White with #AB315C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB315C; }
p { color: rgb(171,49,92); }
H1.HeaderClassName
{
color: #AB315C;
}
.AnyTagClassName
{
color: #AB315C;
}
</style>
background-color css
<style>
a { background-color: #AB315C; }
a { background-color: rgb(171,49,92); }
div.DivClassName
{
background-color: #AB315C;
}
.BgClassName
{
background-color: #AB315C;
}
</style>
border-color css
<style>
span { border-color: #AB315C; }
span { border-color: rgb(171,49,92); }
td.TdClassName
{
border-color: #AB315C;
}
.TagClassName
{
border-color: #AB315C;
}
</style>