Shades of Rouge #A43F6B
Tints of Rouge #A43F6B
RGB
CMYK
RGB Variations
Color information
#A43F6B (or 0xA43F6B) is known color: Rouge. HEX triplet: A4, 3F and 6B. RGB value is (164,63,107). Sum of RGB (Red+Green+Blue) = 164+63+107=334 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.10% from 334); Green value is 63 (25% from 255 or 18.86% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 164 - color contains mainly: red. Hex color #A43F6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43F6B is #5BC094. Grayscale: #626262. Windows color (decimal): -6013077 or 7028644. OLE color: 7028644.
HSL color Cylindrical-coordinate representation of color #A43F6B: hue angle of 333.86º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A43F6B is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 63 | 107 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.36 |
| HSL | 333.86º | 0.44% | 0.45% | - |
| HSV(B) | 333.86º | 0.62% | 0.64% | - |
| XYZ | 19.74 | 12.51 | 15.28 | - |
| YUV | 98.22 | 132.96 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 63 | 107 | 0 | 0.62 | 0.35 | 0.36 | 333.86 | 0.44 | 0.45 |
| Hex | A4 | 3F | 6B | 0 | 3E | 23 | 24 | 14E | 2C | 2D |
| Octal | 244 | 77 | 153 | 0 | 76 | 43 | 44 | 516 | 54 | 55 |
| Binary | 10100100 | 111111 | 1101011 | 0 | 111110 | 100011 | 100100 | 101001110 | 101100 | 101101 |
Color Harmonies of #A43F6B
Complementary color
Monochromatic Colors of #A43F6B
Black with #A43F6B
Text Example
Text Example
White with #A43F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43F6B; }
p { color: rgb(164,63,107); }
H1.HeaderClassName
{
color: #A43F6B;
}
.AnyTagClassName
{
color: #A43F6B;
}
</style>
background-color css
<style>
a { background-color: #A43F6B; }
a { background-color: rgb(164,63,107); }
div.DivClassName
{
background-color: #A43F6B;
}
.BgClassName
{
background-color: #A43F6B;
}
</style>
border-color css
<style>
span { border-color: #A43F6B; }
span { border-color: rgb(164,63,107); }
td.TdClassName
{
border-color: #A43F6B;
}
.TagClassName
{
border-color: #A43F6B;
}
</style>