#A2647F

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

Shades of Strikemaster #A2647F

Tints of Strikemaster #A2647F

Color information

#A2647F (or 0xA2647F) is unknown color: approx Strikemaster. HEX triplet: A2, 64 and 7F. RGB value is (162,100,127). Sum of RGB (Red+Green+Blue) = 162+100+127=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 162 - color contains mainly: red. Hex color #A2647F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2647F is #5D9B80. Grayscale: #797979. Windows color (decimal): -6134657 or 8348834. OLE color: 8348834.

HSL color Cylindrical-coordinate representation of color #A2647F: hue angle of 333.87º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A2647F is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB162100127-
CMYK00.380.220.36
HSL333.87º25%51.37%-
HSV(B)333.87º38.27%63.53%-
XYZ23.2918.3322.39-
YUV121.62131.04156.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.65%
GREEN value IS 100 (39.45% from 255) = 25.71%
BLUE value IS 127 (50% from 255) = 32.65%
R=41.65%
G=25.71%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210012700.380.220.36333.872551.37
HexA2647F026162414e1933
Octal24214417704626445163163
Binary101000101100100111111101001101011010010010100111011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2647F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2647F; }

 p { color: rgb(162,100,127); }

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

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

 a { background-color: rgb(162,100,127); }

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

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

 span { border-color: rgb(162,100,127); }

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