#A54071

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

Shades of Rouge #A54071

Tints of Rouge #A54071

Color information

#A54071 (or 0xA54071) is unknown color: approx Rouge. HEX triplet: A5, 40 and 71. RGB value is (165,64,113). Sum of RGB (Red+Green+Blue) = 165+64+113=342 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.25% from 342); Green value is 64 (25.39% from 255 or 18.71% from 342); Blue value is 113 (44.53% from 255 or 33.04% from 342); Max value from RGB is 165 - color contains mainly: red. Hex color #A54071 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54071 is #5ABF8E. Grayscale: #636363. Windows color (decimal): -5947279 or 7422117. OLE color: 7422117.

HSL color Cylindrical-coordinate representation of color #A54071: hue angle of 330.89º degrees, saturation: 0.44, 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 #A54071 is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB16564113-
CMYK00.610.320.35
HSL330.89º44.1%44.9%-
HSV(B)330.89º61.21%64.71%-
XYZ20.3312.8617.03-
YUV99.78135.46174.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.25%
GREEN value IS 64 (25.39% from 255) = 18.71%
BLUE value IS 113 (44.53% from 255) = 33.04%
R=48.25%
G=18.71%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656411300.610.320.35330.8944.144.9
HexA5407103D202314b2c2d
Octal24510016107540435135455
Binary10100101100000011100010111101100000100011101001011101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54071; }

 p { color: rgb(165,64,113); }

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

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

 a { background-color: rgb(165,64,113); }

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

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

 span { border-color: rgb(165,64,113); }

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