Shades of Rouge #A23C71
Tints of Rouge #A23C71
RGB
CMYK
RGB Variations
Color information
#A23C71 (or 0xA23C71) is known color: Rouge. HEX triplet: A2, 3C and 71. RGB value is (162,60,113). Sum of RGB (Red+Green+Blue) = 162+60+113=335 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.36% from 335); Green value is 60 (23.83% from 255 or 17.91% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 162 - color contains mainly: red. Hex color #A23C71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23C71 is #5DC38E. Grayscale: #606060. Windows color (decimal): -6144911 or 7421090. OLE color: 7421090.
HSL color Cylindrical-coordinate representation of color #A23C71: hue angle of 328.82º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A23C71 is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 60 | 113 | - |
| CMYK | 0 | 0.63 | 0.30 | 0.36 |
| HSL | 328.82º | 0.46% | 0.44% | - |
| HSV(B) | 328.82º | 0.63% | 0.64% | - |
| XYZ | 19.5 | 12.11 | 16.93 | - |
| YUV | 96.54 | 137.29 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 60 | 113 | 0 | 0.63 | 0.30 | 0.36 | 328.82 | 0.46 | 0.44 |
| Hex | A2 | 3C | 71 | 0 | 3F | 1E | 24 | 149 | 2E | 2C |
| Octal | 242 | 74 | 161 | 0 | 77 | 36 | 44 | 511 | 56 | 54 |
| Binary | 10100010 | 111100 | 1110001 | 0 | 111111 | 11110 | 100100 | 101001001 | 101110 | 101100 |
Color Harmonies of #A23C71
Complementary color
Monochromatic Colors of #A23C71
Black with #A23C71
Text Example
Text Example
White with #A23C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23C71; }
p { color: rgb(162,60,113); }
H1.HeaderClassName
{
color: #A23C71;
}
.AnyTagClassName
{
color: #A23C71;
}
</style>
background-color css
<style>
a { background-color: #A23C71; }
a { background-color: rgb(162,60,113); }
div.DivClassName
{
background-color: #A23C71;
}
.BgClassName
{
background-color: #A23C71;
}
</style>
border-color css
<style>
span { border-color: #A23C71; }
span { border-color: rgb(162,60,113); }
td.TdClassName
{
border-color: #A23C71;
}
.TagClassName
{
border-color: #A23C71;
}
</style>