#A04171

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

Shades of Rouge #A04171

Tints of Rouge #A04171

Color information

#A04171 (or 0xA04171) is unknown color: approx Rouge. HEX triplet: A0, 41 and 71. RGB value is (160,65,113). Sum of RGB (Red+Green+Blue) = 160+65+113=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 160 - color contains mainly: red. Hex color #A04171 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04171 is #5FBE8E. Grayscale: #626262. Windows color (decimal): -6274703 or 7422368. OLE color: 7422368.

HSL color Cylindrical-coordinate representation of color #A04171: hue angle of 329.68º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A04171 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB16065113-
CMYK00.590.290.37
HSL329.68º42.22%44.12%-
HSV(B)329.68º59.38%62.75%-
XYZ19.3712.4517-
YUV98.88135.97171.6-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.34%
GREEN value IS 65 (25.78% from 255) = 19.23%
BLUE value IS 113 (44.53% from 255) = 33.43%
R=47.34%
G=19.23%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606511300.590.290.37329.6842.2244.12
HexA0417103B1D2514a2a2c
Octal24010116107335455125254
Binary1010000010000011110001011101111101100101101001010101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04171; }

 p { color: rgb(160,65,113); }

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

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

 a { background-color: rgb(160,65,113); }

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

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

 span { border-color: rgb(160,65,113); }

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