Shades of Rouge #A23C75
Tints of Rouge #A23C75
RGB
CMYK
RGB Variations
Color information
#A23C75 (or 0xA23C75) is known color: Rouge. HEX triplet: A2, 3C and 75. RGB value is (162,60,117). Sum of RGB (Red+Green+Blue) = 162+60+117=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 60 (23.83% from 255 or 17.70% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 162 - color contains mainly: red. Hex color #A23C75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23C75 is #5DC38A. Grayscale: #606060. Windows color (decimal): -6144907 or 7683234. OLE color: 7683234.
HSL color Cylindrical-coordinate representation of color #A23C75: hue angle of 326.47º 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 #A23C75 is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 60 | 117 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.36 |
| HSL | 326.47º | 0.46% | 0.44% | - |
| HSV(B) | 326.47º | 0.63% | 0.64% | - |
| XYZ | 19.73 | 12.2 | 18.14 | - |
| YUV | 97 | 139.29 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 60 | 117 | 0 | 0.63 | 0.28 | 0.36 | 326.47 | 0.46 | 0.44 |
| Hex | A2 | 3C | 75 | 0 | 3F | 1C | 24 | 146 | 2E | 2C |
| Octal | 242 | 74 | 165 | 0 | 77 | 34 | 44 | 506 | 56 | 54 |
| Binary | 10100010 | 111100 | 1110101 | 0 | 111111 | 11100 | 100100 | 101000110 | 101110 | 101100 |
Color Harmonies of #A23C75
Complementary color
Monochromatic Colors of #A23C75
Black with #A23C75
Text Example
Text Example
White with #A23C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23C75; }
p { color: rgb(162,60,117); }
H1.HeaderClassName
{
color: #A23C75;
}
.AnyTagClassName
{
color: #A23C75;
}
</style>
background-color css
<style>
a { background-color: #A23C75; }
a { background-color: rgb(162,60,117); }
div.DivClassName
{
background-color: #A23C75;
}
.BgClassName
{
background-color: #A23C75;
}
</style>
border-color css
<style>
span { border-color: #A23C75; }
span { border-color: rgb(162,60,117); }
td.TdClassName
{
border-color: #A23C75;
}
.TagClassName
{
border-color: #A23C75;
}
</style>