Shades of Rouge #A4306E
Tints of Rouge #A4306E
RGB
CMYK
RGB Variations
Color information
#A4306E (or 0xA4306E) is known color: Rouge. HEX triplet: A4, 30 and 6E. RGB value is (164,48,110). Sum of RGB (Red+Green+Blue) = 164+48+110=322 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.93% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 164 - color contains mainly: red. Hex color #A4306E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4306E is #5BCF91. Grayscale: #595959. Windows color (decimal): -6016914 or 7221412. OLE color: 7221412.
HSL color Cylindrical-coordinate representation of color #A4306E: hue angle of 327.93º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A4306E is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 48 | 110 | - |
| CMYK | 0 | 0.71 | 0.33 | 0.36 |
| HSL | 327.93º | 0.55% | 0.42% | - |
| HSV(B) | 327.93º | 0.71% | 0.64% | - |
| XYZ | 19.18 | 11.13 | 15.89 | - |
| YUV | 89.75 | 139.43 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 48 | 110 | 0 | 0.71 | 0.33 | 0.36 | 327.93 | 0.55 | 0.42 |
| Hex | A4 | 30 | 6E | 0 | 47 | 21 | 24 | 148 | 37 | 2A |
| Octal | 244 | 60 | 156 | 0 | 107 | 41 | 44 | 510 | 67 | 52 |
| Binary | 10100100 | 110000 | 1101110 | 0 | 1000111 | 100001 | 100100 | 101001000 | 110111 | 101010 |
Color Harmonies of #A4306E
Complementary color
Monochromatic Colors of #A4306E
Black with #A4306E
Text Example
Text Example
White with #A4306E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4306E; }
p { color: rgb(164,48,110); }
H1.HeaderClassName
{
color: #A4306E;
}
.AnyTagClassName
{
color: #A4306E;
}
</style>
background-color css
<style>
a { background-color: #A4306E; }
a { background-color: rgb(164,48,110); }
div.DivClassName
{
background-color: #A4306E;
}
.BgClassName
{
background-color: #A4306E;
}
</style>
border-color css
<style>
span { border-color: #A4306E; }
span { border-color: rgb(164,48,110); }
td.TdClassName
{
border-color: #A4306E;
}
.TagClassName
{
border-color: #A4306E;
}
</style>