#A1296E

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

Shades of Rouge #A1296E

Tints of Rouge #A1296E

Color information

#A1296E (or 0xA1296E) is unknown color: approx Rouge. HEX triplet: A1, 29 and 6E. RGB value is (161,41,110). Sum of RGB (Red+Green+Blue) = 161+41+110=312 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.60% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 110 (43.36% from 255 or 35.26% from 312); Max value from RGB is 161 - color contains mainly: red. Hex color #A1296E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1296E is #5ED691. Grayscale: #545454. Windows color (decimal): -6215314 or 7219617. OLE color: 7219617.

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

Color convert

RGB16141110-
CMYK00.750.320.37
HSL325.5º59.41%39.61%-
HSV(B)325.5º74.53%63.14%-
XYZ18.3110.2915.77-
YUV84.75142.26182.39-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.60%
GREEN value IS 41 (16.41% from 255) = 13.14%
BLUE value IS 110 (43.36% from 255) = 35.26%
R=51.60%
G=13.14%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1614111000.750.320.37325.559.4139.61
HexA1296E04B20251463b28
Octal24151156011340455067350
Binary10100001101001110111001001011100000100101101000110111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1296E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1296E; }

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

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

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

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

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

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

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

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