#A63170

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

Shades of Rouge #A63170

Tints of Rouge #A63170

Color information

#A63170 (or 0xA63170) is unknown color: approx Rouge. HEX triplet: A6, 31 and 70. RGB value is (166,49,112). Sum of RGB (Red+Green+Blue) = 166+49+112=327 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.76% from 327); Green value is 49 (19.53% from 255 or 14.98% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 166 - color contains mainly: red. Hex color #A63170 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63170 is #59CE8F. Grayscale: #5B5B5B. Windows color (decimal): -5885584 or 7352742. OLE color: 7352742.

HSL color Cylindrical-coordinate representation of color #A63170: hue angle of 327.69º 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 #A63170 is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB16649112-
CMYK00.700.330.35
HSL327.69º54.42%42.16%-
HSV(B)327.69º70.48%65.1%-
XYZ19.7511.4716.5-
YUV91.16139.76181.38-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.76%
GREEN value IS 49 (19.53% from 255) = 14.98%
BLUE value IS 112 (44.14% from 255) = 34.25%
R=50.76%
G=14.98%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1664911200.700.330.35327.6954.4242.16
HexA631700462123148362a
Octal24661160010641435106652
Binary10100110110001111000001000110100001100011101001000110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63170; }

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

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

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

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

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

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

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

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