#A63C76

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

Shades of Rouge #A63C76

Tints of Rouge #A63C76

Color information

#A63C76 (or 0xA63C76) is unknown color: approx Rouge. HEX triplet: A6, 3C and 76. RGB value is (166,60,118). Sum of RGB (Red+Green+Blue) = 166+60+118=344 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.26% from 344); Green value is 60 (23.83% from 255 or 17.44% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 166 - color contains mainly: red. Hex color #A63C76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63C76 is #59C389. Grayscale: #626262. Windows color (decimal): -5882762 or 7748774. OLE color: 7748774.

HSL color Cylindrical-coordinate representation of color #A63C76: hue angle of 327.17º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A63C76 is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB16660118-
CMYK00.640.290.35
HSL327.17º46.9%44.31%-
HSV(B)327.17º63.86%65.1%-
XYZ20.6112.6518.49-
YUV98.31139.12176.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.26%
GREEN value IS 60 (23.83% from 255) = 17.44%
BLUE value IS 118 (46.48% from 255) = 34.30%
R=48.26%
G=17.44%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666011800.640.290.35327.1746.944.31
HexA63C760401D231472f2c
Octal24674166010035435075754
Binary1010011011110011101100100000011101100011101000111101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63C76; }

 p { color: rgb(166,60,118); }

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

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

 a { background-color: rgb(166,60,118); }

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

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

 span { border-color: rgb(166,60,118); }

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