Shades of Rouge #A0336F
Tints of Rouge #A0336F
RGB
CMYK
RGB Variations
Color information
#A0336F (or 0xA0336F) is known color: Rouge. HEX triplet: A0, 33 and 6F. RGB value is (160,51,111). Sum of RGB (Red+Green+Blue) = 160+51+111=322 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.69% from 322); Green value is 51 (20.31% from 255 or 15.84% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 160 - color contains mainly: red. Hex color #A0336F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0336F is #5FCC90. Grayscale: #5A5A5A. Windows color (decimal): -6278289 or 7287712. OLE color: 7287712.
HSL color Cylindrical-coordinate representation of color #A0336F: hue angle of 326.97º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A0336F is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 51 | 111 | - |
| CMYK | 0 | 0.68 | 0.31 | 0.37 |
| HSL | 326.97º | 0.52% | 0.41% | - |
| HSV(B) | 326.97º | 0.68% | 0.63% | - |
| XYZ | 18.55 | 10.99 | 16.18 | - |
| YUV | 90.43 | 139.61 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 51 | 111 | 0 | 0.68 | 0.31 | 0.37 | 326.97 | 0.52 | 0.41 |
| Hex | A0 | 33 | 6F | 0 | 44 | 1F | 25 | 147 | 34 | 29 |
| Octal | 240 | 63 | 157 | 0 | 104 | 37 | 45 | 507 | 64 | 51 |
| Binary | 10100000 | 110011 | 1101111 | 0 | 1000100 | 11111 | 100101 | 101000111 | 110100 | 101001 |
Color Harmonies of #A0336F
Complementary color
Monochromatic Colors of #A0336F
Black with #A0336F
Text Example
Text Example
White with #A0336F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0336F; }
p { color: rgb(160,51,111); }
H1.HeaderClassName
{
color: #A0336F;
}
.AnyTagClassName
{
color: #A0336F;
}
</style>
background-color css
<style>
a { background-color: #A0336F; }
a { background-color: rgb(160,51,111); }
div.DivClassName
{
background-color: #A0336F;
}
.BgClassName
{
background-color: #A0336F;
}
</style>
border-color css
<style>
span { border-color: #A0336F; }
span { border-color: rgb(160,51,111); }
td.TdClassName
{
border-color: #A0336F;
}
.TagClassName
{
border-color: #A0336F;
}
</style>