Shades of Rouge #A43E6E
Tints of Rouge #A43E6E
RGB
CMYK
RGB Variations
Color information
#A43E6E (or 0xA43E6E) is known color: Rouge. HEX triplet: A4, 3E and 6E. RGB value is (164,62,110). Sum of RGB (Red+Green+Blue) = 164+62+110=336 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.81% from 336); Green value is 62 (24.61% from 255 or 18.45% from 336); Blue value is 110 (43.36% from 255 or 32.74% from 336); Max value from RGB is 164 - color contains mainly: red. Hex color #A43E6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43E6E is #5BC191. Grayscale: #616161. Windows color (decimal): -6013330 or 7224996. OLE color: 7224996.
HSL color Cylindrical-coordinate representation of color #A43E6E: hue angle of 331.76º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A43E6E is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 62 | 110 | - |
| CMYK | 0 | 0.62 | 0.33 | 0.36 |
| HSL | 331.76º | 0.45% | 0.44% | - |
| HSV(B) | 331.76º | 0.62% | 0.64% | - |
| XYZ | 19.85 | 12.46 | 16.11 | - |
| YUV | 97.97 | 134.79 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 62 | 110 | 0 | 0.62 | 0.33 | 0.36 | 331.76 | 0.45 | 0.44 |
| Hex | A4 | 3E | 6E | 0 | 3E | 21 | 24 | 14C | 2D | 2C |
| Octal | 244 | 76 | 156 | 0 | 76 | 41 | 44 | 514 | 55 | 54 |
| Binary | 10100100 | 111110 | 1101110 | 0 | 111110 | 100001 | 100100 | 101001100 | 101101 | 101100 |
Color Harmonies of #A43E6E
Complementary color
Monochromatic Colors of #A43E6E
Black with #A43E6E
Text Example
Text Example
White with #A43E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43E6E; }
p { color: rgb(164,62,110); }
H1.HeaderClassName
{
color: #A43E6E;
}
.AnyTagClassName
{
color: #A43E6E;
}
</style>
background-color css
<style>
a { background-color: #A43E6E; }
a { background-color: rgb(164,62,110); }
div.DivClassName
{
background-color: #A43E6E;
}
.BgClassName
{
background-color: #A43E6E;
}
</style>
border-color css
<style>
span { border-color: #A43E6E; }
span { border-color: rgb(164,62,110); }
td.TdClassName
{
border-color: #A43E6E;
}
.TagClassName
{
border-color: #A43E6E;
}
</style>