#A1416A

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

Shades of Rouge #A1416A

Tints of Rouge #A1416A

Color information

#A1416A (or 0xA1416A) is unknown color: approx Rouge. HEX triplet: A1, 41 and 6A. RGB value is (161,65,106). Sum of RGB (Red+Green+Blue) = 161+65+106=332 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.49% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 161 - color contains mainly: red. Hex color #A1416A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1416A is #5EBE95. Grayscale: #626262. Windows color (decimal): -6209174 or 6963617. OLE color: 6963617.

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

Color convert

RGB16165106-
CMYK00.600.340.37
HSL334.38º42.48%44.31%-
HSV(B)334.38º59.63%63.14%-
XYZ19.1912.415.02-
YUV98.38132.3172.67-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.49%
GREEN value IS 65 (25.78% from 255) = 19.58%
BLUE value IS 106 (41.80% from 255) = 31.93%
R=48.49%
G=19.58%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616510600.600.340.37334.3842.4844.31
HexA1416A03C222514e2a2c
Octal24110115207442455165254
Binary10100001100000111010100111100100010100101101001110101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1416A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1416A; }

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

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

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

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

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

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

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

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