#A1416E

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

Shades of Rouge #A1416E

Tints of Rouge #A1416E

Color information

#A1416E (or 0xA1416E) is unknown color: approx Rouge. HEX triplet: A1, 41 and 6E. RGB value is (161,65,110). Sum of RGB (Red+Green+Blue) = 161+65+110=336 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.92% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 110 (43.36% from 255 or 32.74% from 336); Max value from RGB is 161 - color contains mainly: red. Hex color #A1416E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1416E is #5EBE91. Grayscale: #626262. Windows color (decimal): -6209170 or 7225761. OLE color: 7225761.

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

Color convert

RGB16165110-
CMYK00.600.320.37
HSL331.88º42.48%44.31%-
HSV(B)331.88º59.63%63.14%-
XYZ19.412.4816.14-
YUV98.83134.3172.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.92%
GREEN value IS 65 (25.78% from 255) = 19.35%
BLUE value IS 110 (43.36% from 255) = 32.74%
R=47.92%
G=19.35%
B=32.74%

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
Decimal1616511000.600.320.37331.8842.4844.31
HexA1416E03C202514c2a2c
Octal24110115607440455145254
Binary10100001100000111011100111100100000100101101001100101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1416E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1416E; }

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

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

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

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

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

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

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

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