#A4335E

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

Shades of Rouge #A4335E

Tints of Rouge #A4335E

Color information

#A4335E (or 0xA4335E) is unknown color: approx Rouge. HEX triplet: A4, 33 and 5E. RGB value is (164,51,94). Sum of RGB (Red+Green+Blue) = 164+51+94=309 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.07% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 94 (37.11% from 255 or 30.42% from 309); Max value from RGB is 164 - color contains mainly: red. Hex color #A4335E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4335E is #5BCCA1. Grayscale: #595959. Windows color (decimal): -6016162 or 6173604. OLE color: 6173604.

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

Color convert

RGB1645194-
CMYK00.690.430.36
HSL337.17º52.56%42.16%-
HSV(B)337.17º68.9%64.31%-
XYZ18.5111.0711.75-
YUV89.69130.44181-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 53.07%
GREEN value IS 51 (20.31% from 255) = 16.50%
BLUE value IS 94 (37.11% from 255) = 30.42%
R=53.07%
G=16.50%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164519400.690.430.36337.1752.5642.16
HexA4335E0452B24151352a
Octal24463136010553445216552
Binary10100100110011101111001000101101011100100101010001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4335E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4335E; }

 p { color: rgb(164,51,94); }

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

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

 a { background-color: rgb(164,51,94); }

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

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

 span { border-color: rgb(164,51,94); }

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