#A2336B

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

Shades of Rouge #A2336B

Tints of Rouge #A2336B

Color information

#A2336B (or 0xA2336B) is unknown color: approx Rouge. HEX triplet: A2, 33 and 6B. RGB value is (162,51,107). Sum of RGB (Red+Green+Blue) = 162+51+107=320 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.62% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 162 - color contains mainly: red. Hex color #A2336B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2336B is #5DCC94. Grayscale: #5A5A5A. Windows color (decimal): -6147221 or 7025570. OLE color: 7025570.

HSL color Cylindrical-coordinate representation of color #A2336B: hue angle of 329.73º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A2336B is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB16251107-
CMYK00.690.340.36
HSL329.73º52.11%41.76%-
HSV(B)329.73º68.52%63.53%-
XYZ18.7411.1115.07-
YUV90.57137.27178.95-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.62%
GREEN value IS 51 (20.31% from 255) = 15.94%
BLUE value IS 107 (42.19% from 255) = 33.44%
R=50.62%
G=15.94%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625110700.690.340.36329.7352.1141.76
HexA2336B045222414a342a
Octal24263153010542445126452
Binary10100010110011110101101000101100010100100101001010110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2336B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2336B; }

 p { color: rgb(162,51,107); }

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

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

 a { background-color: rgb(162,51,107); }

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

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

 span { border-color: rgb(162,51,107); }

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