#A63166

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

Shades of Rouge #A63166

Tints of Rouge #A63166

Color information

#A63166 (or 0xA63166) is unknown color: approx Rouge. HEX triplet: A6, 31 and 66. RGB value is (166,49,102). Sum of RGB (Red+Green+Blue) = 166+49+102=317 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.37% from 317); Green value is 49 (19.53% from 255 or 15.46% from 317); Blue value is 102 (40.23% from 255 or 32.18% from 317); Max value from RGB is 166 - color contains mainly: red. Hex color #A63166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63166 is #59CE99. Grayscale: #595959. Windows color (decimal): -5885594 or 6697382. OLE color: 6697382.

HSL color Cylindrical-coordinate representation of color #A63166: hue angle of 332.82º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A63166 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB16649102-
CMYK00.700.390.35
HSL332.82º54.42%42.16%-
HSV(B)332.82º70.48%65.1%-
XYZ19.2211.2613.73-
YUV90.02134.76182.19-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.37%
GREEN value IS 49 (19.53% from 255) = 15.46%
BLUE value IS 102 (40.23% from 255) = 32.18%
R=52.37%
G=15.46%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1664910200.700.390.35332.8254.4242.16
HexA63166046272314d362a
Octal24661146010647435156652
Binary10100110110001110011001000110100111100011101001101110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63166; }

 p { color: rgb(166,49,102); }

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

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

 a { background-color: rgb(166,49,102); }

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

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

 span { border-color: rgb(166,49,102); }

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