Shades of Rouge #A53C6E
Tints of Rouge #A53C6E
RGB
CMYK
RGB Variations
Color information
#A53C6E (or 0xA53C6E) is known color: Rouge. HEX triplet: A5, 3C and 6E. RGB value is (165,60,110). Sum of RGB (Red+Green+Blue) = 165+60+110=335 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.25% from 335); Green value is 60 (23.83% from 255 or 17.91% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 165 - color contains mainly: red. Hex color #A53C6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53C6E is #5AC391. Grayscale: #616161. Windows color (decimal): -5948306 or 7224485. OLE color: 7224485.
HSL color Cylindrical-coordinate representation of color #A53C6E: hue angle of 331.43º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A53C6E is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 60 | 110 | - |
| CMYK | 0 | 0.64 | 0.33 | 0.35 |
| HSL | 331.43º | 0.47% | 0.44% | - |
| HSV(B) | 331.43º | 0.64% | 0.65% | - |
| XYZ | 19.95 | 12.36 | 16.09 | - |
| YUV | 97.1 | 135.29 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 60 | 110 | 0 | 0.64 | 0.33 | 0.35 | 331.43 | 0.47 | 0.44 |
| Hex | A5 | 3C | 6E | 0 | 40 | 21 | 23 | 14B | 2F | 2C |
| Octal | 245 | 74 | 156 | 0 | 100 | 41 | 43 | 513 | 57 | 54 |
| Binary | 10100101 | 111100 | 1101110 | 0 | 1000000 | 100001 | 100011 | 101001011 | 101111 | 101100 |
Color Harmonies of #A53C6E
Complementary color
Monochromatic Colors of #A53C6E
Black with #A53C6E
Text Example
Text Example
White with #A53C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53C6E; }
p { color: rgb(165,60,110); }
H1.HeaderClassName
{
color: #A53C6E;
}
.AnyTagClassName
{
color: #A53C6E;
}
</style>
background-color css
<style>
a { background-color: #A53C6E; }
a { background-color: rgb(165,60,110); }
div.DivClassName
{
background-color: #A53C6E;
}
.BgClassName
{
background-color: #A53C6E;
}
</style>
border-color css
<style>
span { border-color: #A53C6E; }
span { border-color: rgb(165,60,110); }
td.TdClassName
{
border-color: #A53C6E;
}
.TagClassName
{
border-color: #A53C6E;
}
</style>