Shades of Rouge #A43E6F
Tints of Rouge #A43E6F
RGB
CMYK
RGB Variations
Color information
#A43E6F (or 0xA43E6F) is known color: Rouge. HEX triplet: A4, 3E and 6F. RGB value is (164,62,111). Sum of RGB (Red+Green+Blue) = 164+62+111=337 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.66% from 337); Green value is 62 (24.61% from 255 or 18.40% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 164 - color contains mainly: red. Hex color #A43E6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43E6F is #5BC190. Grayscale: #616161. Windows color (decimal): -6013329 or 7290532. OLE color: 7290532.
HSL color Cylindrical-coordinate representation of color #A43E6F: hue angle of 331.18º 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 #A43E6F is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 62 | 111 | - |
| CMYK | 0 | 0.62 | 0.32 | 0.36 |
| HSL | 331.18º | 0.45% | 0.44% | - |
| HSV(B) | 331.18º | 0.62% | 0.64% | - |
| XYZ | 19.9 | 12.49 | 16.4 | - |
| YUV | 98.08 | 135.29 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 62 | 111 | 0 | 0.62 | 0.32 | 0.36 | 331.18 | 0.45 | 0.44 |
| Hex | A4 | 3E | 6F | 0 | 3E | 20 | 24 | 14B | 2D | 2C |
| Octal | 244 | 76 | 157 | 0 | 76 | 40 | 44 | 513 | 55 | 54 |
| Binary | 10100100 | 111110 | 1101111 | 0 | 111110 | 100000 | 100100 | 101001011 | 101101 | 101100 |
Color Harmonies of #A43E6F
Complementary color
Monochromatic Colors of #A43E6F
Black with #A43E6F
Text Example
Text Example
White with #A43E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43E6F; }
p { color: rgb(164,62,111); }
H1.HeaderClassName
{
color: #A43E6F;
}
.AnyTagClassName
{
color: #A43E6F;
}
</style>
background-color css
<style>
a { background-color: #A43E6F; }
a { background-color: rgb(164,62,111); }
div.DivClassName
{
background-color: #A43E6F;
}
.BgClassName
{
background-color: #A43E6F;
}
</style>
border-color css
<style>
span { border-color: #A43E6F; }
span { border-color: rgb(164,62,111); }
td.TdClassName
{
border-color: #A43E6F;
}
.TagClassName
{
border-color: #A43E6F;
}
</style>