#A4336E

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

Shades of Rouge #A4336E

Tints of Rouge #A4336E

Color information

#A4336E (or 0xA4336E) is unknown color: approx Rouge. HEX triplet: A4, 33 and 6E. RGB value is (164,51,110). Sum of RGB (Red+Green+Blue) = 164+51+110=325 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.46% from 325); Green value is 51 (20.31% from 255 or 15.69% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 164 - color contains mainly: red. Hex color #A4336E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4336E is #5BCC91. Grayscale: #5B5B5B. Windows color (decimal): -6016146 or 7222180. OLE color: 7222180.

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

Color convert

RGB16451110-
CMYK00.690.330.36
HSL328.67º52.56%42.16%-
HSV(B)328.67º68.9%64.31%-
XYZ19.3111.3915.93-
YUV91.51138.44179.7-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.46%
GREEN value IS 51 (20.31% from 255) = 15.69%
BLUE value IS 110 (43.36% from 255) = 33.85%
R=50.46%
G=15.69%
B=33.85%

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
Decimal1645111000.690.330.36328.6752.5642.16
HexA4336E0452124149352a
Octal24463156010541445116552
Binary10100100110011110111001000101100001100100101001001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4336E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4336E; }

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

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

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

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

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

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

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

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