Shades of Rouge #A8335D
Tints of Rouge #A8335D
RGB
CMYK
RGB Variations
Color information
#A8335D (or 0xA8335D) is known color: Rouge. HEX triplet: A8, 33 and 5D. RGB value is (168,51,93). Sum of RGB (Red+Green+Blue) = 168+51+93=312 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.85% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 168 - color contains mainly: red. Hex color #A8335D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8335D is #57CCA2. Grayscale: #5A5A5A. Windows color (decimal): -5754019 or 6108072. OLE color: 6108072.
HSL color Cylindrical-coordinate representation of color #A8335D: hue angle of 338.46º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A8335D is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 51 | 93 | - |
| CMYK | 0 | 0.70 | 0.45 | 0.34 |
| HSL | 338.46º | 0.53% | 0.43% | - |
| HSV(B) | 338.46º | 0.7% | 0.66% | - |
| XYZ | 19.31 | 11.48 | 11.55 | - |
| YUV | 90.77 | 129.26 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 51 | 93 | 0 | 0.70 | 0.45 | 0.34 | 338.46 | 0.53 | 0.43 |
| Hex | A8 | 33 | 5D | 0 | 46 | 2D | 22 | 152 | 35 | 2B |
| Octal | 250 | 63 | 135 | 0 | 106 | 55 | 42 | 522 | 65 | 53 |
| Binary | 10101000 | 110011 | 1011101 | 0 | 1000110 | 101101 | 100010 | 101010010 | 110101 | 101011 |
Color Harmonies of #A8335D
Complementary color
Monochromatic Colors of #A8335D
Black with #A8335D
Text Example
Text Example
White with #A8335D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8335D; }
p { color: rgb(168,51,93); }
H1.HeaderClassName
{
color: #A8335D;
}
.AnyTagClassName
{
color: #A8335D;
}
</style>
background-color css
<style>
a { background-color: #A8335D; }
a { background-color: rgb(168,51,93); }
div.DivClassName
{
background-color: #A8335D;
}
.BgClassName
{
background-color: #A8335D;
}
</style>
border-color css
<style>
span { border-color: #A8335D; }
span { border-color: rgb(168,51,93); }
td.TdClassName
{
border-color: #A8335D;
}
.TagClassName
{
border-color: #A8335D;
}
</style>