Shades of Rouge #A03A6D
Tints of Rouge #A03A6D
RGB
CMYK
RGB Variations
Color information
#A03A6D (or 0xA03A6D) is known color: Rouge. HEX triplet: A0, 3A and 6D. RGB value is (160,58,109). Sum of RGB (Red+Green+Blue) = 160+58+109=327 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.93% from 327); Green value is 58 (23.05% from 255 or 17.74% from 327); Blue value is 109 (42.97% from 255 or 33.33% from 327); Max value from RGB is 160 - color contains mainly: red. Hex color #A03A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03A6D is #5FC592. Grayscale: #5E5E5E. Windows color (decimal): -6276499 or 7158432. OLE color: 7158432.
HSL color Cylindrical-coordinate representation of color #A03A6D: hue angle of 330º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A03A6D is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 58 | 109 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.37 |
| HSL | 330º | 0.47% | 0.43% | - |
| HSV(B) | 330º | 0.64% | 0.63% | - |
| XYZ | 18.77 | 11.6 | 15.72 | - |
| YUV | 94.31 | 136.29 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 58 | 109 | 0 | 0.64 | 0.32 | 0.37 | 330 | 0.47 | 0.43 |
| Hex | A0 | 3A | 6D | 0 | 40 | 20 | 25 | 14A | 2F | 2B |
| Octal | 240 | 72 | 155 | 0 | 100 | 40 | 45 | 512 | 57 | 53 |
| Binary | 10100000 | 111010 | 1101101 | 0 | 1000000 | 100000 | 100101 | 101001010 | 101111 | 101011 |
Color Harmonies of #A03A6D
Complementary color
Monochromatic Colors of #A03A6D
Black with #A03A6D
Text Example
Text Example
White with #A03A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03A6D; }
p { color: rgb(160,58,109); }
H1.HeaderClassName
{
color: #A03A6D;
}
.AnyTagClassName
{
color: #A03A6D;
}
</style>
background-color css
<style>
a { background-color: #A03A6D; }
a { background-color: rgb(160,58,109); }
div.DivClassName
{
background-color: #A03A6D;
}
.BgClassName
{
background-color: #A03A6D;
}
</style>
border-color css
<style>
span { border-color: #A03A6D; }
span { border-color: rgb(160,58,109); }
td.TdClassName
{
border-color: #A03A6D;
}
.TagClassName
{
border-color: #A03A6D;
}
</style>