Shades of Rouge #A23F74
Tints of Rouge #A23F74
RGB
CMYK
RGB Variations
Color information
#A23F74 (or 0xA23F74) is known color: Rouge. HEX triplet: A2, 3F and 74. RGB value is (162,63,116). Sum of RGB (Red+Green+Blue) = 162+63+116=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 63 (25% from 255 or 18.48% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 162 - color contains mainly: red. Hex color #A23F74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23F74 is #5DC08B. Grayscale: #626262. Windows color (decimal): -6144140 or 7618466. OLE color: 7618466.
HSL color Cylindrical-coordinate representation of color #A23F74: hue angle of 327.88º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A23F74 is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 63 | 116 | - |
| CMYK | 0 | 0.61 | 0.28 | 0.36 |
| HSL | 327.88º | 0.44% | 0.44% | - |
| HSV(B) | 327.88º | 0.61% | 0.64% | - |
| XYZ | 19.83 | 12.5 | 17.89 | - |
| YUV | 98.64 | 137.8 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 63 | 116 | 0 | 0.61 | 0.28 | 0.36 | 327.88 | 0.44 | 0.44 |
| Hex | A2 | 3F | 74 | 0 | 3D | 1C | 24 | 148 | 2C | 2C |
| Octal | 242 | 77 | 164 | 0 | 75 | 34 | 44 | 510 | 54 | 54 |
| Binary | 10100010 | 111111 | 1110100 | 0 | 111101 | 11100 | 100100 | 101001000 | 101100 | 101100 |
Color Harmonies of #A23F74
Complementary color
Monochromatic Colors of #A23F74
Black with #A23F74
Text Example
Text Example
White with #A23F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23F74; }
p { color: rgb(162,63,116); }
H1.HeaderClassName
{
color: #A23F74;
}
.AnyTagClassName
{
color: #A23F74;
}
</style>
background-color css
<style>
a { background-color: #A23F74; }
a { background-color: rgb(162,63,116); }
div.DivClassName
{
background-color: #A23F74;
}
.BgClassName
{
background-color: #A23F74;
}
</style>
border-color css
<style>
span { border-color: #A23F74; }
span { border-color: rgb(162,63,116); }
td.TdClassName
{
border-color: #A23F74;
}
.TagClassName
{
border-color: #A23F74;
}
</style>