Shades of Rouge #A23473
Tints of Rouge #A23473
RGB
CMYK
RGB Variations
Color information
#A23473 (or 0xA23473) is known color: Rouge. HEX triplet: A2, 34 and 73. RGB value is (162,52,115). Sum of RGB (Red+Green+Blue) = 162+52+115=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A23473 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23473 is #5DCB8C. Grayscale: #5B5B5B. Windows color (decimal): -6146957 or 7550114. OLE color: 7550114.
HSL color Cylindrical-coordinate representation of color #A23473: hue angle of 325.64º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A23473 is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 52 | 115 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.36 |
| HSL | 325.64º | 0.51% | 0.42% | - |
| HSV(B) | 325.64º | 0.68% | 0.64% | - |
| XYZ | 19.22 | 11.38 | 17.4 | - |
| YUV | 92.07 | 140.94 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 52 | 115 | 0 | 0.68 | 0.29 | 0.36 | 325.64 | 0.51 | 0.42 |
| Hex | A2 | 34 | 73 | 0 | 44 | 1D | 24 | 146 | 33 | 2A |
| Octal | 242 | 64 | 163 | 0 | 104 | 35 | 44 | 506 | 63 | 52 |
| Binary | 10100010 | 110100 | 1110011 | 0 | 1000100 | 11101 | 100100 | 101000110 | 110011 | 101010 |
Color Harmonies of #A23473
Complementary color
Monochromatic Colors of #A23473
Black with #A23473
Text Example
Text Example
White with #A23473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23473; }
p { color: rgb(162,52,115); }
H1.HeaderClassName
{
color: #A23473;
}
.AnyTagClassName
{
color: #A23473;
}
</style>
background-color css
<style>
a { background-color: #A23473; }
a { background-color: rgb(162,52,115); }
div.DivClassName
{
background-color: #A23473;
}
.BgClassName
{
background-color: #A23473;
}
</style>
border-color css
<style>
span { border-color: #A23473; }
span { border-color: rgb(162,52,115); }
td.TdClassName
{
border-color: #A23473;
}
.TagClassName
{
border-color: #A23473;
}
</style>