#A14173

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

Shades of Rouge #A14173

Tints of Rouge #A14173

Color information

#A14173 (or 0xA14173) is unknown color: approx Rouge. HEX triplet: A1, 41 and 73. RGB value is (161,65,115). Sum of RGB (Red+Green+Blue) = 161+65+115=341 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.21% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 161 - color contains mainly: red. Hex color #A14173 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14173 is #5EBE8C. Grayscale: #636363. Windows color (decimal): -6209165 or 7553441. OLE color: 7553441.

HSL color Cylindrical-coordinate representation of color #A14173: hue angle of 328.75º 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 #A14173 is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB16165115-
CMYK00.600.290.37
HSL328.75º42.48%44.31%-
HSV(B)328.75º59.63%63.14%-
XYZ19.6812.617.61-
YUV99.4136.8171.93-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.21%
GREEN value IS 65 (25.78% from 255) = 19.06%
BLUE value IS 115 (45.31% from 255) = 33.72%
R=47.21%
G=19.06%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616511500.600.290.37328.7542.4844.31
HexA1417303C1D251492a2c
Octal24110116307435455115254
Binary1010000110000011110011011110011101100101101001001101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14173; }

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

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

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

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

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

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

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

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