#A2496C

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

Shades of Rouge #A2496C

Tints of Rouge #A2496C

Color information

#A2496C (or 0xA2496C) is unknown color: approx Rouge. HEX triplet: A2, 49 and 6C. RGB value is (162,73,108). Sum of RGB (Red+Green+Blue) = 162+73+108=343 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.23% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 162 - color contains mainly: red. Hex color #A2496C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2496C is #5DB693. Grayscale: #676767. Windows color (decimal): -6141588 or 7096738. OLE color: 7096738.

HSL color Cylindrical-coordinate representation of color #A2496C: hue angle of 336.4º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A2496C is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB16273108-
CMYK00.550.330.36
HSL336.4º37.87%46.08%-
HSV(B)336.4º54.94%63.53%-
XYZ19.9913.5315.75-
YUV103.6130.49169.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.23%
GREEN value IS 73 (28.91% from 255) = 21.28%
BLUE value IS 108 (42.58% from 255) = 31.49%
R=47.23%
G=21.28%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627310800.550.330.36336.437.8746.08
HexA2496C0372124150262e
Octal24211115406741445204656
Binary10100010100100111011000110111100001100100101010000100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2496C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2496C; }

 p { color: rgb(162,73,108); }

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

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

 a { background-color: rgb(162,73,108); }

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

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

 span { border-color: rgb(162,73,108); }

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