#A2416E

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

Shades of Rouge #A2416E

Tints of Rouge #A2416E

Color information

#A2416E (or 0xA2416E) is unknown color: approx Rouge. HEX triplet: A2, 41 and 6E. RGB value is (162,65,110). Sum of RGB (Red+Green+Blue) = 162+65+110=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A2416E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2416E is #5DBE91. Grayscale: #636363. Windows color (decimal): -6143634 or 7225762. OLE color: 7225762.

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

Color convert

RGB16265110-
CMYK00.600.320.36
HSL332.16º42.73%44.51%-
HSV(B)332.16º59.88%63.53%-
XYZ19.6112.5916.15-
YUV99.13134.14172.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.07%
GREEN value IS 65 (25.78% from 255) = 19.29%
BLUE value IS 110 (43.36% from 255) = 32.64%
R=48.07%
G=19.29%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626511000.600.320.36332.1642.7344.51
HexA2416E03C202414c2b2d
Octal24210115607440445145355
Binary10100010100000111011100111100100000100100101001100101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2416E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2416E; }

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

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

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

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

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

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

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

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