#A3296B

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

Shades of Rouge #A3296B

Tints of Rouge #A3296B

Color information

#A3296B (or 0xA3296B) is unknown color: approx Rouge. HEX triplet: A3, 29 and 6B. RGB value is (163,41,107). Sum of RGB (Red+Green+Blue) = 163+41+107=311 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.41% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 107 (42.19% from 255 or 34.41% from 311); Max value from RGB is 163 - color contains mainly: red. Hex color #A3296B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3296B is #5CD694. Grayscale: #545454. Windows color (decimal): -6084245 or 7023011. OLE color: 7023011.

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

Color convert

RGB16341107-
CMYK00.750.340.36
HSL327.54º59.8%40%-
HSV(B)327.54º74.85%63.92%-
XYZ18.5510.4314.95-
YUV85140.42183.63-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.41%
GREEN value IS 41 (16.41% from 255) = 13.18%
BLUE value IS 107 (42.19% from 255) = 34.41%
R=52.41%
G=13.18%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1634110700.750.340.36327.5459.840
HexA3296B04B22241483c28
Octal24351153011342445107450
Binary10100011101001110101101001011100010100100101001000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3296B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3296B; }

 p { color: rgb(163,41,107); }

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

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

 a { background-color: rgb(163,41,107); }

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

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

 span { border-color: rgb(163,41,107); }

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