#a53c73

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

Shades of Rouge #A53C73

Tints of Rouge #A53C73

Color information

#A53C73 (or 0xA53C73) is unknown color: approx Rouge. HEX triplet: A5, 3C and 73. RGB value is (165,60,115). Sum of RGB (Red+Green+Blue) = 165+60+115=340 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.53% from 340); Green value is 60 (23.83% from 255 or 17.65% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 165 - color contains mainly: red. Hex color #A53C73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53C73 is #5AC38C. Grayscale: #616161. Windows color (decimal): -5948301 or 7552165. OLE color: 7552165.

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

Color convert

RGB16560115-
CMYK00.640.300.35
HSL328.57º46.67%44.12%-
HSV(B)328.57º63.64%64.71%-
XYZ20.2312.4717.56-
YUV97.66137.79176.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.53%
GREEN value IS 60 (23.83% from 255) = 17.65%
BLUE value IS 115 (45.31% from 255) = 33.82%
R=48.53%
G=17.65%
B=33.82%

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
Decimal1656011500.640.300.35328.5746.6744.12
HexA53C730401E231492f2c
Octal24574163010036435115754
Binary1010010111110011100110100000011110100011101001001101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a53c73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a53c73; }

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

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

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

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

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

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

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

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