Shades of Rouge #A5335B
Tints of Rouge #A5335B
RGB
CMYK
RGB Variations
Color information
#A5335B (or 0xA5335B) is known color: Rouge. HEX triplet: A5, 33 and 5B. RGB value is (165,51,91). Sum of RGB (Red+Green+Blue) = 165+51+91=307 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.75% from 307); Green value is 51 (20.31% from 255 or 16.61% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 165 - color contains mainly: red. Hex color #A5335B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5335B is #5ACCA4. Grayscale: #595959. Windows color (decimal): -5950629 or 5976997. OLE color: 5976997.
HSL color Cylindrical-coordinate representation of color #A5335B: hue angle of 338.95º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A5335B is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 51 | 91 | - |
| CMYK | 0 | 0.69 | 0.45 | 0.35 |
| HSL | 338.95º | 0.53% | 0.42% | - |
| HSV(B) | 338.95º | 0.69% | 0.65% | - |
| XYZ | 18.59 | 11.12 | 11.06 | - |
| YUV | 89.65 | 128.77 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 51 | 91 | 0 | 0.69 | 0.45 | 0.35 | 338.95 | 0.53 | 0.42 |
| Hex | A5 | 33 | 5B | 0 | 45 | 2D | 23 | 153 | 35 | 2A |
| Octal | 245 | 63 | 133 | 0 | 105 | 55 | 43 | 523 | 65 | 52 |
| Binary | 10100101 | 110011 | 1011011 | 0 | 1000101 | 101101 | 100011 | 101010011 | 110101 | 101010 |
Color Harmonies of #A5335B
Complementary color
Monochromatic Colors of #A5335B
Black with #A5335B
Text Example
Text Example
White with #A5335B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5335B; }
p { color: rgb(165,51,91); }
H1.HeaderClassName
{
color: #A5335B;
}
.AnyTagClassName
{
color: #A5335B;
}
</style>
background-color css
<style>
a { background-color: #A5335B; }
a { background-color: rgb(165,51,91); }
div.DivClassName
{
background-color: #A5335B;
}
.BgClassName
{
background-color: #A5335B;
}
</style>
border-color css
<style>
span { border-color: #A5335B; }
span { border-color: rgb(165,51,91); }
td.TdClassName
{
border-color: #A5335B;
}
.TagClassName
{
border-color: #A5335B;
}
</style>