Shades of Rouge #A03F75
Tints of Rouge #A03F75
RGB
CMYK
RGB Variations
Color information
#A03F75 (or 0xA03F75) is known color: Rouge. HEX triplet: A0, 3F and 75. RGB value is (160,63,117). Sum of RGB (Red+Green+Blue) = 160+63+117=340 (45% of max value = 765). Red value is 160 (62.89% from 255 or 47.06% from 340); Green value is 63 (25% from 255 or 18.53% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 160 - color contains mainly: red. Hex color #A03F75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03F75 is #5FC08A. Grayscale: #626262. Windows color (decimal): -6275211 or 7684000. OLE color: 7684000.
HSL color Cylindrical-coordinate representation of color #A03F75: hue angle of 326.6º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A03F75 is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 63 | 117 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.37 |
| HSL | 326.6º | 0.43% | 0.44% | - |
| HSV(B) | 326.6º | 0.61% | 0.63% | - |
| XYZ | 19.49 | 12.31 | 18.18 | - |
| YUV | 98.16 | 138.64 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 63 | 117 | 0 | 0.61 | 0.27 | 0.37 | 326.6 | 0.43 | 0.44 |
| Hex | A0 | 3F | 75 | 0 | 3D | 1B | 25 | 147 | 2B | 2C |
| Octal | 240 | 77 | 165 | 0 | 75 | 33 | 45 | 507 | 53 | 54 |
| Binary | 10100000 | 111111 | 1110101 | 0 | 111101 | 11011 | 100101 | 101000111 | 101011 | 101100 |
Color Harmonies of #A03F75
Complementary color
Monochromatic Colors of #A03F75
Black with #A03F75
Text Example
Text Example
White with #A03F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03F75; }
p { color: rgb(160,63,117); }
H1.HeaderClassName
{
color: #A03F75;
}
.AnyTagClassName
{
color: #A03F75;
}
</style>
background-color css
<style>
a { background-color: #A03F75; }
a { background-color: rgb(160,63,117); }
div.DivClassName
{
background-color: #A03F75;
}
.BgClassName
{
background-color: #A03F75;
}
</style>
border-color css
<style>
span { border-color: #A03F75; }
span { border-color: rgb(160,63,117); }
td.TdClassName
{
border-color: #A03F75;
}
.TagClassName
{
border-color: #A03F75;
}
</style>