Shades of Rouge #A23173
Tints of Rouge #A23173
RGB
CMYK
RGB Variations
Color information
#A23173 (or 0xA23173) is known color: Rouge. HEX triplet: A2, 31 and 73. RGB value is (162,49,115). Sum of RGB (Red+Green+Blue) = 162+49+115=326 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.69% from 326); Green value is 49 (19.53% from 255 or 15.03% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 162 - color contains mainly: red. Hex color #A23173 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23173 is #5DCE8C. Grayscale: #5A5A5A. Windows color (decimal): -6147725 or 7549346. OLE color: 7549346.
HSL color Cylindrical-coordinate representation of color #A23173: hue angle of 324.96º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A23173 is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 49 | 115 | - |
| CMYK | 0 | 0.70 | 0.29 | 0.36 |
| HSL | 324.96º | 0.54% | 0.41% | - |
| HSV(B) | 324.96º | 0.7% | 0.64% | - |
| XYZ | 19.09 | 11.12 | 17.36 | - |
| YUV | 90.31 | 141.94 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 49 | 115 | 0 | 0.70 | 0.29 | 0.36 | 324.96 | 0.54 | 0.41 |
| Hex | A2 | 31 | 73 | 0 | 46 | 1D | 24 | 145 | 36 | 29 |
| Octal | 242 | 61 | 163 | 0 | 106 | 35 | 44 | 505 | 66 | 51 |
| Binary | 10100010 | 110001 | 1110011 | 0 | 1000110 | 11101 | 100100 | 101000101 | 110110 | 101001 |
Color Harmonies of #A23173
Complementary color
Monochromatic Colors of #A23173
Black with #A23173
Text Example
Text Example
White with #A23173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23173; }
p { color: rgb(162,49,115); }
H1.HeaderClassName
{
color: #A23173;
}
.AnyTagClassName
{
color: #A23173;
}
</style>
background-color css
<style>
a { background-color: #A23173; }
a { background-color: rgb(162,49,115); }
div.DivClassName
{
background-color: #A23173;
}
.BgClassName
{
background-color: #A23173;
}
</style>
border-color css
<style>
span { border-color: #A23173; }
span { border-color: rgb(162,49,115); }
td.TdClassName
{
border-color: #A23173;
}
.TagClassName
{
border-color: #A23173;
}
</style>