Shades of Rouge #A42D6E
Tints of Rouge #A42D6E
RGB
CMYK
RGB Variations
Color information
#A42D6E (or 0xA42D6E) is known color: Rouge. HEX triplet: A4, 2D and 6E. RGB value is (164,45,110). Sum of RGB (Red+Green+Blue) = 164+45+110=319 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.41% from 319); Green value is 45 (17.97% from 255 or 14.11% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 164 - color contains mainly: red. Hex color #A42D6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42D6E is #5BD291. Grayscale: #575757. Windows color (decimal): -6017682 or 7220644. OLE color: 7220644.
HSL color Cylindrical-coordinate representation of color #A42D6E: hue angle of 327.23º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A42D6E is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 45 | 110 | - |
| CMYK | 0 | 0.73 | 0.33 | 0.36 |
| HSL | 327.23º | 0.57% | 0.41% | - |
| HSV(B) | 327.23º | 0.73% | 0.64% | - |
| XYZ | 19.06 | 10.9 | 15.85 | - |
| YUV | 87.99 | 140.42 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 45 | 110 | 0 | 0.73 | 0.33 | 0.36 | 327.23 | 0.57 | 0.41 |
| Hex | A4 | 2D | 6E | 0 | 49 | 21 | 24 | 147 | 39 | 29 |
| Octal | 244 | 55 | 156 | 0 | 111 | 41 | 44 | 507 | 71 | 51 |
| Binary | 10100100 | 101101 | 1101110 | 0 | 1001001 | 100001 | 100100 | 101000111 | 111001 | 101001 |
Color Harmonies of #A42D6E
Complementary color
Monochromatic Colors of #A42D6E
Black with #A42D6E
Text Example
Text Example
White with #A42D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42D6E; }
p { color: rgb(164,45,110); }
H1.HeaderClassName
{
color: #A42D6E;
}
.AnyTagClassName
{
color: #A42D6E;
}
</style>
background-color css
<style>
a { background-color: #A42D6E; }
a { background-color: rgb(164,45,110); }
div.DivClassName
{
background-color: #A42D6E;
}
.BgClassName
{
background-color: #A42D6E;
}
</style>
border-color css
<style>
span { border-color: #A42D6E; }
span { border-color: rgb(164,45,110); }
td.TdClassName
{
border-color: #A42D6E;
}
.TagClassName
{
border-color: #A42D6E;
}
</style>