Shades of Rouge #A43B75
Tints of Rouge #A43B75
RGB
CMYK
RGB Variations
Color information
#A43B75 (or 0xA43B75) is known color: Rouge. HEX triplet: A4, 3B and 75. RGB value is (164,59,117). Sum of RGB (Red+Green+Blue) = 164+59+117=340 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.24% from 340); Green value is 59 (23.44% from 255 or 17.35% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 164 - color contains mainly: red. Hex color #A43B75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43B75 is #5BC48A. Grayscale: #606060. Windows color (decimal): -6014091 or 7682980. OLE color: 7682980.
HSL color Cylindrical-coordinate representation of color #A43B75: hue angle of 326.86º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A43B75 is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 59 | 117 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.36 |
| HSL | 326.86º | 0.47% | 0.44% | - |
| HSV(B) | 326.86º | 0.64% | 0.64% | - |
| XYZ | 20.08 | 12.3 | 18.15 | - |
| YUV | 97.01 | 139.29 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 59 | 117 | 0 | 0.64 | 0.29 | 0.36 | 326.86 | 0.47 | 0.44 |
| Hex | A4 | 3B | 75 | 0 | 40 | 1D | 24 | 147 | 2F | 2C |
| Octal | 244 | 73 | 165 | 0 | 100 | 35 | 44 | 507 | 57 | 54 |
| Binary | 10100100 | 111011 | 1110101 | 0 | 1000000 | 11101 | 100100 | 101000111 | 101111 | 101100 |
Color Harmonies of #A43B75
Complementary color
Monochromatic Colors of #A43B75
Black with #A43B75
Text Example
Text Example
White with #A43B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43B75; }
p { color: rgb(164,59,117); }
H1.HeaderClassName
{
color: #A43B75;
}
.AnyTagClassName
{
color: #A43B75;
}
</style>
background-color css
<style>
a { background-color: #A43B75; }
a { background-color: rgb(164,59,117); }
div.DivClassName
{
background-color: #A43B75;
}
.BgClassName
{
background-color: #A43B75;
}
</style>
border-color css
<style>
span { border-color: #A43B75; }
span { border-color: rgb(164,59,117); }
td.TdClassName
{
border-color: #A43B75;
}
.TagClassName
{
border-color: #A43B75;
}
</style>