Shades of Rouge #A23B71
Tints of Rouge #A23B71
RGB
CMYK
RGB Variations
Color information
#A23B71 (or 0xA23B71) is known color: Rouge. HEX triplet: A2, 3B and 71. RGB value is (162,59,113). Sum of RGB (Red+Green+Blue) = 162+59+113=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 59 (23.44% from 255 or 17.66% from 334); Blue value is 113 (44.53% from 255 or 33.83% from 334); Max value from RGB is 162 - color contains mainly: red. Hex color #A23B71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23B71 is #5DC48E. Grayscale: #5F5F5F. Windows color (decimal): -6145167 or 7420834. OLE color: 7420834.
HSL color Cylindrical-coordinate representation of color #A23B71: hue angle of 328.54º 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 #A23B71 is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 59 | 113 | - |
| CMYK | 0 | 0.64 | 0.30 | 0.36 |
| HSL | 328.54º | 0.47% | 0.43% | - |
| HSV(B) | 328.54º | 0.64% | 0.64% | - |
| XYZ | 19.44 | 12 | 16.91 | - |
| YUV | 95.95 | 137.62 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 59 | 113 | 0 | 0.64 | 0.30 | 0.36 | 328.54 | 0.47 | 0.43 |
| Hex | A2 | 3B | 71 | 0 | 40 | 1E | 24 | 149 | 2F | 2B |
| Octal | 242 | 73 | 161 | 0 | 100 | 36 | 44 | 511 | 57 | 53 |
| Binary | 10100010 | 111011 | 1110001 | 0 | 1000000 | 11110 | 100100 | 101001001 | 101111 | 101011 |
Color Harmonies of #A23B71
Complementary color
Monochromatic Colors of #A23B71
Black with #A23B71
Text Example
Text Example
White with #A23B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23B71; }
p { color: rgb(162,59,113); }
H1.HeaderClassName
{
color: #A23B71;
}
.AnyTagClassName
{
color: #A23B71;
}
</style>
background-color css
<style>
a { background-color: #A23B71; }
a { background-color: rgb(162,59,113); }
div.DivClassName
{
background-color: #A23B71;
}
.BgClassName
{
background-color: #A23B71;
}
</style>
border-color css
<style>
span { border-color: #A23B71; }
span { border-color: rgb(162,59,113); }
td.TdClassName
{
border-color: #A23B71;
}
.TagClassName
{
border-color: #A23B71;
}
</style>