#A4416E

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

Shades of Rouge #A4416E

Tints of Rouge #A4416E

Color information

#A4416E (or 0xA4416E) is unknown color: approx Rouge. HEX triplet: A4, 41 and 6E. RGB value is (164,65,110). Sum of RGB (Red+Green+Blue) = 164+65+110=339 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.38% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 164 - color contains mainly: red. Hex color #A4416E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4416E is #5BBE91. Grayscale: #636363. Windows color (decimal): -6012562 or 7225764. OLE color: 7225764.

HSL color Cylindrical-coordinate representation of color #A4416E: hue angle of 332.73º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A4416E is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB16465110-
CMYK00.600.330.36
HSL332.73º43.23%44.9%-
HSV(B)332.73º60.37%64.31%-
XYZ20.0112.816.17-
YUV99.73133.8173.84-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.38%
GREEN value IS 65 (25.78% from 255) = 19.17%
BLUE value IS 110 (43.36% from 255) = 32.45%
R=48.38%
G=19.17%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646511000.600.330.36332.7343.2344.9
HexA4416E03C212414d2b2d
Octal24410115607441445155355
Binary10100100100000111011100111100100001100100101001101101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4416E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4416E; }

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

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

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

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

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

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

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

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