Shades of Rouge #A23A73
Tints of Rouge #A23A73
RGB
CMYK
RGB Variations
Color information
#A23A73 (or 0xA23A73) is known color: Rouge. HEX triplet: A2, 3A and 73. RGB value is (162,58,115). Sum of RGB (Red+Green+Blue) = 162+58+115=335 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.36% from 335); Green value is 58 (23.05% from 255 or 17.31% from 335); Blue value is 115 (45.31% from 255 or 34.33% from 335); Max value from RGB is 162 - color contains mainly: red. Hex color #A23A73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23A73 is #5DC58C. Grayscale: #5F5F5F. Windows color (decimal): -6145421 or 7551650. OLE color: 7551650.
HSL color Cylindrical-coordinate representation of color #A23A73: hue angle of 327.12º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A23A73 is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 58 | 115 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.36 |
| HSL | 327.12º | 0.47% | 0.43% | - |
| HSV(B) | 327.12º | 0.64% | 0.64% | - |
| XYZ | 19.51 | 11.95 | 17.5 | - |
| YUV | 95.59 | 138.96 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 58 | 115 | 0 | 0.64 | 0.29 | 0.36 | 327.12 | 0.47 | 0.43 |
| Hex | A2 | 3A | 73 | 0 | 40 | 1D | 24 | 147 | 2F | 2B |
| Octal | 242 | 72 | 163 | 0 | 100 | 35 | 44 | 507 | 57 | 53 |
| Binary | 10100010 | 111010 | 1110011 | 0 | 1000000 | 11101 | 100100 | 101000111 | 101111 | 101011 |
Color Harmonies of #A23A73
Complementary color
Monochromatic Colors of #A23A73
Black with #A23A73
Text Example
Text Example
White with #A23A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23A73; }
p { color: rgb(162,58,115); }
H1.HeaderClassName
{
color: #A23A73;
}
.AnyTagClassName
{
color: #A23A73;
}
</style>
background-color css
<style>
a { background-color: #A23A73; }
a { background-color: rgb(162,58,115); }
div.DivClassName
{
background-color: #A23A73;
}
.BgClassName
{
background-color: #A23A73;
}
</style>
border-color css
<style>
span { border-color: #A23A73; }
span { border-color: rgb(162,58,115); }
td.TdClassName
{
border-color: #A23A73;
}
.TagClassName
{
border-color: #A23A73;
}
</style>