Shades of Rouge #A03273
Tints of Rouge #A03273
RGB
CMYK
RGB Variations
Color information
#A03273 (or 0xA03273) is known color: Rouge. HEX triplet: A0, 32 and 73. RGB value is (160,50,115). Sum of RGB (Red+Green+Blue) = 160+50+115=325 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.23% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 160 - color contains mainly: red. Hex color #A03273 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03273 is #5FCD8C. Grayscale: #5A5A5A. Windows color (decimal): -6278541 or 7549600. OLE color: 7549600.
HSL color Cylindrical-coordinate representation of color #A03273: hue angle of 324.55º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A03273 is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 50 | 115 | - |
| CMYK | 0 | 0.69 | 0.28 | 0.37 |
| HSL | 324.55º | 0.52% | 0.41% | - |
| HSV(B) | 324.55º | 0.69% | 0.63% | - |
| XYZ | 18.73 | 10.99 | 17.35 | - |
| YUV | 90.3 | 141.94 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 50 | 115 | 0 | 0.69 | 0.28 | 0.37 | 324.55 | 0.52 | 0.41 |
| Hex | A0 | 32 | 73 | 0 | 45 | 1C | 25 | 145 | 34 | 29 |
| Octal | 240 | 62 | 163 | 0 | 105 | 34 | 45 | 505 | 64 | 51 |
| Binary | 10100000 | 110010 | 1110011 | 0 | 1000101 | 11100 | 100101 | 101000101 | 110100 | 101001 |
Color Harmonies of #A03273
Complementary color
Monochromatic Colors of #A03273
Black with #A03273
Text Example
Text Example
White with #A03273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03273; }
p { color: rgb(160,50,115); }
H1.HeaderClassName
{
color: #A03273;
}
.AnyTagClassName
{
color: #A03273;
}
</style>
background-color css
<style>
a { background-color: #A03273; }
a { background-color: rgb(160,50,115); }
div.DivClassName
{
background-color: #A03273;
}
.BgClassName
{
background-color: #A03273;
}
</style>
border-color css
<style>
span { border-color: #A03273; }
span { border-color: rgb(160,50,115); }
td.TdClassName
{
border-color: #A03273;
}
.TagClassName
{
border-color: #A03273;
}
</style>