Shades of Rouge #A2325F
Tints of Rouge #A2325F
RGB
CMYK
RGB Variations
Color information
#A2325F (or 0xA2325F) is known color: Rouge. HEX triplet: A2, 32 and 5F. RGB value is (162,50,95). Sum of RGB (Red+Green+Blue) = 162+50+95=307 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.77% from 307); Green value is 50 (19.92% from 255 or 16.29% from 307); Blue value is 95 (37.5% from 255 or 30.94% from 307); Max value from RGB is 162 - color contains mainly: red. Hex color #A2325F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2325F is #5DCDA0. Grayscale: #585858. Windows color (decimal): -6147489 or 6238882. OLE color: 6238882.
HSL color Cylindrical-coordinate representation of color #A2325F: hue angle of 335.89º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A2325F is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 50 | 95 | - |
| CMYK | 0 | 0.69 | 0.41 | 0.36 |
| HSL | 335.89º | 0.53% | 0.42% | - |
| HSV(B) | 335.89º | 0.69% | 0.64% | - |
| XYZ | 18.11 | 10.79 | 11.95 | - |
| YUV | 88.62 | 131.61 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 50 | 95 | 0 | 0.69 | 0.41 | 0.36 | 335.89 | 0.53 | 0.42 |
| Hex | A2 | 32 | 5F | 0 | 45 | 29 | 24 | 150 | 35 | 2A |
| Octal | 242 | 62 | 137 | 0 | 105 | 51 | 44 | 520 | 65 | 52 |
| Binary | 10100010 | 110010 | 1011111 | 0 | 1000101 | 101001 | 100100 | 101010000 | 110101 | 101010 |
Color Harmonies of #A2325F
Complementary color
Monochromatic Colors of #A2325F
Black with #A2325F
Text Example
Text Example
White with #A2325F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2325F; }
p { color: rgb(162,50,95); }
H1.HeaderClassName
{
color: #A2325F;
}
.AnyTagClassName
{
color: #A2325F;
}
</style>
background-color css
<style>
a { background-color: #A2325F; }
a { background-color: rgb(162,50,95); }
div.DivClassName
{
background-color: #A2325F;
}
.BgClassName
{
background-color: #A2325F;
}
</style>
border-color css
<style>
span { border-color: #A2325F; }
span { border-color: rgb(162,50,95); }
td.TdClassName
{
border-color: #A2325F;
}
.TagClassName
{
border-color: #A2325F;
}
</style>