Shades of Rouge #A23A75
Tints of Rouge #A23A75
RGB
CMYK
RGB Variations
Color information
#A23A75 (or 0xA23A75) is known color: Rouge. HEX triplet: A2, 3A and 75. RGB value is (162,58,117). Sum of RGB (Red+Green+Blue) = 162+58+117=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 58 (23.05% from 255 or 17.21% from 337); Blue value is 117 (46.09% from 255 or 34.72% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A23A75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23A75 is #5DC58A. Grayscale: #5F5F5F. Windows color (decimal): -6145419 or 7682722. OLE color: 7682722.
HSL color Cylindrical-coordinate representation of color #A23A75: hue angle of 325.96º 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 #A23A75 is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 58 | 117 | - |
| CMYK | 0 | 0.64 | 0.28 | 0.36 |
| HSL | 325.96º | 0.47% | 0.43% | - |
| HSV(B) | 325.96º | 0.64% | 0.64% | - |
| XYZ | 19.62 | 11.99 | 18.11 | - |
| YUV | 95.82 | 139.96 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 58 | 117 | 0 | 0.64 | 0.28 | 0.36 | 325.96 | 0.47 | 0.43 |
| Hex | A2 | 3A | 75 | 0 | 40 | 1C | 24 | 146 | 2F | 2B |
| Octal | 242 | 72 | 165 | 0 | 100 | 34 | 44 | 506 | 57 | 53 |
| Binary | 10100010 | 111010 | 1110101 | 0 | 1000000 | 11100 | 100100 | 101000110 | 101111 | 101011 |
Color Harmonies of #A23A75
Complementary color
Monochromatic Colors of #A23A75
Black with #A23A75
Text Example
Text Example
White with #A23A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23A75; }
p { color: rgb(162,58,117); }
H1.HeaderClassName
{
color: #A23A75;
}
.AnyTagClassName
{
color: #A23A75;
}
</style>
background-color css
<style>
a { background-color: #A23A75; }
a { background-color: rgb(162,58,117); }
div.DivClassName
{
background-color: #A23A75;
}
.BgClassName
{
background-color: #A23A75;
}
</style>
border-color css
<style>
span { border-color: #A23A75; }
span { border-color: rgb(162,58,117); }
td.TdClassName
{
border-color: #A23A75;
}
.TagClassName
{
border-color: #A23A75;
}
</style>