#A1296F

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

Shades of Rouge #A1296F

Tints of Rouge #A1296F

Color information

#A1296F (or 0xA1296F) is unknown color: approx Rouge. HEX triplet: A1, 29 and 6F. RGB value is (161,41,111). Sum of RGB (Red+Green+Blue) = 161+41+111=313 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.44% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 161 - color contains mainly: red. Hex color #A1296F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1296F is #5ED690. Grayscale: #545454. Windows color (decimal): -6215313 or 7285153. OLE color: 7285153.

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

Color convert

RGB16141111-
CMYK00.750.310.37
HSL325º59.41%39.61%-
HSV(B)325º74.53%63.14%-
XYZ18.3610.3116.06-
YUV84.86142.76182.31-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.44%
GREEN value IS 41 (16.41% from 255) = 13.10%
BLUE value IS 111 (43.75% from 255) = 35.46%
R=51.44%
G=13.10%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1614111100.750.310.3732559.4139.61
HexA1296F04B1F251453b28
Octal24151157011337455057350
Binary1010000110100111011110100101111111100101101000101111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1296F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1296F; }

 p { color: rgb(161,41,111); }

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

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

 a { background-color: rgb(161,41,111); }

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

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

 span { border-color: rgb(161,41,111); }

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