#A3336B

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

Shades of Rouge #A3336B

Tints of Rouge #A3336B

Color information

#A3336B (or 0xA3336B) is unknown color: approx Rouge. HEX triplet: A3, 33 and 6B. RGB value is (163,51,107). Sum of RGB (Red+Green+Blue) = 163+51+107=321 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.78% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 163 - color contains mainly: red. Hex color #A3336B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3336B is #5CCC94. Grayscale: #5A5A5A. Windows color (decimal): -6081685 or 7025571. OLE color: 7025571.

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

Color convert

RGB16351107-
CMYK00.690.340.36
HSL330º52.34%41.96%-
HSV(B)330º68.71%63.92%-
XYZ18.9411.2215.08-
YUV90.87137.11179.45-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.78%
GREEN value IS 51 (20.31% from 255) = 15.89%
BLUE value IS 107 (42.19% from 255) = 33.33%
R=50.78%
G=15.89%
B=33.33%

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
Decimal1635110700.690.340.3633052.3441.96
HexA3336B045222414a342a
Octal24363153010542445126452
Binary10100011110011110101101000101100010100100101001010110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3336B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3336B; }

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

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

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

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

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

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

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

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