#A1416D

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

Shades of Rouge #A1416D

Tints of Rouge #A1416D

Color information

#A1416D (or 0xA1416D) is unknown color: approx Rouge. HEX triplet: A1, 41 and 6D. RGB value is (161,65,109). Sum of RGB (Red+Green+Blue) = 161+65+109=335 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.06% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 161 - color contains mainly: red. Hex color #A1416D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1416D is #5EBE92. Grayscale: #626262. Windows color (decimal): -6209171 or 7160225. OLE color: 7160225.

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

Color convert

RGB16165109-
CMYK00.600.320.37
HSL332.5º42.48%44.31%-
HSV(B)332.5º59.63%63.14%-
XYZ19.3512.4615.85-
YUV98.72133.8172.42-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.06%
GREEN value IS 65 (25.78% from 255) = 19.40%
BLUE value IS 109 (42.97% from 255) = 32.54%
R=48.06%
G=19.40%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616510900.600.320.37332.542.4844.31
HexA1416D03C202514c2a2c
Octal24110115507440455145254
Binary10100001100000111011010111100100000100101101001100101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1416D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1416D; }

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

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

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

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

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

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

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

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