Shades of Rouge #A34170
Tints of Rouge #A34170
RGB
CMYK
RGB Variations
Color information
#A34170 (or 0xA34170) is known color: Rouge. HEX triplet: A3, 41 and 70. RGB value is (163,65,112). Sum of RGB (Red+Green+Blue) = 163+65+112=340 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.94% from 340); Green value is 65 (25.78% from 255 or 19.12% from 340); Blue value is 112 (44.14% from 255 or 32.94% from 340); Max value from RGB is 163 - color contains mainly: red. Hex color #A34170 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34170 is #5CBE8F. Grayscale: #636363. Windows color (decimal): -6078096 or 7356835. OLE color: 7356835.
HSL color Cylindrical-coordinate representation of color #A34170: hue angle of 331.22º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A34170 is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 65 | 112 | - |
| CMYK | 0 | 0.60 | 0.31 | 0.36 |
| HSL | 331.22º | 0.43% | 0.45% | - |
| HSV(B) | 331.22º | 0.6% | 0.64% | - |
| XYZ | 19.92 | 12.74 | 16.74 | - |
| YUV | 99.66 | 134.97 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 65 | 112 | 0 | 0.60 | 0.31 | 0.36 | 331.22 | 0.43 | 0.45 |
| Hex | A3 | 41 | 70 | 0 | 3C | 1F | 24 | 14B | 2B | 2D |
| Octal | 243 | 101 | 160 | 0 | 74 | 37 | 44 | 513 | 53 | 55 |
| Binary | 10100011 | 1000001 | 1110000 | 0 | 111100 | 11111 | 100100 | 101001011 | 101011 | 101101 |
Color Harmonies of #A34170
Complementary color
Monochromatic Colors of #A34170
Black with #A34170
Text Example
Text Example
White with #A34170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34170; }
p { color: rgb(163,65,112); }
H1.HeaderClassName
{
color: #A34170;
}
.AnyTagClassName
{
color: #A34170;
}
</style>
background-color css
<style>
a { background-color: #A34170; }
a { background-color: rgb(163,65,112); }
div.DivClassName
{
background-color: #A34170;
}
.BgClassName
{
background-color: #A34170;
}
</style>
border-color css
<style>
span { border-color: #A34170; }
span { border-color: rgb(163,65,112); }
td.TdClassName
{
border-color: #A34170;
}
.TagClassName
{
border-color: #A34170;
}
</style>