#A54074

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

Shades of Rouge #A54074

Tints of Rouge #A54074

Color information

#A54074 (or 0xA54074) is unknown color: approx Rouge. HEX triplet: A5, 40 and 74. RGB value is (165,64,116). Sum of RGB (Red+Green+Blue) = 165+64+116=345 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.83% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 165 - color contains mainly: red. Hex color #A54074 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54074 is #5ABF8B. Grayscale: #646464. Windows color (decimal): -5947276 or 7618725. OLE color: 7618725.

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

Color convert

RGB16564116-
CMYK00.610.300.35
HSL329.11º44.1%44.9%-
HSV(B)329.11º61.21%64.71%-
XYZ20.512.9317.94-
YUV100.13136.96174.27-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.83%
GREEN value IS 64 (25.39% from 255) = 18.55%
BLUE value IS 116 (45.70% from 255) = 33.62%
R=47.83%
G=18.55%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656411600.610.300.35329.1144.144.9
HexA5407403D1E231492c2d
Octal24510016407536435115455
Binary1010010110000001110100011110111110100011101001001101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54074; }

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

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

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

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

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

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

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

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