#A14171

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

Shades of Rouge #A14171

Tints of Rouge #A14171

Color information

#A14171 (or 0xA14171) is unknown color: approx Rouge. HEX triplet: A1, 41 and 71. RGB value is (161,65,113). Sum of RGB (Red+Green+Blue) = 161+65+113=339 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.49% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 161 - color contains mainly: red. Hex color #A14171 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14171 is #5EBE8E. Grayscale: #636363. Windows color (decimal): -6209167 or 7422369. OLE color: 7422369.

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

Color convert

RGB16165113-
CMYK00.600.300.37
HSL330º42.48%44.31%-
HSV(B)330º59.63%63.14%-
XYZ19.5712.5517.01-
YUV99.18135.8172.1-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.49%
GREEN value IS 65 (25.78% from 255) = 19.17%
BLUE value IS 113 (44.53% from 255) = 33.33%
R=47.49%
G=19.17%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616511300.600.300.3733042.4844.31
HexA1417103C1E2514a2a2c
Octal24110116107436455125254
Binary1010000110000011110001011110011110100101101001010101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14171; }

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

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

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

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

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

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

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

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