#A53774

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

Shades of Rouge #A53774

Tints of Rouge #A53774

Color information

#A53774 (or 0xA53774) is unknown color: approx Rouge. HEX triplet: A5, 37 and 74. RGB value is (165,55,116). Sum of RGB (Red+Green+Blue) = 165+55+116=336 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.11% from 336); Green value is 55 (21.88% from 255 or 16.37% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 165 - color contains mainly: red. Hex color #A53774 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53774 is #5AC88B. Grayscale: #5E5E5E. Windows color (decimal): -5949580 or 7616421. OLE color: 7616421.

HSL color Cylindrical-coordinate representation of color #A53774: hue angle of 326.73º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A53774 is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB16555116-
CMYK00.670.300.35
HSL326.73º50%43.14%-
HSV(B)326.73º66.67%64.71%-
XYZ20.0411.9917.78-
YUV94.84139.94178.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.11%
GREEN value IS 55 (21.88% from 255) = 16.37%
BLUE value IS 116 (45.70% from 255) = 34.52%
R=49.11%
G=16.37%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655511600.670.300.35326.735043.14
HexA537740431E23147322b
Octal24567164010336435076253
Binary1010010111011111101000100001111110100011101000111110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53774; }

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

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

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

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

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

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

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

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