Shades of Rouge #A43A6A
Tints of Rouge #A43A6A
RGB
CMYK
RGB Variations
Color information
#A43A6A (or 0xA43A6A) is known color: Rouge. HEX triplet: A4, 3A and 6A. RGB value is (164,58,106). Sum of RGB (Red+Green+Blue) = 164+58+106=328 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50% from 328); Green value is 58 (23.05% from 255 or 17.68% from 328); Blue value is 106 (41.80% from 255 or 32.32% from 328); Max value from RGB is 164 - color contains mainly: red. Hex color #A43A6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43A6A is #5BC595. Grayscale: #5F5F5F. Windows color (decimal): -6014358 or 6961828. OLE color: 6961828.
HSL color Cylindrical-coordinate representation of color #A43A6A: hue angle of 332.83º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A43A6A is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 58 | 106 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.36 |
| HSL | 332.83º | 0.48% | 0.44% | - |
| HSV(B) | 332.83º | 0.65% | 0.64% | - |
| XYZ | 19.42 | 11.96 | 14.92 | - |
| YUV | 95.17 | 134.12 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 58 | 106 | 0 | 0.65 | 0.35 | 0.36 | 332.83 | 0.48 | 0.44 |
| Hex | A4 | 3A | 6A | 0 | 41 | 23 | 24 | 14D | 30 | 2C |
| Octal | 244 | 72 | 152 | 0 | 101 | 43 | 44 | 515 | 60 | 54 |
| Binary | 10100100 | 111010 | 1101010 | 0 | 1000001 | 100011 | 100100 | 101001101 | 110000 | 101100 |
Color Harmonies of #A43A6A
Complementary color
Monochromatic Colors of #A43A6A
Black with #A43A6A
Text Example
Text Example
White with #A43A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43A6A; }
p { color: rgb(164,58,106); }
H1.HeaderClassName
{
color: #A43A6A;
}
.AnyTagClassName
{
color: #A43A6A;
}
</style>
background-color css
<style>
a { background-color: #A43A6A; }
a { background-color: rgb(164,58,106); }
div.DivClassName
{
background-color: #A43A6A;
}
.BgClassName
{
background-color: #A43A6A;
}
</style>
border-color css
<style>
span { border-color: #A43A6A; }
span { border-color: rgb(164,58,106); }
td.TdClassName
{
border-color: #A43A6A;
}
.TagClassName
{
border-color: #A43A6A;
}
</style>