Shades of Rouge #A23C74
Tints of Rouge #A23C74
RGB
CMYK
RGB Variations
Color information
#A23C74 (or 0xA23C74) is known color: Rouge. HEX triplet: A2, 3C and 74. RGB value is (162,60,116). Sum of RGB (Red+Green+Blue) = 162+60+116=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 60 (23.83% from 255 or 17.75% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 162 - color contains mainly: red. Hex color #A23C74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23C74 is #5DC38B. Grayscale: #606060. Windows color (decimal): -6144908 or 7617698. OLE color: 7617698.
HSL color Cylindrical-coordinate representation of color #A23C74: hue angle of 327.06º 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 #A23C74 is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 60 | 116 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.36 |
| HSL | 327.06º | 0.46% | 0.44% | - |
| HSV(B) | 327.06º | 0.63% | 0.64% | - |
| XYZ | 19.67 | 12.17 | 17.84 | - |
| YUV | 96.88 | 138.79 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 60 | 116 | 0 | 0.63 | 0.28 | 0.36 | 327.06 | 0.46 | 0.44 |
| Hex | A2 | 3C | 74 | 0 | 3F | 1C | 24 | 147 | 2E | 2C |
| Octal | 242 | 74 | 164 | 0 | 77 | 34 | 44 | 507 | 56 | 54 |
| Binary | 10100010 | 111100 | 1110100 | 0 | 111111 | 11100 | 100100 | 101000111 | 101110 | 101100 |
Color Harmonies of #A23C74
Complementary color
Monochromatic Colors of #A23C74
Black with #A23C74
Text Example
Text Example
White with #A23C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23C74; }
p { color: rgb(162,60,116); }
H1.HeaderClassName
{
color: #A23C74;
}
.AnyTagClassName
{
color: #A23C74;
}
</style>
background-color css
<style>
a { background-color: #A23C74; }
a { background-color: rgb(162,60,116); }
div.DivClassName
{
background-color: #A23C74;
}
.BgClassName
{
background-color: #A23C74;
}
</style>
border-color css
<style>
span { border-color: #A23C74; }
span { border-color: rgb(162,60,116); }
td.TdClassName
{
border-color: #A23C74;
}
.TagClassName
{
border-color: #A23C74;
}
</style>