Shades of Rouge #A42B6E
Tints of Rouge #A42B6E
RGB
CMYK
RGB Variations
Color information
#A42B6E (or 0xA42B6E) is known color: Rouge. HEX triplet: A4, 2B and 6E. RGB value is (164,43,110). Sum of RGB (Red+Green+Blue) = 164+43+110=317 (41% of max value = 765). Red value is 164 (64.45% from 255 or 51.74% from 317); Green value is 43 (17.19% from 255 or 13.56% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 164 - color contains mainly: red. Hex color #A42B6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42B6E is #5BD491. Grayscale: #565656. Windows color (decimal): -6018194 or 7220132. OLE color: 7220132.
HSL color Cylindrical-coordinate representation of color #A42B6E: hue angle of 326.78º 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 #A42B6E is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 43 | 110 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.36 |
| HSL | 326.78º | 0.58% | 0.41% | - |
| HSV(B) | 326.78º | 0.74% | 0.64% | - |
| XYZ | 18.99 | 10.75 | 15.83 | - |
| YUV | 86.82 | 141.09 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 43 | 110 | 0 | 0.74 | 0.33 | 0.36 | 326.78 | 0.58 | 0.41 |
| Hex | A4 | 2B | 6E | 0 | 4A | 21 | 24 | 147 | 3A | 29 |
| Octal | 244 | 53 | 156 | 0 | 112 | 41 | 44 | 507 | 72 | 51 |
| Binary | 10100100 | 101011 | 1101110 | 0 | 1001010 | 100001 | 100100 | 101000111 | 111010 | 101001 |
Color Harmonies of #A42B6E
Complementary color
Monochromatic Colors of #A42B6E
Black with #A42B6E
Text Example
Text Example
White with #A42B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42B6E; }
p { color: rgb(164,43,110); }
H1.HeaderClassName
{
color: #A42B6E;
}
.AnyTagClassName
{
color: #A42B6E;
}
</style>
background-color css
<style>
a { background-color: #A42B6E; }
a { background-color: rgb(164,43,110); }
div.DivClassName
{
background-color: #A42B6E;
}
.BgClassName
{
background-color: #A42B6E;
}
</style>
border-color css
<style>
span { border-color: #A42B6E; }
span { border-color: rgb(164,43,110); }
td.TdClassName
{
border-color: #A42B6E;
}
.TagClassName
{
border-color: #A42B6E;
}
</style>