#A2416C

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

Shades of Rouge #A2416C

Tints of Rouge #A2416C

Color information

#A2416C (or 0xA2416C) is unknown color: approx Rouge. HEX triplet: A2, 41 and 6C. RGB value is (162,65,108). Sum of RGB (Red+Green+Blue) = 162+65+108=335 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.36% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 162 - color contains mainly: red. Hex color #A2416C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2416C is #5DBE93. Grayscale: #626262. Windows color (decimal): -6143636 or 7094690. OLE color: 7094690.

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

Color convert

RGB16265108-
CMYK00.600.330.36
HSL333.4º42.73%44.51%-
HSV(B)333.4º59.88%63.53%-
XYZ19.512.5415.58-
YUV98.9133.14173-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.36%
GREEN value IS 65 (25.78% from 255) = 19.40%
BLUE value IS 108 (42.58% from 255) = 32.24%
R=48.36%
G=19.40%
B=32.24%

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
Decimal1626510800.600.330.36333.442.7344.51
HexA2416C03C212414d2b2d
Octal24210115407441445155355
Binary10100010100000111011000111100100001100100101001101101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2416C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2416C; }

 p { color: rgb(162,65,108); }

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

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

 a { background-color: rgb(162,65,108); }

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

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

 span { border-color: rgb(162,65,108); }

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