Shades of Rouge #A42B6F
Tints of Rouge #A42B6F
RGB
CMYK
RGB Variations
Color information
#A42B6F (or 0xA42B6F) is known color: Rouge. HEX triplet: A4, 2B and 6F. RGB value is (164,43,111). Sum of RGB (Red+Green+Blue) = 164+43+111=318 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.57% from 318); Green value is 43 (17.19% from 255 or 13.52% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 164 - color contains mainly: red. Hex color #A42B6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42B6F is #5BD490. Grayscale: #565656. Windows color (decimal): -6018193 or 7285668. OLE color: 7285668.
HSL color Cylindrical-coordinate representation of color #A42B6F: hue angle of 326.28º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A42B6F is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 43 | 111 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.36 |
| HSL | 326.28º | 0.58% | 0.41% | - |
| HSV(B) | 326.28º | 0.74% | 0.64% | - |
| XYZ | 19.04 | 10.77 | 16.11 | - |
| YUV | 86.93 | 141.59 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 43 | 111 | 0 | 0.74 | 0.32 | 0.36 | 326.28 | 0.58 | 0.41 |
| Hex | A4 | 2B | 6F | 0 | 4A | 20 | 24 | 146 | 3A | 29 |
| Octal | 244 | 53 | 157 | 0 | 112 | 40 | 44 | 506 | 72 | 51 |
| Binary | 10100100 | 101011 | 1101111 | 0 | 1001010 | 100000 | 100100 | 101000110 | 111010 | 101001 |
Color Harmonies of #A42B6F
Complementary color
Monochromatic Colors of #A42B6F
Black with #A42B6F
Text Example
Text Example
White with #A42B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42B6F; }
p { color: rgb(164,43,111); }
H1.HeaderClassName
{
color: #A42B6F;
}
.AnyTagClassName
{
color: #A42B6F;
}
</style>
background-color css
<style>
a { background-color: #A42B6F; }
a { background-color: rgb(164,43,111); }
div.DivClassName
{
background-color: #A42B6F;
}
.BgClassName
{
background-color: #A42B6F;
}
</style>
border-color css
<style>
span { border-color: #A42B6F; }
span { border-color: rgb(164,43,111); }
td.TdClassName
{
border-color: #A42B6F;
}
.TagClassName
{
border-color: #A42B6F;
}
</style>