Shades of Rouge #A54170
Tints of Rouge #A54170
RGB
CMYK
RGB Variations
Color information
#A54170 (or 0xA54170) is known color: Rouge. HEX triplet: A5, 41 and 70. RGB value is (165,65,112). Sum of RGB (Red+Green+Blue) = 165+65+112=342 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.25% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 165 - color contains mainly: red. Hex color #A54170 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54170 is #5ABE8F. Grayscale: #646464. Windows color (decimal): -5947024 or 7356837. OLE color: 7356837.
HSL color Cylindrical-coordinate representation of color #A54170: hue angle of 331.8º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A54170 is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 65 | 112 | - |
| CMYK | 0 | 0.61 | 0.32 | 0.35 |
| HSL | 331.8º | 0.43% | 0.45% | - |
| HSV(B) | 331.8º | 0.61% | 0.65% | - |
| XYZ | 20.33 | 12.95 | 16.76 | - |
| YUV | 100.26 | 134.63 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 65 | 112 | 0 | 0.61 | 0.32 | 0.35 | 331.8 | 0.43 | 0.45 |
| Hex | A5 | 41 | 70 | 0 | 3D | 20 | 23 | 14C | 2B | 2D |
| Octal | 245 | 101 | 160 | 0 | 75 | 40 | 43 | 514 | 53 | 55 |
| Binary | 10100101 | 1000001 | 1110000 | 0 | 111101 | 100000 | 100011 | 101001100 | 101011 | 101101 |
Color Harmonies of #A54170
Complementary color
Monochromatic Colors of #A54170
Black with #A54170
Text Example
Text Example
White with #A54170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54170; }
p { color: rgb(165,65,112); }
H1.HeaderClassName
{
color: #A54170;
}
.AnyTagClassName
{
color: #A54170;
}
</style>
background-color css
<style>
a { background-color: #A54170; }
a { background-color: rgb(165,65,112); }
div.DivClassName
{
background-color: #A54170;
}
.BgClassName
{
background-color: #A54170;
}
</style>
border-color css
<style>
span { border-color: #A54170; }
span { border-color: rgb(165,65,112); }
td.TdClassName
{
border-color: #A54170;
}
.TagClassName
{
border-color: #A54170;
}
</style>