Shades of Rouge #A94271
Tints of Rouge #A94271
RGB
CMYK
RGB Variations
Color information
#A94271 (or 0xA94271) is known color: Rouge. HEX triplet: A9, 42 and 71. RGB value is (169,66,113). Sum of RGB (Red+Green+Blue) = 169+66+113=348 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.56% from 348); Green value is 66 (26.17% from 255 or 18.97% from 348); Blue value is 113 (44.53% from 255 or 32.47% from 348); Max value from RGB is 169 - color contains mainly: red. Hex color #A94271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94271 is #56BD8E. Grayscale: #666666. Windows color (decimal): -5684623 or 7422633. OLE color: 7422633.
HSL color Cylindrical-coordinate representation of color #A94271: hue angle of 332.62º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A94271 is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 66 | 113 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.34 |
| HSL | 332.62º | 0.44% | 0.46% | - |
| HSV(B) | 332.62º | 0.61% | 0.66% | - |
| XYZ | 21.29 | 13.52 | 17.11 | - |
| YUV | 102.16 | 134.12 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 66 | 113 | 0 | 0.61 | 0.33 | 0.34 | 332.62 | 0.44 | 0.46 |
| Hex | A9 | 42 | 71 | 0 | 3D | 21 | 22 | 14D | 2C | 2E |
| Octal | 251 | 102 | 161 | 0 | 75 | 41 | 42 | 515 | 54 | 56 |
| Binary | 10101001 | 1000010 | 1110001 | 0 | 111101 | 100001 | 100010 | 101001101 | 101100 | 101110 |
Color Harmonies of #A94271
Complementary color
Monochromatic Colors of #A94271
Black with #A94271
Text Example
Text Example
White with #A94271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94271; }
p { color: rgb(169,66,113); }
H1.HeaderClassName
{
color: #A94271;
}
.AnyTagClassName
{
color: #A94271;
}
</style>
background-color css
<style>
a { background-color: #A94271; }
a { background-color: rgb(169,66,113); }
div.DivClassName
{
background-color: #A94271;
}
.BgClassName
{
background-color: #A94271;
}
</style>
border-color css
<style>
span { border-color: #A94271; }
span { border-color: rgb(169,66,113); }
td.TdClassName
{
border-color: #A94271;
}
.TagClassName
{
border-color: #A94271;
}
</style>