Shades of Rouge #A8315B
Tints of Rouge #A8315B
RGB
CMYK
RGB Variations
Color information
#A8315B (or 0xA8315B) is known color: Rouge. HEX triplet: A8, 31 and 5B. RGB value is (168,49,91). Sum of RGB (Red+Green+Blue) = 168+49+91=308 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.55% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 91 (35.94% from 255 or 29.55% from 308); Max value from RGB is 168 - color contains mainly: red. Hex color #A8315B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8315B is #57CEA4. Grayscale: #595959. Windows color (decimal): -5754533 or 5976488. OLE color: 5976488.
HSL color Cylindrical-coordinate representation of color #A8315B: hue angle of 338.82º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A8315B is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 49 | 91 | - |
| CMYK | 0 | 0.71 | 0.46 | 0.34 |
| HSL | 338.82º | 0.55% | 0.43% | - |
| HSV(B) | 338.82º | 0.71% | 0.66% | - |
| XYZ | 19.14 | 11.28 | 11.07 | - |
| YUV | 89.37 | 128.92 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 49 | 91 | 0 | 0.71 | 0.46 | 0.34 | 338.82 | 0.55 | 0.43 |
| Hex | A8 | 31 | 5B | 0 | 47 | 2E | 22 | 153 | 37 | 2B |
| Octal | 250 | 61 | 133 | 0 | 107 | 56 | 42 | 523 | 67 | 53 |
| Binary | 10101000 | 110001 | 1011011 | 0 | 1000111 | 101110 | 100010 | 101010011 | 110111 | 101011 |
Color Harmonies of #A8315B
Complementary color
Monochromatic Colors of #A8315B
Black with #A8315B
Text Example
Text Example
White with #A8315B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8315B; }
p { color: rgb(168,49,91); }
H1.HeaderClassName
{
color: #A8315B;
}
.AnyTagClassName
{
color: #A8315B;
}
</style>
background-color css
<style>
a { background-color: #A8315B; }
a { background-color: rgb(168,49,91); }
div.DivClassName
{
background-color: #A8315B;
}
.BgClassName
{
background-color: #A8315B;
}
</style>
border-color css
<style>
span { border-color: #A8315B; }
span { border-color: rgb(168,49,91); }
td.TdClassName
{
border-color: #A8315B;
}
.TagClassName
{
border-color: #A8315B;
}
</style>