#A2316E

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

Shades of Rouge #A2316E

Tints of Rouge #A2316E

Color information

#A2316E (or 0xA2316E) is unknown color: approx Rouge. HEX triplet: A2, 31 and 6E. RGB value is (162,49,110). Sum of RGB (Red+Green+Blue) = 162+49+110=321 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.47% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 162 - color contains mainly: red. Hex color #A2316E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2316E is #5DCE91. Grayscale: #595959. Windows color (decimal): -6147730 or 7221666. OLE color: 7221666.

HSL color Cylindrical-coordinate representation of color #A2316E: hue angle of 327.61º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A2316E is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB16249110-
CMYK00.700.320.36
HSL327.61º53.55%41.37%-
HSV(B)327.61º69.75%63.53%-
XYZ18.811115.88-
YUV89.74139.44179.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.47%
GREEN value IS 49 (19.53% from 255) = 15.26%
BLUE value IS 110 (43.36% from 255) = 34.27%
R=50.47%
G=15.26%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1624911000.700.320.36327.6153.5541.37
HexA2316E04620241483629
Octal24261156010640445106651
Binary10100010110001110111001000110100000100100101001000110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2316E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2316E; }

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

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

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

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

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

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

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

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