Shades of Rouge #A42E6B
Tints of Rouge #A42E6B
RGB
CMYK
RGB Variations
Color information
#A42E6B (or 0xA42E6B) is known color: Rouge. HEX triplet: A4, 2E and 6B. RGB value is (164,46,107). Sum of RGB (Red+Green+Blue) = 164+46+107=317 (41% of max value = 765). Red value is 164 (64.45% from 255 or 51.74% from 317); Green value is 46 (18.36% from 255 or 14.51% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 164 - color contains mainly: red. Hex color #A42E6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42E6B is #5BD194. Grayscale: #585858. Windows color (decimal): -6017429 or 7024292. OLE color: 7024292.
HSL color Cylindrical-coordinate representation of color #A42E6B: hue angle of 328.98º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A42E6B is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 46 | 107 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.36 |
| HSL | 328.98º | 0.56% | 0.41% | - |
| HSV(B) | 328.98º | 0.72% | 0.64% | - |
| XYZ | 18.94 | 10.91 | 15.02 | - |
| YUV | 88.24 | 138.59 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 46 | 107 | 0 | 0.72 | 0.35 | 0.36 | 328.98 | 0.56 | 0.41 |
| Hex | A4 | 2E | 6B | 0 | 48 | 23 | 24 | 149 | 38 | 29 |
| Octal | 244 | 56 | 153 | 0 | 110 | 43 | 44 | 511 | 70 | 51 |
| Binary | 10100100 | 101110 | 1101011 | 0 | 1001000 | 100011 | 100100 | 101001001 | 111000 | 101001 |
Color Harmonies of #A42E6B
Complementary color
Monochromatic Colors of #A42E6B
Black with #A42E6B
Text Example
Text Example
White with #A42E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42E6B; }
p { color: rgb(164,46,107); }
H1.HeaderClassName
{
color: #A42E6B;
}
.AnyTagClassName
{
color: #A42E6B;
}
</style>
background-color css
<style>
a { background-color: #A42E6B; }
a { background-color: rgb(164,46,107); }
div.DivClassName
{
background-color: #A42E6B;
}
.BgClassName
{
background-color: #A42E6B;
}
</style>
border-color css
<style>
span { border-color: #A42E6B; }
span { border-color: rgb(164,46,107); }
td.TdClassName
{
border-color: #A42E6B;
}
.TagClassName
{
border-color: #A42E6B;
}
</style>