Shades of Rouge #A54168
Tints of Rouge #A54168
RGB
CMYK
RGB Variations
Color information
#A54168 (or 0xA54168) is known color: Rouge. HEX triplet: A5, 41 and 68. RGB value is (165,65,104). Sum of RGB (Red+Green+Blue) = 165+65+104=334 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.40% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 165 - color contains mainly: red. Hex color #A54168 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54168 is #5ABE97. Grayscale: #636363. Windows color (decimal): -5947032 or 6832549. OLE color: 6832549.
HSL color Cylindrical-coordinate representation of color #A54168: hue angle of 336.6º 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 #A54168 is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 65 | 104 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.35 |
| HSL | 336.6º | 0.43% | 0.45% | - |
| HSV(B) | 336.6º | 0.61% | 0.65% | - |
| XYZ | 19.91 | 12.78 | 14.51 | - |
| YUV | 99.35 | 130.63 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 65 | 104 | 0 | 0.61 | 0.37 | 0.35 | 336.6 | 0.43 | 0.45 |
| Hex | A5 | 41 | 68 | 0 | 3D | 25 | 23 | 151 | 2B | 2D |
| Octal | 245 | 101 | 150 | 0 | 75 | 45 | 43 | 521 | 53 | 55 |
| Binary | 10100101 | 1000001 | 1101000 | 0 | 111101 | 100101 | 100011 | 101010001 | 101011 | 101101 |
Color Harmonies of #A54168
Complementary color
Monochromatic Colors of #A54168
Black with #A54168
Text Example
Text Example
White with #A54168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54168; }
p { color: rgb(165,65,104); }
H1.HeaderClassName
{
color: #A54168;
}
.AnyTagClassName
{
color: #A54168;
}
</style>
background-color css
<style>
a { background-color: #A54168; }
a { background-color: rgb(165,65,104); }
div.DivClassName
{
background-color: #A54168;
}
.BgClassName
{
background-color: #A54168;
}
</style>
border-color css
<style>
span { border-color: #A54168; }
span { border-color: rgb(165,65,104); }
td.TdClassName
{
border-color: #A54168;
}
.TagClassName
{
border-color: #A54168;
}
</style>