#A53C74

Color #A53C74 Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #A53C74

Tints of Rouge #A53C74

Color information

#A53C74 (or 0xA53C74) is unknown color: approx Rouge. HEX triplet: A5, 3C and 74. RGB value is (165,60,116). Sum of RGB (Red+Green+Blue) = 165+60+116=341 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.39% from 341); Green value is 60 (23.83% from 255 or 17.60% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 165 - color contains mainly: red. Hex color #A53C74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53C74 is #5AC38B. Grayscale: #616161. Windows color (decimal): -5948300 or 7617701. OLE color: 7617701.

HSL color Cylindrical-coordinate representation of color #A53C74: hue angle of 328º 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 #A53C74 is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB16560116-
CMYK00.640.300.35
HSL328º46.67%44.12%-
HSV(B)328º63.64%64.71%-
XYZ20.2912.4917.87-
YUV97.78138.29175.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 165 (64.84% from 255) = 48.39%
GREEN value IS 60 (23.83% from 255) = 17.60%
BLUE value IS 116 (45.70% from 255) = 34.02%
R=48.39%
G=17.60%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656011600.640.300.3532846.6744.12
HexA53C740401E231482f2c
Octal24574164010036435105754
Binary1010010111110011101000100000011110100011101001000101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53C74; }

 p { color: rgb(165,60,116); }

 H1.HeaderClassName
 {
   color: #A53C74;
 }
 .AnyTagClassName
 {
   color: #A53C74;
 }
</style>
background-color css

<style>
 a { background-color: #A53C74; }

 a { background-color: rgb(165,60,116); }

 div.DivClassName
 {
   background-color: #A53C74;
 }
 .BgClassName
 {
   background-color: #A53C74;
 }
</style>
border-color css

<style>
 span { border-color: #A53C74; }

 span { border-color: rgb(165,60,116); }

 td.TdClassName
 {
   border-color: #A53C74;
 }
 .TagClassName
 {
   border-color: #A53C74;
 }
</style>