#A1306E

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

Shades of Rouge #A1306E

Tints of Rouge #A1306E

Color information

#A1306E (or 0xA1306E) is unknown color: approx Rouge. HEX triplet: A1, 30 and 6E. RGB value is (161,48,110). Sum of RGB (Red+Green+Blue) = 161+48+110=319 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.47% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 161 - color contains mainly: red. Hex color #A1306E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1306E is #5ECF91. Grayscale: #585858. Windows color (decimal): -6213522 or 7221409. OLE color: 7221409.

HSL color Cylindrical-coordinate representation of color #A1306E: hue angle of 327.08º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A1306E is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB16148110-
CMYK00.700.320.37
HSL327.08º54.07%40.98%-
HSV(B)327.08º70.19%63.14%-
XYZ18.5710.8215.86-
YUV88.86139.94179.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.47%
GREEN value IS 48 (19.14% from 255) = 15.05%
BLUE value IS 110 (43.36% from 255) = 34.48%
R=50.47%
G=15.05%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1614811000.700.320.37327.0854.0740.98
HexA1306E04620251473629
Octal24160156010640455076651
Binary10100001110000110111001000110100000100101101000111110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1306E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1306E; }

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

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

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

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

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

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

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

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