Shades of Rouge #A43E64
Tints of Rouge #A43E64
RGB
CMYK
RGB Variations
Color information
#A43E64 (or 0xA43E64) is known color: Rouge. HEX triplet: A4, 3E and 64. RGB value is (164,62,100). Sum of RGB (Red+Green+Blue) = 164+62+100=326 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.31% from 326); Green value is 62 (24.61% from 255 or 19.02% from 326); Blue value is 100 (39.45% from 255 or 30.67% from 326); Max value from RGB is 164 - color contains mainly: red. Hex color #A43E64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43E64 is #5BC19B. Grayscale: #606060. Windows color (decimal): -6013340 or 6569636. OLE color: 6569636.
HSL color Cylindrical-coordinate representation of color #A43E64: hue angle of 337.65º 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 #A43E64 is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 62 | 100 | - |
| CMYK | 0 | 0.62 | 0.39 | 0.36 |
| HSL | 337.65º | 0.45% | 0.44% | - |
| HSV(B) | 337.65º | 0.62% | 0.64% | - |
| XYZ | 19.33 | 12.26 | 13.4 | - |
| YUV | 96.83 | 129.79 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 62 | 100 | 0 | 0.62 | 0.39 | 0.36 | 337.65 | 0.45 | 0.44 |
| Hex | A4 | 3E | 64 | 0 | 3E | 27 | 24 | 152 | 2D | 2C |
| Octal | 244 | 76 | 144 | 0 | 76 | 47 | 44 | 522 | 55 | 54 |
| Binary | 10100100 | 111110 | 1100100 | 0 | 111110 | 100111 | 100100 | 101010010 | 101101 | 101100 |
Color Harmonies of #A43E64
Complementary color
Monochromatic Colors of #A43E64
Black with #A43E64
Text Example
Text Example
White with #A43E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43E64; }
p { color: rgb(164,62,100); }
H1.HeaderClassName
{
color: #A43E64;
}
.AnyTagClassName
{
color: #A43E64;
}
</style>
background-color css
<style>
a { background-color: #A43E64; }
a { background-color: rgb(164,62,100); }
div.DivClassName
{
background-color: #A43E64;
}
.BgClassName
{
background-color: #A43E64;
}
</style>
border-color css
<style>
span { border-color: #A43E64; }
span { border-color: rgb(164,62,100); }
td.TdClassName
{
border-color: #A43E64;
}
.TagClassName
{
border-color: #A43E64;
}
</style>