#A2496E

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

Shades of Rouge #A2496E

Tints of Rouge #A2496E

Color information

#A2496E (or 0xA2496E) is unknown color: approx Rouge. HEX triplet: A2, 49 and 6E. RGB value is (162,73,110). Sum of RGB (Red+Green+Blue) = 162+73+110=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A2496E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2496E is #5DB691. Grayscale: #676767. Windows color (decimal): -6141586 or 7227810. OLE color: 7227810.

HSL color Cylindrical-coordinate representation of color #A2496E: hue angle of 335.06º 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 #A2496E is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB16273110-
CMYK00.550.320.36
HSL335.06º37.87%46.08%-
HSV(B)335.06º54.94%63.53%-
XYZ20.113.5716.31-
YUV103.83131.49169.49-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.96%
GREEN value IS 73 (28.91% from 255) = 21.16%
BLUE value IS 110 (43.36% from 255) = 31.88%
R=46.96%
G=21.16%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627311000.550.320.36335.0637.8746.08
HexA2496E037202414f262e
Octal24211115606740445174656
Binary10100010100100111011100110111100000100100101001111100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2496E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2496E; }

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

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

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

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

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

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

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

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