#A2336C

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

Shades of Rouge #A2336C

Tints of Rouge #A2336C

Color information

#A2336C (or 0xA2336C) is unknown color: approx Rouge. HEX triplet: A2, 33 and 6C. RGB value is (162,51,108). Sum of RGB (Red+Green+Blue) = 162+51+108=321 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.47% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 162 - color contains mainly: red. Hex color #A2336C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2336C is #5DCC93. Grayscale: #5A5A5A. Windows color (decimal): -6147220 or 7091106. OLE color: 7091106.

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

Color convert

RGB16251108-
CMYK00.690.330.36
HSL329.19º52.11%41.76%-
HSV(B)329.19º68.52%63.53%-
XYZ18.7911.1315.35-
YUV90.69137.77178.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.47%
GREEN value IS 51 (20.31% from 255) = 15.89%
BLUE value IS 108 (42.58% from 255) = 33.64%
R=50.47%
G=15.89%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625110800.690.330.36329.1952.1141.76
HexA2336C0452124149342a
Octal24263154010541445116452
Binary10100010110011110110001000101100001100100101001001110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2336C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2336C; }

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

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

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

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

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

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

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

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